diff --git a/deploy/yamls/zfs-driver.yaml b/deploy/yamls/zfs-driver.yaml index 2cad9ee..391041b 100644 --- a/deploy/yamls/zfs-driver.yaml +++ b/deploy/yamls/zfs-driver.yaml @@ -581,7 +581,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:ci + image: openebs/zfs-driver:ci imagePullPolicy: IfNotPresent env: - name: OPENEBS_CONTROLLER_DRIVER @@ -783,7 +783,7 @@ spec: securityContext: privileged: true allowPrivilegeEscalation: true - image: quay.io/openebs/zfs-driver:ci + image: openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index 1aae473..46ea7fd 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -1620,7 +1620,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:ci + image: openebs/zfs-driver:ci imagePullPolicy: IfNotPresent env: - name: OPENEBS_CONTROLLER_DRIVER @@ -1822,7 +1822,7 @@ spec: securityContext: privileged: true allowPrivilegeEscalation: true - image: quay.io/openebs/zfs-driver:ci + image: openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)"