From 919a0582239f492351466074b86bec15e45db918 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sat, 14 Nov 2020 12:44:38 +0530 Subject: [PATCH] chore(yaml): changing the zfs-driver images to multi-arch docker hub images (#237) Signed-off-by: Aman Gupta --- deploy/yamls/zfs-driver.yaml | 4 ++-- deploy/zfs-operator.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)"