[stable/minio] annotation fix (#21155)

* annotation fix
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>

* use with operator
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
This commit is contained in:
ahmadali shafiee
2020-03-01 14:32:49 -08:00
committed by GitHub
parent 56d8fd8c80
commit 8b7ef43ca2
2 changed files with 4 additions and 2 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.11
version: 5.0.12
appVersion: master
keywords:
- storage
@@ -11,7 +11,9 @@ metadata:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-delete-policy": hook-succeeded
{{ toYaml .Values.makeBucketJob.annotations | indent 4 }}
{{- with .Values.makeBucketJob.annotations }}
{{ toYaml . | indent 4 }}
{{- end }}
spec:
template:
metadata: