From a473134500d9628f906554c53f36f043a311957f Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Wed, 26 Feb 2020 09:51:25 +0800 Subject: [PATCH 1/2] Remove provider minio Signed-off-by: JenTing Hsiao --- charts/velero/templates/restic-daemonset.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/velero/templates/restic-daemonset.yaml b/charts/velero/templates/restic-daemonset.yaml index a0a3ff2a..31af61fa 100644 --- a/charts/velero/templates/restic-daemonset.yaml +++ b/charts/velero/templates/restic-daemonset.yaml @@ -92,22 +92,16 @@ spec: fieldPath: spec.nodeName - name: VELERO_SCRATCH_DIR value: /scratch - {{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }} + {{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }} {{- if eq $provider "aws" }} - name: AWS_SHARED_CREDENTIALS_FILE - value: /credentials/cloud {{- else if eq $provider "gcp" }} - name: GOOGLE_APPLICATION_CREDENTIALS - value: /credentials/cloud {{- else }} - name: ALIBABA_CLOUD_CREDENTIALS_FILE - value: /credentials/cloud {{- end }} - {{- end }} - {{- if eq $provider "minio" }} - - name: AWS_SHARED_CREDENTIALS_FILE value: /credentials/cloud - {{- end }} + {{- end }} securityContext: privileged: {{ .Values.restic.privileged }} {{- with .Values.restic.resources }} From 9374db878acb3112ea048a130effb0a7cba491bb Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Wed, 26 Feb 2020 09:51:47 +0800 Subject: [PATCH 2/2] Bump chart version 2.8.9 Signed-off-by: JenTing Hsiao --- charts/velero/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index e2298bd0..a24b53b0 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.2.0 description: A Helm chart for velero name: velero -version: 2.8.8 +version: 2.8.9 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: