mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/minio]: add serviceAccountName in create-bucket-job to make it consistent (#21907)
* add serviceAccountName in create-bucket-job to make it consistent Signed-off-by: Bright Zheng <bright.zheng@outlook.com> * bump stable/minio to 5.0.21 from 5.0.20 Signed-off-by: Bright Zheng <bright.zheng@outlook.com> * bump stable/minio to 5.0.22 Signed-off-by: Bright Zheng <bright.zheng@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user