From 89a712556d2e3bb8c18acc350dca0bc9a5baba8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20BUCHART?= Date: Fri, 13 Mar 2020 20:57:48 +0100 Subject: [PATCH] [stable/minio] Fix templating error starting with go 1.14 (#21446) (#21447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément BUCHART Co-authored-by: Clément BUCHART --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 838c53aff914..17e5ed6dc603 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.15 +version: 5.0.16 appVersion: master keywords: - storage diff --git a/stable/minio/templates/deployment.yaml b/stable/minio/templates/deployment.yaml index 41cf2a14a5f8..2d53fcf492c0 100644 --- a/stable/minio/templates/deployment.yaml +++ b/stable/minio/templates/deployment.yaml @@ -208,7 +208,7 @@ spec: {{ toYaml . | indent 8 }} {{- end }} volumes: - {{- if and ((not .Values.gcsgateway.enabled) (not .Values.azuregateway.enabled) (not .Values.s3gateway.enabled) (not .Values.b2gateway.enabled)) }} + {{- if and (not .Values.gcsgateway.enabled) (not .Values.azuregateway.enabled) (not .Values.s3gateway.enabled) (not .Values.b2gateway.enabled) }} - name: export {{- if .Values.persistence.enabled }} persistentVolumeClaim: