From 7eb8ccb2c411aee81098a7229f433bb06db05649 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 18 Jun 2021 11:21:25 +0530 Subject: [PATCH 1/3] Added OR clause to prevent job from failing Signed-off-by: Niladri Halder --- charts/openebs/Chart.yaml | 2 +- charts/openebs/templates/cleanup-webhook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index 0c8a01bc..bafce1d7 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 2.10.0 +version: 2.10.1 name: openebs appVersion: 2.10.0 description: Containerized Storage for Containers diff --git a/charts/openebs/templates/cleanup-webhook.yaml b/charts/openebs/templates/cleanup-webhook.yaml index 85675216..27e64464 100644 --- a/charts/openebs/templates/cleanup-webhook.yaml +++ b/charts/openebs/templates/cleanup-webhook.yaml @@ -40,6 +40,6 @@ spec: - /bin/sh - -c - > - kubectl delete validatingWebhookConfiguration openebs-validation-webhook-cfg; + kubectl delete validatingWebhookConfiguration openebs-validation-webhook-cfg || true; restartPolicy: OnFailure {{- end }} From c8a15c8bab619530c4a71c14bf44ef63af6804a7 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 18 Jun 2021 19:20:37 +0530 Subject: [PATCH 2/3] Updated cStor and Jiva dependent chart versions Signed-off-by: Niladri Halder --- charts/openebs/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index bafce1d7..449160d1 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -27,11 +27,11 @@ dependencies: repository: "https://openebs.github.io/dynamic-localpv-provisioner" condition: localpv-provisioner.enabled - name: cstor - version: "2.10.0" + version: "2.10.1" repository: "https://openebs.github.io/cstor-operators" condition: cstor.enabled - name: jiva - version: "2.10.0" + version: "2.10.1" repository: "https://openebs.github.io/jiva-operator" condition: jiva.enabled - name: zfs-localpv From 96af1310ceabad4250bd8c0c0f9d08367ee00f63 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 18 Jun 2021 19:31:50 +0530 Subject: [PATCH 3/3] Updated image tags in values.yaml Signed-off-by: Niladri Halder --- charts/openebs/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openebs/values.yaml b/charts/openebs/values.yaml index 80a5d5f8..fdc46c78 100644 --- a/charts/openebs/values.yaml +++ b/charts/openebs/values.yaml @@ -326,7 +326,7 @@ jiva: # registry: quay.io/ # repository: openebs/jiva-operator # pullPolicy: IfNotPresent -# tag: 2.10.0 +# tag: 2.10.1 # # jivaCSIPlugin: # remount: "true" @@ -334,7 +334,7 @@ jiva: # registry: quay.io/ # repository: openebs/jiva-csi # pullPolicy: IfNotPresent -# tag: 2.10.0 +# tag: 2.10.1 cstor: