Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 8dbc3b6

Browse files
authored
[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>
1 parent f3c377b commit 8dbc3b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stable/minio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads.
33
name: minio
4-
version: 5.0.20
4+
version: 5.0.21
55
appVersion: master
66
keywords:
77
- storage

stable/minio/templates/post-install-create-bucket-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ metadata:
1111
annotations:
1212
"helm.sh/hook": post-install,post-upgrade
1313
"helm.sh/hook-delete-policy": hook-succeeded
14-
{{- with .Values.makeBucketJob.annotations }}
15-
{{ toYaml . | indent 4 }}
16-
{{- end }}
14+
{{- with .Values.makeBucketJob.annotations }}
15+
{{ toYaml . | indent 4 }}
16+
{{- end }}
1717
spec:
1818
template:
1919
metadata:

0 commit comments

Comments
 (0)