[stable/minio] fix identation for make-bucket-job (#21818)

* fix identation for make-bucket-job

Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>

* bump chart version to 5.0.20

Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>

* bump chart version to 5.0.21

Signed-off-by: Dimitris Stafylarakis <xanias@gmail.com>
This commit is contained in:
xaniasd
2020-04-14 20:52:02 -07:00
committed by GitHub
parent f3c377b91c
commit 8dbc3b67c5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads.
name: minio
version: 5.0.20
version: 5.0.21
appVersion: master
keywords:
- storage
@@ -11,9 +11,9 @@ metadata:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-delete-policy": hook-succeeded
{{- with .Values.makeBucketJob.annotations }}
{{ toYaml . | indent 4 }}
{{- end }}
{{- with .Values.makeBucketJob.annotations }}
{{ toYaml . | indent 4 }}
{{- end }}
spec:
template:
metadata: