Skip to content

Commit 2ceb8de

Browse files
committed
Bump Traefik to v3.6.9
Signed-off-by: Manuel Buil <mbuil@suse.com>
1 parent 4f1fc1b commit 2ceb8de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifests/traefik.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ metadata:
55
name: traefik-crd
66
namespace: kube-system
77
spec:
8-
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-38.0.201+up38.0.2.tgz
8+
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-39.0.201+up39.0.2.tgz
99
---
1010
apiVersion: helm.cattle.io/v1
1111
kind: HelmChart
1212
metadata:
1313
name: traefik
1414
namespace: kube-system
1515
spec:
16-
chart: https://%{KUBERNETES_API}%/static/charts/traefik-38.0.201+up38.0.2.tgz
16+
chart: https://%{KUBERNETES_API}%/static/charts/traefik-39.0.201+up39.0.2.tgz
1717
set:
1818
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
1919
valuesContent: |-
@@ -28,7 +28,7 @@ spec:
2828
priorityClassName: "system-cluster-critical"
2929
image:
3030
repository: "rancher/mirrored-library-traefik"
31-
tag: "3.6.7"
31+
tag: "3.6.9"
3232
tolerations:
3333
- key: "CriticalAddonsOnly"
3434
operator: "Exists"

scripts/airgap/image-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ docker.io/rancher/klipper-lb:v0.4.14
33
docker.io/rancher/local-path-provisioner:v0.0.34
44
docker.io/rancher/mirrored-coredns-coredns:1.14.1
55
docker.io/rancher/mirrored-library-busybox:1.37.0
6-
docker.io/rancher/mirrored-library-traefik:3.6.7
6+
docker.io/rancher/mirrored-library-traefik:3.6.9
77
docker.io/rancher/mirrored-metrics-server:v0.8.1
88
docker.io/rancher/mirrored-pause:3.6

0 commit comments

Comments
 (0)