diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index 0c8a01bc..449160d1 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 @@ -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 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 }} 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: