diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index b8b67f2e6b..67589fb718 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -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.21 +version: 5.0.22 appVersion: master keywords: - storage diff --git a/stable/minio/templates/post-install-create-bucket-job.yaml b/stable/minio/templates/post-install-create-bucket-job.yaml index b26c206193..333cda54df 100755 --- a/stable/minio/templates/post-install-create-bucket-job.yaml +++ b/stable/minio/templates/post-install-create-bucket-job.yaml @@ -53,6 +53,7 @@ spec: - key: {{ .Values.tls.publicCrt }} path: CAs/public.crt {{ end }} + serviceAccountName: {{ include "minio.serviceAccountName" . | quote }} containers: - name: minio-mc image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}"