Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions capi.argo/helm/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ trustManager:

traefik:
enabled: false
version: 36.3.0
version: 37.0.0
plugins:
bouncer:
moduleName: github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
version: v1.4.4
sablier:
moduleName: github.com/sablierapp/sablier
version: v1.9.0
version: v1.10.1

vault:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion capi.argo/infra/app/traefik/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
chart: traefik
repoURL: https://traefik.github.io/charts
targetRevision: 36.3.0
targetRevision: 37.0.0
helm:
releaseName: traefik
valuesObject:
Expand Down