Skip to content

Commit 91aa10c

Browse files
committed
fix(traefik): update image version which corrects a security issue
1 parent 2c54206 commit 91aa10c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

argocd/traefik/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ description: |
66
This chart installs Traefik and configures it as the default Kubernetes cluster Ingress Controller.
77
dependencies:
88
- name: "traefik"
9-
version: "10.19.4"
9+
version: "10.33.0"
1010
repository: "https://helm.traefik.io/traefik"

argocd/traefik/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ traefik:
1515
ingressRoute:
1616
dashboard:
1717
enabled: false
18+
image:
19+
name: traefik
20+
tag: 2.8.8
21+
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)