mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(yaml): updating v0.8.0 operator yaml to use 0.8.0 image tag
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
8968605602
commit
2c11af5362
6 changed files with 12 additions and 12 deletions
|
|
@ -1046,7 +1046,7 @@ spec:
|
|||
- name: socket-dir
|
||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||
- name: openebs-zfs-plugin
|
||||
image: quay.io/openebs/zfs-driver:ci
|
||||
image: quay.io/openebs/zfs-driver:0.8.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OPENEBS_CONTROLLER_DRIVER
|
||||
|
|
@ -1223,7 +1223,7 @@ spec:
|
|||
capabilities:
|
||||
add: ["CAP_MKNOD", "CAP_SYS_ADMIN", "SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/openebs/zfs-driver:ci
|
||||
image: quay.io/openebs/zfs-driver:0.8.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue