chore(yaml): changing the zfs-driver images to multi-arch docker hub images (#237)

Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
This commit is contained in:
Aman Gupta 2020-11-14 12:44:38 +05:30 committed by GitHub
parent fb6f1006da
commit 919a058223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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)"