File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : minio
33description : High Performance Object Storage compatible with Amazon S3 APIs
44type : application
5- version : 0.5.0
5+ version : 0.5.1
66appVersion : " 2025.09.07"
77keywords :
88 - minio
Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ metadata:
66 namespace : {{ .Release.Namespace }}
77 labels :
88 {{- include "minio.labels" . | nindent 4 }}
9- {{- if .Values.commonAnnotations }}
109 annotations :
10+ " helm.sh/hook " : post-install,post-upgrade
11+ " helm.sh/hook-delete-policy " : before-hook-creation,hook-succeeded
12+ " helm.sh/hook-weight " : " 0"
13+ {{- if .Values.commonAnnotations }}
1114 {{- include "minio.annotations" . | nindent 4 }}
1215 {{- end }}
1316spec :
You can’t perform that action at this time.
0 commit comments