diff --git a/deploy/example/cloning/nginx-pod-restored-cloning.yaml b/deploy/example/cloning/nginx-pod-restored-cloning.yaml index c63316b382..9f778c9b15 100644 --- a/deploy/example/cloning/nginx-pod-restored-cloning.yaml +++ b/deploy/example/cloning/nginx-pod-restored-cloning.yaml @@ -7,7 +7,7 @@ spec: nodeSelector: kubernetes.io/os: linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-azurefile-restored-cloning args: - sleep diff --git a/deploy/example/daemonset.yaml b/deploy/example/daemonset.yaml index 54b02e8800..1ced4002c0 100644 --- a/deploy/example/daemonset.yaml +++ b/deploy/example/daemonset.yaml @@ -28,7 +28,7 @@ spec: kubernetes.io/os: linux containers: - name: nginx - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" diff --git a/deploy/example/deployment.yaml b/deploy/example/deployment.yaml index 618ed0a564..572c17b51f 100644 --- a/deploy/example/deployment.yaml +++ b/deploy/example/deployment.yaml @@ -32,7 +32,7 @@ spec: "kubernetes.io/os": linux containers: - name: deployment-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" diff --git a/deploy/example/disk/statefulset-stress.yaml b/deploy/example/disk/statefulset-stress.yaml index ae61ae172e..5029830705 100644 --- a/deploy/example/disk/statefulset-stress.yaml +++ b/deploy/example/disk/statefulset-stress.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: statefulset-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/sh" - "-c" diff --git a/deploy/example/kata-cc/statefulset.yaml b/deploy/example/kata-cc/statefulset.yaml index ded4bdefcb..956d4fed87 100644 --- a/deploy/example/kata-cc/statefulset.yaml +++ b/deploy/example/kata-cc/statefulset.yaml @@ -19,7 +19,7 @@ spec: "kubernetes.io/os": linux containers: - name: cc-statefulset-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" diff --git a/deploy/example/nfs/statefulset.yaml b/deploy/example/nfs/statefulset.yaml index ca2ac35485..bbcf30e327 100644 --- a/deploy/example/nfs/statefulset.yaml +++ b/deploy/example/nfs/statefulset.yaml @@ -17,7 +17,7 @@ spec: "kubernetes.io/os": linux containers: - name: statefulset-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" diff --git a/deploy/example/nginx-pod-azurefile-inline-volume.yaml b/deploy/example/nginx-pod-azurefile-inline-volume.yaml index b32b4fbbc1..e57184c75f 100644 --- a/deploy/example/nginx-pod-azurefile-inline-volume.yaml +++ b/deploy/example/nginx-pod-azurefile-inline-volume.yaml @@ -7,7 +7,7 @@ spec: nodeSelector: "kubernetes.io/os": linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-azurefile command: - "/bin/bash" diff --git a/deploy/example/nginx-pod-azurefile.yaml b/deploy/example/nginx-pod-azurefile.yaml index 050d377572..1858fc9ca2 100644 --- a/deploy/example/nginx-pod-azurefile.yaml +++ b/deploy/example/nginx-pod-azurefile.yaml @@ -7,7 +7,7 @@ spec: nodeSelector: "kubernetes.io/os": linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-azurefile command: - "/bin/bash" diff --git a/deploy/example/smb-provisioner/nginx-on-prem-volume.yaml b/deploy/example/smb-provisioner/nginx-on-prem-volume.yaml index a972072da5..2ece4b9b51 100644 --- a/deploy/example/smb-provisioner/nginx-on-prem-volume.yaml +++ b/deploy/example/smb-provisioner/nginx-on-prem-volume.yaml @@ -7,7 +7,7 @@ spec: nodeSelector: "kubernetes.io/os": linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-smb command: - "/bin/bash" diff --git a/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml b/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml index 07fa2ab41a..3a7c3ceb72 100644 --- a/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml +++ b/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml @@ -7,7 +7,7 @@ spec: nodeSelector: kubernetes.io/os: linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-restored args: - sleep diff --git a/deploy/example/statefulset.yaml b/deploy/example/statefulset.yaml index ea5b670199..1fb0b10d76 100644 --- a/deploy/example/statefulset.yaml +++ b/deploy/example/statefulset.yaml @@ -18,7 +18,7 @@ spec: "kubernetes.io/os": linux containers: - name: statefulset-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" diff --git a/docs/workload-identity-static-pv-mount.md b/docs/workload-identity-static-pv-mount.md index 3c9363a146..767dba264a 100644 --- a/docs/workload-identity-static-pv-mount.md +++ b/docs/workload-identity-static-pv-mount.md @@ -132,7 +132,7 @@ spec: "kubernetes.io/os": linux containers: - name: deployment-azurefile - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 command: - "/bin/bash" - "-c" @@ -165,7 +165,7 @@ spec: nodeSelector: "kubernetes.io/os": linux containers: - - image: mcr.microsoft.com/oss/nginx/nginx:1.19.5 + - image: mcr.microsoft.com/mirror/docker/library/nginx:1.23 name: nginx-azurefile command: - "/bin/bash"