mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
Update Traefik version to v3.6.7
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
c24294f24f
commit
5e6460381b
2 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
name: traefik-crd
|
name: traefik-crd
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-38.0.101+up38.0.1.tgz
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-38.0.201+up38.0.2.tgz
|
||||||
---
|
---
|
||||||
apiVersion: helm.cattle.io/v1
|
apiVersion: helm.cattle.io/v1
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
|
|
@ -13,7 +13,7 @@ metadata:
|
||||||
name: traefik
|
name: traefik
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
chart: https://%{KUBERNETES_API}%/static/charts/traefik-38.0.101+up38.0.1.tgz
|
chart: https://%{KUBERNETES_API}%/static/charts/traefik-38.0.201+up38.0.2.tgz
|
||||||
set:
|
set:
|
||||||
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
|
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
priorityClassName: "system-cluster-critical"
|
priorityClassName: "system-cluster-critical"
|
||||||
image:
|
image:
|
||||||
repository: "rancher/mirrored-library-traefik"
|
repository: "rancher/mirrored-library-traefik"
|
||||||
tag: "3.6.6"
|
tag: "3.6.7"
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "CriticalAddonsOnly"
|
- key: "CriticalAddonsOnly"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@ docker.io/rancher/klipper-lb:v0.4.13
|
||||||
docker.io/rancher/local-path-provisioner:v0.0.34
|
docker.io/rancher/local-path-provisioner:v0.0.34
|
||||||
docker.io/rancher/mirrored-coredns-coredns:1.14.0
|
docker.io/rancher/mirrored-coredns-coredns:1.14.0
|
||||||
docker.io/rancher/mirrored-library-busybox:1.37.0
|
docker.io/rancher/mirrored-library-busybox:1.37.0
|
||||||
docker.io/rancher/mirrored-library-traefik:3.6.6
|
docker.io/rancher/mirrored-library-traefik:3.6.7
|
||||||
docker.io/rancher/mirrored-metrics-server:v0.8.0
|
docker.io/rancher/mirrored-metrics-server:v0.8.0
|
||||||
docker.io/rancher/mirrored-pause:3.6
|
docker.io/rancher/mirrored-pause:3.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue