Skip to content

Commit

Permalink
chore: migrate from disallowed registries (#2455)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
rbtr authored Dec 20, 2023
1 parent 96b1519 commit 7897927
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion hack/manifests/busybox-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
effect: NoSchedule
containers:
- name: busybox
image: docker.io/busybox:latest
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
command: ["sleep","3600"]
imagePullPolicy: Always
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion hack/manifests/busybox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
effect: NoSchedule
containers:
- name: busybox
image: docker.io/busybox:latest
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
command: ["sleep","3600"]
imagePullPolicy: Always
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion hack/manifests/cni-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
mountPath: /etc/cni/net.d
containers:
- name: pause
image: registry.k8s.io/pause:2.0
image: mcr.microsoft.com/oss/kubernetes/pause:3.6
hostNetwork: true
volumes:
- name: cni-conflist
Expand Down
2 changes: 1 addition & 1 deletion hack/manifests/scaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: anti-affinity
image: registry.k8s.io/pause:2.0
image: mcr.microsoft.com/oss/kubernetes/pause:3.6
hostNetwork: true
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
containerPort: 10091
- name: http
containerPort: 10092
image: azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
command: ["azure-npm"]
args: ["controlplane"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/daemon/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
ports:
- name: metrics
containerPort: 10091
image: azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
command: ["azure-npm"]
args: ["daemon"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/manifests/controller/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
fieldPath: spec.nodeName
- name: NPM_CONFIG
value: /etc/azure-npm/azure-npm.json
image: azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
name: azure-npm
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/manifests/daemon/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
name: azure-npm
ports:
- name: metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
fieldPath: status.podIP
- name: HOSTS_TO_RESOLVE
value: "2001:4860:4860::8888 www.bing.com"
image: "docker.io/bloomberg/goldpinger:v3.7.0"
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
Expand Down Expand Up @@ -85,4 +85,4 @@ spec:
initialDelaySeconds: 5
periodSeconds: 5
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/os: linux
4 changes: 2 additions & 2 deletions test/integration/manifests/datapath/linux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
fieldPath: status.podIP
- name: HOSTS_TO_RESOLVE
value: "1.1.1.1 8.8.8.8 www.bing.com"
image: "docker.io/bloomberg/goldpinger:v3.7.0"
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
Expand Down Expand Up @@ -83,4 +83,4 @@ spec:
initialDelaySeconds: 5
periodSeconds: 5
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/os: linux
4 changes: 2 additions & 2 deletions test/integration/manifests/goldpinger/daemonset-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
fieldPath: status.podIP
- name: HOSTS_TO_RESOLVE
value: "2001:4860:4860::8888 www.bing.com"
image: "docker.io/bloomberg/goldpinger:v3.7.0"
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand All @@ -79,4 +79,4 @@ spec:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 5
periodSeconds: 5
4 changes: 2 additions & 2 deletions test/integration/manifests/goldpinger/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
fieldPath: status.podIP
# - name: HOSTS_TO_RESOLVE
# value: "1.1.1.1 8.8.8.8 www.bing.com"
image: "docker.io/bloomberg/goldpinger:v3.7.0"
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand All @@ -77,4 +77,4 @@ spec:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 5
periodSeconds: 5
2 changes: 1 addition & 1 deletion test/integration/manifests/goldpinger/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
fieldPath: status.podIP
- name: HOSTS_TO_RESOLVE
value: "1.1.1.1 8.8.8.8 www.bing.com"
image: "docker.io/bloomberg/goldpinger:v3.7.0"
image: "mcr.microsoft.com/aks/e2e/bloomberg-goldpinger:v3.7.0"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion test/kubemark/aks-e/hollow-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
initContainers:
- name: init-inotify-limit
image: busybox:1.32
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
securityContext:
privileged: true
Expand Down

0 comments on commit 7897927

Please sign in to comment.