Compare commits

...

3 commits

Author SHA1 Message Date
29f3793fdd Merge pull request 'chore(deps): update helm release traefik to v33' (#281) from renovate/traefik-33.x into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #281
2024-11-12 17:51:05 +01:00
e26e9d0fe0
chore(traefik): prevent new change enable publishedService by default
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-11-12 17:49:52 +01:00
4fb8a6d5c0
chore(deps): update helm release traefik to v33
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-11-09 19:02:22 +00:00
2 changed files with 4 additions and 1 deletions

View file

@ -9,7 +9,7 @@ spec:
sources:
- repoURL: https://traefik.github.io/charts
chart: traefik
targetRevision: 32.1.1
targetRevision: 33.0.0
helm:
releaseName: traefik
valueFiles:

View file

@ -33,6 +33,9 @@ updateStrategy:
maxSurge: 0
providers:
kubernetesIngress:
publishedService:
enabled: false
kubernetesCRD:
allowCrossNamespace: true