Skip to content

Commit

Permalink
chore(yaml): changing the zfs-driver images to multi-arch docker hub …
Browse files Browse the repository at this point in the history
…images (#237)



Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
  • Loading branch information
w3aman committed Nov 14, 2020
1 parent fb6f100 commit 919a058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/yamls/zfs-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 919a058

Please sign in to comment.