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:
Pawan 2020-06-15 11:34:04 +05:30 committed by Kiran Mova
parent 8968605602
commit 2c11af5362
6 changed files with 12 additions and 12 deletions

View file

@ -578,7 +578,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
@ -755,7 +755,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)"