From a205af97488592536719a55ef6437269921a9278 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 9 Jun 2020 12:48:05 -0700 Subject: [PATCH] [stable/minio] remove unnecessary annotation (#22724) Signed-off-by: Harshavardhana Signed-off-by: Miguel Mingorance --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/deployment.yaml | 1 - stable/minio/templates/statefulset.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index af8d034f0e5a..f6fac937ba71 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.26 +version: 5.0.27 appVersion: master keywords: - storage diff --git a/stable/minio/templates/deployment.yaml b/stable/minio/templates/deployment.yaml index 61cc44b3ef8f..c2e25f66c9c1 100644 --- a/stable/minio/templates/deployment.yaml +++ b/stable/minio/templates/deployment.yaml @@ -49,7 +49,6 @@ spec: {{ toYaml .Values.podLabels | indent 8 }} {{- end }} annotations: - rollme: {{ randAlphaNum 5 | quote }} checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- if .Values.podAnnotations }} diff --git a/stable/minio/templates/statefulset.yaml b/stable/minio/templates/statefulset.yaml index 9bf8359f5da4..1ae5fc9e79a5 100644 --- a/stable/minio/templates/statefulset.yaml +++ b/stable/minio/templates/statefulset.yaml @@ -66,7 +66,6 @@ spec: {{ toYaml .Values.podLabels | indent 8 }} {{- end }} annotations: - rollme: {{ randAlphaNum 5 | quote }} checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- if .Values.podAnnotations }}