From daa73fa0b81d2f975fe5db193bb56e0badb4bfc2 Mon Sep 17 00:00:00 2001 From: Pawan Date: Wed, 17 Jun 2020 18:40:34 +0530 Subject: [PATCH] Revert "feat(yaml): updating v0.8.0 operator yaml to use 0.8.0 image tag" This reverts commit 2c11af5362285c034ea27d72a5abda078364291f. Signed-off-by: Pawan --- deploy/operators/centos7/zfs-operator.yaml | 4 ++-- deploy/operators/centos8/zfs-operator.yaml | 4 ++-- deploy/yamls/centos7/zfs-driver.yaml | 4 ++-- deploy/yamls/centos8/zfs-driver.yaml | 4 ++-- deploy/yamls/ubuntu/zfs-driver.yaml | 4 ++-- deploy/zfs-operator.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/operators/centos7/zfs-operator.yaml b/deploy/operators/centos7/zfs-operator.yaml index 688b185..e1b4f1d 100644 --- a/deploy/operators/centos7/zfs-operator.yaml +++ b/deploy/operators/centos7/zfs-operator.yaml @@ -1046,7 +1046,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/operators/centos8/zfs-operator.yaml b/deploy/operators/centos8/zfs-operator.yaml index b9b53a5..0f09422 100644 --- a/deploy/operators/centos8/zfs-operator.yaml +++ b/deploy/operators/centos8/zfs-operator.yaml @@ -1046,7 +1046,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/yamls/centos7/zfs-driver.yaml b/deploy/yamls/centos7/zfs-driver.yaml index 82de631..29244d7 100644 --- a/deploy/yamls/centos7/zfs-driver.yaml +++ b/deploy/yamls/centos7/zfs-driver.yaml @@ -578,7 +578,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/yamls/centos8/zfs-driver.yaml b/deploy/yamls/centos8/zfs-driver.yaml index 37bb715..fa2409c 100644 --- a/deploy/yamls/centos8/zfs-driver.yaml +++ b/deploy/yamls/centos8/zfs-driver.yaml @@ -578,7 +578,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/yamls/ubuntu/zfs-driver.yaml b/deploy/yamls/ubuntu/zfs-driver.yaml index a25d639..d99cefa 100644 --- a/deploy/yamls/ubuntu/zfs-driver.yaml +++ b/deploy/yamls/ubuntu/zfs-driver.yaml @@ -578,7 +578,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)" diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index e927fd4..297e079 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -1046,7 +1046,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: quay.io/openebs/zfs-driver:0.8.0 + image: quay.io/openebs/zfs-driver:ci 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:0.8.0 + image: quay.io/openebs/zfs-driver:ci imagePullPolicy: IfNotPresent args: - "--nodeid=$(OPENEBS_NODE_ID)"