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:
beta.kubernetes.io/os: linux
containers:
- 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
resources:
limits:
......
......@@ -151,4 +151,4 @@ data:
spec:
containers:
- 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:
emptyDir: {}
containers:
- 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:
- name: tmp-dir
mountPath: /tmp
......
......@@ -31,7 +31,7 @@ spec:
enabled: true
priorityClassName: "system-cluster-critical"
image:
name: "rancher/library-traefik"
name: "rancher/mirrored-library-traefik"
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
......
......@@ -3,6 +3,6 @@
package cmds
const (
DefaultPauseImage = "rancher/pause:3.1"
DefaultPauseImage = "rancher/mirrored-pause:3.1"
DefaultSnapshotter = "overlayfs"
)
docker.io/rancher/coredns-coredns:1.8.3
docker.io/rancher/klipper-helm:v0.6.3-build20210804
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/metrics-server:v0.3.6
docker.io/rancher/pause:3.1
docker.io/rancher/mirrored-coredns-coredns:1.8.4
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:
spec:
containers:
- name: volume-test
image: rancher/pause:3.1
image: rancher/mirrored-pause:3.1
imagePullPolicy: IfNotPresent
volumeMounts:
- 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