change crds
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m2s

This commit is contained in:
2025-12-19 18:43:33 -06:00
parent 228ee2affd
commit a4ffe84457
2 changed files with 5 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: traefik - name: traefik
repository: https://traefik.github.io/charts repository: https://traefik.github.io/charts
version: 38.0.0 version: 37.4.0
- name: traefik-crds - name: traefik-crds
repository: https://traefik.github.io/charts repository: https://traefik.github.io/charts
version: 1.13.0 version: 1.13.0
digest: sha256:f95a900d854b3b07a4402a02270487eea2be28f967ce2968abcf4c837ced1b0e digest: sha256:2f113be77cc5f434e588902979ee788b5e952d4d7ddea65f27dfcb210a53aa93
generated: "2025-12-20T00:14:55.511221349Z" generated: "2025-12-19T18:42:58.754574-06:00"

View File

@@ -1,13 +1,8 @@
traefik: traefik:
crds:
enabled: false
deleteOnUninstall: false
deployment: deployment:
kind: DaemonSet kind: DaemonSet
ingressClass: ingressClass:
enabled: false enabled: false
kubernetesGateway:
enabled: true
gateway: gateway:
enabled: true enabled: true
annotations: annotations:
@@ -143,6 +138,7 @@ traefik:
traefik-crds: traefik-crds:
enabled: true enabled: true
traefik: true traefik: true
gatewayAPI: true gatewayAPI: false
gatewayAPIExperimental: true
hub: false hub: false
deleteOnUninstall: false deleteOnUninstall: false