Browse Source

Bump traefik to v2.9.10

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/7371/head
Brad Davidson 2 years ago committed by Brad Davidson
parent
commit
0bbc6ad3f0
  1. 8
      manifests/traefik.yaml
  2. 2
      scripts/airgap/image-list.txt

8
manifests/traefik.yaml

@ -5,7 +5,7 @@ metadata:
name: traefik-crd
namespace: kube-system
spec:
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-20.3.1+up20.3.0.tgz
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-21.2.1+up21.2.0.tgz
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
@ -13,7 +13,7 @@ metadata:
name: traefik
namespace: kube-system
spec:
chart: https://%{KUBERNETES_API}%/static/charts/traefik-20.3.1+up20.3.0.tgz
chart: https://%{KUBERNETES_API}%/static/charts/traefik-21.2.1+up21.2.0.tgz
set:
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
valuesContent: |-
@ -26,8 +26,8 @@ spec:
enabled: true
priorityClassName: "system-cluster-critical"
image:
name: "rancher/mirrored-library-traefik"
tag: "2.9.4"
repository: "rancher/mirrored-library-traefik"
tag: "2.9.10"
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"

2
scripts/airgap/image-list.txt

@ -3,6 +3,6 @@ docker.io/rancher/klipper-lb:v0.4.3
docker.io/rancher/local-path-provisioner:v0.0.24
docker.io/rancher/mirrored-coredns-coredns:1.10.1
docker.io/rancher/mirrored-library-busybox:1.34.1
docker.io/rancher/mirrored-library-traefik:2.9.4
docker.io/rancher/mirrored-library-traefik:2.9.10
docker.io/rancher/mirrored-metrics-server:v0.6.2
docker.io/rancher/mirrored-pause:3.6

Loading…
Cancel
Save