Skip to content

Commit 0929cdb

Browse files
committed
update images
1 parent 7f1a82e commit 0929cdb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

hack/manifests/busybox-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
effect: NoSchedule
4242
containers:
4343
- name: busybox
44-
image: docker.io/busybox:latest
44+
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
4545
command: ["sleep","3600"]
4646
imagePullPolicy: Always
4747
volumeMounts:

hack/manifests/busybox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
effect: NoSchedule
4242
containers:
4343
- name: busybox
44-
image: docker.io/busybox:latest
44+
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
4545
command: ["sleep","3600"]
4646
imagePullPolicy: Always
4747
volumeMounts:

hack/manifests/cni-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
mountPath: /etc/cni/net.d
6060
containers:
6161
- name: pause
62-
image: registry.k8s.io/pause:2.0
62+
image: mcr.microsoft.com/oss/kubernetes/pause:3.6
6363
hostNetwork: true
6464
volumes:
6565
- name: cni-conflist

hack/manifests/scaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ spec:
2525
topologyKey: "kubernetes.io/hostname"
2626
containers:
2727
- name: anti-affinity
28-
image: registry.k8s.io/pause:2.0
28+
image: mcr.microsoft.com/oss/kubernetes/pause:3.6
2929
hostNetwork: true

npm/deploy/kustomize/overlays/controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containerPort: 10091
3737
- name: http
3838
containerPort: 10092
39-
image: azure-npm:v1.4.1
39+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
4040
command: ["azure-npm"]
4141
args: ["controlplane"]
4242
resources:

npm/deploy/manifests/daemon/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
valueFrom:
136136
fieldRef:
137137
fieldPath: spec.nodeName
138-
image: azure-npm:v1.4.1
138+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
139139
name: azure-npm
140140
ports:
141141
- name: metrics

test/integration/manifests/goldpinger/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
fieldPath: status.podIP
6060
# - name: HOSTS_TO_RESOLVE
6161
# value: "1.1.1.1 8.8.8.8 www.bing.com"
62-
image: "docker.io/bloomberg/goldpinger:v3.7.0"
62+
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
6363
securityContext:
6464
allowPrivilegeEscalation: false
6565
readOnlyRootFilesystem: true

test/integration/manifests/goldpinger/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
fieldPath: status.podIP
5858
- name: HOSTS_TO_RESOLVE
5959
value: "1.1.1.1 8.8.8.8 www.bing.com"
60-
image: "docker.io/bloomberg/goldpinger:v3.7.0"
60+
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
6161
securityContext:
6262
allowPrivilegeEscalation: false
6363
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)