From e1ea3d7515e4302865944b3434591f9703e24ebe Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Wed, 22 Feb 2023 10:15:31 +0530 Subject: [PATCH] update k8s.gcr.io to registry.k8s.io Signed-off-by: Rayan Das --- deploy/prerequisite/longhorn-cifs-installation.yaml | 2 +- deploy/prerequisite/longhorn-iscsi-installation.yaml | 2 +- deploy/prerequisite/longhorn-nfs-installation.yaml | 2 +- examples/statefulset.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/prerequisite/longhorn-cifs-installation.yaml b/deploy/prerequisite/longhorn-cifs-installation.yaml index c6ebeed..812b4b6 100644 --- a/deploy/prerequisite/longhorn-cifs-installation.yaml +++ b/deploy/prerequisite/longhorn-cifs-installation.yaml @@ -31,6 +31,6 @@ spec: privileged: true containers: - name: sleep - image: k8s.gcr.io/pause:3.1 + image: registry.k8s.io/pause:3.1 updateStrategy: type: RollingUpdate diff --git a/deploy/prerequisite/longhorn-iscsi-installation.yaml b/deploy/prerequisite/longhorn-iscsi-installation.yaml index 55b9e77..fa54fa1 100644 --- a/deploy/prerequisite/longhorn-iscsi-installation.yaml +++ b/deploy/prerequisite/longhorn-iscsi-installation.yaml @@ -31,6 +31,6 @@ spec: privileged: true containers: - name: sleep - image: k8s.gcr.io/pause:3.1 + image: registry.k8s.io/pause:3.1 updateStrategy: type: RollingUpdate diff --git a/deploy/prerequisite/longhorn-nfs-installation.yaml b/deploy/prerequisite/longhorn-nfs-installation.yaml index 456b97f..c1fdf41 100644 --- a/deploy/prerequisite/longhorn-nfs-installation.yaml +++ b/deploy/prerequisite/longhorn-nfs-installation.yaml @@ -31,6 +31,6 @@ spec: privileged: true containers: - name: sleep - image: k8s.gcr.io/pause:3.1 + image: registry.k8s.io/pause:3.1 updateStrategy: type: RollingUpdate diff --git a/examples/statefulset.yaml b/examples/statefulset.yaml index 6e967bb..535b949 100644 --- a/examples/statefulset.yaml +++ b/examples/statefulset.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: nginx - image: k8s.gcr.io/nginx-slim:0.8 + image: registry.k8s.io/nginx-slim:0.8 livenessProbe: exec: command: