diff --git a/deploy/yamls/zfs-driver.yaml b/deploy/yamls/zfs-driver.yaml index 749d993..9854655 100644 --- a/deploy/yamls/zfs-driver.yaml +++ b/deploy/yamls/zfs-driver.yaml @@ -745,7 +745,7 @@ spec: serviceAccount: openebs-zfs-controller-sa containers: - name: csi-resizer - image: quay.io/k8scsi/csi-resizer:v1.1.0 + image: k8s.gcr.io/sig-storage/csi-resizer:v1.1.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -758,7 +758,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: quay.io/k8scsi/csi-snapshotter:v4.0.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -770,13 +770,13 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: snapshot-controller - image: quay.io/k8scsi/snapshot-controller:v4.0.0 + image: k8s.gcr.io/sig-storage/snapshot-controller:v4.0.0 args: - "--v=5" - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v2.1.0 + image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -964,7 +964,7 @@ spec: hostNetwork: true containers: - name: csi-node-driver-registrar - image: quay.io/k8scsi/csi-node-driver-registrar:v2.1.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0 imagePullPolicy: IfNotPresent args: - "--v=5" diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index 5710db2..969f2fc 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -1784,7 +1784,7 @@ spec: serviceAccount: openebs-zfs-controller-sa containers: - name: csi-resizer - image: quay.io/k8scsi/csi-resizer:v1.1.0 + image: k8s.gcr.io/sig-storage/csi-resizer:v1.1.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -1797,7 +1797,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: quay.io/k8scsi/csi-snapshotter:v4.0.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -1809,13 +1809,13 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: snapshot-controller - image: quay.io/k8scsi/snapshot-controller:v4.0.0 + image: k8s.gcr.io/sig-storage/snapshot-controller:v4.0.0 args: - "--v=5" - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v2.1.0 + image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -2003,7 +2003,7 @@ spec: hostNetwork: true containers: - name: csi-node-driver-registrar - image: quay.io/k8scsi/csi-node-driver-registrar:v2.1.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0 imagePullPolicy: IfNotPresent args: - "--v=5"