Skip to content

Commit

Permalink
feat(helm): Update traefik ( 32.1.1 → 33.0.0 )
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Oct 30, 2024
1 parent 6b61f47 commit 95b0eea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argocd/infra/ingress-external/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ helmCharts:
releaseName: ingress-external
namespace: *namespace
repo: https://traefik.github.io/charts
version: 32.1.1
version: 33.0.0
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion argocd/infra/ingress-external/manifests/01_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
type: ClusterIP
ports:
- name: traefik
port: 9000
port: 8080
targetPort: traefik
protocol: TCP
selector:
Expand Down
2 changes: 1 addition & 1 deletion argocd/infra/ingress-internal/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ helmCharts:
releaseName: ingress-internal
namespace: *namespace
repo: https://traefik.github.io/charts
version: 32.1.1
version: 33.0.0
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion argocd/infra/ingress-internal/manifests/01_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
type: ClusterIP
ports:
- name: traefik
port: 9000
port: 8080
targetPort: traefik
protocol: TCP
selector:
Expand Down

0 comments on commit 95b0eea

Please sign in to comment.