mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
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:
parent
fb6f1006da
commit
919a058223
2 changed files with 4 additions and 4 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue