Skip to content

Commit 2cb7480

Browse files
committed
Switch to registry.k8s.io
1 parent 06ed786 commit 2cb7480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/k8s/controller-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
mountPath: /etc/cloudstack-csi-driver
4848

4949
- name: external-provisioner
50-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.3.1
50+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.1
5151
imagePullPolicy: IfNotPresent
5252
args:
5353
- "--csi-address=$(ADDRESS)"
@@ -61,7 +61,7 @@ spec:
6161
mountPath: /var/lib/csi/sockets/pluginproxy/
6262

6363
- name: external-attacher
64-
image: k8s.gcr.io/sig-storage/csi-attacher:v4.3.0
64+
image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
6565
imagePullPolicy: IfNotPresent
6666
args:
6767
- "--csi-address=$(ADDRESS)"

deploy/k8s/node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
mountPath: /etc/cloudstack-csi-driver
5858

5959
- name: node-driver-registrar
60-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.8.0
60+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
6161
imagePullPolicy: IfNotPresent
6262
args:
6363
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)