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: