Skip to content

Commit

Permalink
Switch to registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Jun 13, 2023
1 parent 06ed786 commit 2cb7480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
mountPath: /etc/cloudstack-csi-driver

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

- name: external-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v4.3.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
mountPath: /etc/cloudstack-csi-driver

- name: node-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.8.0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down

0 comments on commit 2cb7480

Please sign in to comment.