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
|
- name: socket-dir
|
||||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||||
- name: openebs-zfs-plugin
|
- name: openebs-zfs-plugin
|
||||||
image: quay.io/openebs/zfs-driver:ci
|
image: openebs/zfs-driver:ci
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: OPENEBS_CONTROLLER_DRIVER
|
- name: OPENEBS_CONTROLLER_DRIVER
|
||||||
|
|
@ -783,7 +783,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: quay.io/openebs/zfs-driver:ci
|
image: openebs/zfs-driver:ci
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
- "--nodeid=$(OPENEBS_NODE_ID)"
|
||||||
|
|
|
||||||
|
|
@ -1620,7 +1620,7 @@ spec:
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||||
- name: openebs-zfs-plugin
|
- name: openebs-zfs-plugin
|
||||||
image: quay.io/openebs/zfs-driver:ci
|
image: openebs/zfs-driver:ci
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: OPENEBS_CONTROLLER_DRIVER
|
- name: OPENEBS_CONTROLLER_DRIVER
|
||||||
|
|
@ -1822,7 +1822,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: quay.io/openebs/zfs-driver:ci
|
image: openebs/zfs-driver:ci
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
- "--nodeid=$(OPENEBS_NODE_ID)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue