Merge pull request 'Update Helm release traefik to v29' (#98) from renovate/traefik-29.x into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #98
This commit is contained in:
commit
a9fe99939e
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://traefik.github.io/charts
|
- repoURL: https://traefik.github.io/charts
|
||||||
chart: traefik
|
chart: traefik
|
||||||
targetRevision: 28.3.0
|
targetRevision: 29.0.0
|
||||||
helm:
|
helm:
|
||||||
releaseName: traefik
|
releaseName: traefik
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
@ -31,6 +31,7 @@ updateStrategy:
|
||||||
|
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
|
enabled: true
|
||||||
matchRule: Host(`traefik.services.yolokube.de`)
|
matchRule: Host(`traefik.services.yolokube.de`)
|
||||||
entryPoints: ["traefik", "websecure"]
|
entryPoints: ["traefik", "websecure"]
|
||||||
middlewares:
|
middlewares:
|
||||||
|
|
Loading…
Reference in a new issue