From 3dc7af6739466a720b2c324e47eb5cd710c08590 Mon Sep 17 00:00:00 2001 From: Julien Francoz Date: Mon, 17 Feb 2020 12:45:28 +0100 Subject: [PATCH] [stable/minio] exclude job from service selector (#20759) during post-install-create-bucket-job, the job can be included in service endpoints, and can lead to connection refused errors during job and helm install failed Signed-off-by: jfcoz --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/post-install-create-bucket-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 27cad1965f..034167f1f5 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.9 +version: 5.0.10 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 e21a3c171c..92ae62b9fa 100755 --- a/stable/minio/templates/post-install-create-bucket-job.yaml +++ b/stable/minio/templates/post-install-create-bucket-job.yaml @@ -15,7 +15,7 @@ spec: template: metadata: labels: - app: {{ template "minio.name" . }} + app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels }} {{ toYaml .Values.podLabels | indent 8 }}