Commit a094dee7 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update packaged components

Update images and manifests/charts for coredns, local-path-provisioner, traefik, and pause Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 27fe2c3c
...@@ -119,7 +119,7 @@ spec: ...@@ -119,7 +119,7 @@ spec:
k8s-app: kube-dns k8s-app: kube-dns
containers: containers:
- name: coredns - name: coredns
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.8.4 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.8.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
......
...@@ -63,7 +63,7 @@ spec: ...@@ -63,7 +63,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/local-path-provisioner:v0.0.20 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/local-path-provisioner:v0.0.21
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- local-path-provisioner - local-path-provisioner
...@@ -151,4 +151,4 @@ data: ...@@ -151,4 +151,4 @@ data:
spec: spec:
containers: containers:
- name: helper-pod - name: helper-pod
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.32.1 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.34.1
...@@ -5,7 +5,7 @@ metadata: ...@@ -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-10.3.001.tgz chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-10.9.100.tgz
--- ---
apiVersion: helm.cattle.io/v1 apiVersion: helm.cattle.io/v1
kind: HelmChart kind: HelmChart
...@@ -13,7 +13,7 @@ metadata: ...@@ -13,7 +13,7 @@ metadata:
name: traefik name: traefik
namespace: kube-system namespace: kube-system
spec: spec:
chart: https://%{KUBERNETES_API}%/static/charts/traefik-10.3.001.tgz chart: https://%{KUBERNETES_API}%/static/charts/traefik-10.9.100.tgz
set: set:
global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%" global.systemDefaultRegistry: "%{SYSTEM_DEFAULT_REGISTRY_RAW}%"
valuesContent: |- valuesContent: |-
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
package cmds package cmds
const ( const (
DefaultPauseImage = "rancher/mirrored-pause:3.1" DefaultPauseImage = "rancher/mirrored-pause:3.6"
DefaultSnapshotter = "overlayfs" DefaultSnapshotter = "overlayfs"
) )
This source diff could not be displayed because it is too large. You can view the blob instead.
docker.io/rancher/klipper-helm:v0.6.6-build20211022 docker.io/rancher/klipper-helm:v0.6.6-build20211022
docker.io/rancher/klipper-lb:v0.3.4 docker.io/rancher/klipper-lb:v0.3.4
docker.io/rancher/local-path-provisioner:v0.0.20 docker.io/rancher/local-path-provisioner:v0.0.21
docker.io/rancher/mirrored-coredns-coredns:1.8.4 docker.io/rancher/mirrored-coredns-coredns:1.8.6
docker.io/rancher/mirrored-library-busybox:1.32.1 docker.io/rancher/mirrored-library-busybox:1.34.1
docker.io/rancher/mirrored-library-traefik:2.5.0 docker.io/rancher/mirrored-library-traefik:2.5.6
docker.io/rancher/mirrored-metrics-server:v0.5.2 docker.io/rancher/mirrored-metrics-server:v0.5.2
docker.io/rancher/mirrored-pause:3.1 docker.io/rancher/mirrored-pause:3.6
...@@ -19,7 +19,7 @@ metadata: ...@@ -19,7 +19,7 @@ metadata:
spec: spec:
containers: containers:
- name: volume-test - name: volume-test
image: rancher/mirrored-pause:3.1 image: rancher/mirrored-pause:3.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- name: volv - name: volv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment