Unverified Commit 3b01157a authored by Jiaqi Luo's avatar Jiaqi Luo Committed by GitHub

Use New Image Names (#3749)

* switch image names to the ones with the prefix mirrored * bump rancher/mirrored-coredns-coredns to 1.8.4 Signed-off-by: 's avatarJiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
parent bc96ffb5
...@@ -111,7 +111,7 @@ spec: ...@@ -111,7 +111,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/coredns-coredns:1.8.3 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-coredns-coredns:1.8.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
......
...@@ -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/library-busybox:1.32.1 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-library-busybox:1.32.1
...@@ -39,7 +39,7 @@ spec: ...@@ -39,7 +39,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: metrics-server - name: metrics-server
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/metrics-server:v0.3.6 image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-metrics-server:v0.3.6
volumeMounts: volumeMounts:
- name: tmp-dir - name: tmp-dir
mountPath: /tmp mountPath: /tmp
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
enabled: true enabled: true
priorityClassName: "system-cluster-critical" priorityClassName: "system-cluster-critical"
image: image:
name: "rancher/library-traefik" name: "rancher/mirrored-library-traefik"
tolerations: tolerations:
- key: "CriticalAddonsOnly" - key: "CriticalAddonsOnly"
operator: "Exists" operator: "Exists"
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
package cmds package cmds
const ( const (
DefaultPauseImage = "rancher/pause:3.1" DefaultPauseImage = "rancher/mirrored-pause:3.1"
DefaultSnapshotter = "overlayfs" DefaultSnapshotter = "overlayfs"
) )
docker.io/rancher/coredns-coredns:1.8.3
docker.io/rancher/klipper-helm:v0.6.3-build20210804 docker.io/rancher/klipper-helm:v0.6.3-build20210804
docker.io/rancher/klipper-lb:v0.2.0 docker.io/rancher/klipper-lb:v0.2.0
docker.io/rancher/library-busybox:1.32.1
docker.io/rancher/library-traefik:2.4.8
docker.io/rancher/local-path-provisioner:v0.0.20 docker.io/rancher/local-path-provisioner:v0.0.20
docker.io/rancher/metrics-server:v0.3.6 docker.io/rancher/mirrored-coredns-coredns:1.8.4
docker.io/rancher/pause:3.1 docker.io/rancher/mirrored-library-busybox:1.32.1
docker.io/rancher/mirrored-library-traefik:2.4.8
docker.io/rancher/mirrored-metrics-server:v0.3.6
docker.io/rancher/mirrored-pause:3.1
...@@ -19,7 +19,7 @@ metadata: ...@@ -19,7 +19,7 @@ metadata:
spec: spec:
containers: containers:
- name: volume-test - name: volume-test
image: rancher/pause:3.1 image: rancher/mirrored-pause:3.1
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