From e4af2eea39bbead7ec266e2c7f14fadf436abdc6 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 --- 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 af8d034f0e..f6fac937ba 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 61cc44b3ef..c2e25f66c9 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 9bf8359f5d..1ae5fc9e79 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 }}