Skip to content

Commit a85efac

Browse files
committed
Bump traefik to 3.5.1
Signed-off-by: Derek Nola <[email protected]>
1 parent 24fc436 commit a85efac

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-34.2.1+up34.2.0.tgz
8+
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-37.1.1+up37.1.0.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-34.2.1+up34.2.0.tgz
16+
chart: https://%{KUBERNETES_API}%/static/charts/traefik-37.1.1+up37.1.0.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.3.6"
31+
tag: "3.5.1"
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.13
33
docker.io/rancher/local-path-provisioner:v0.0.32
44
docker.io/rancher/mirrored-coredns-coredns:1.12.3
55
docker.io/rancher/mirrored-library-busybox:1.36.1
6-
docker.io/rancher/mirrored-library-traefik:3.3.6
6+
docker.io/rancher/mirrored-library-traefik:3.5.1
77
docker.io/rancher/mirrored-metrics-server:v0.8.0
88
docker.io/rancher/mirrored-pause:3.6

0 commit comments

Comments
 (0)