Skip to content

Commit

Permalink
[stable/minio] Fix templating error starting with go 1.14 (helm#21446) (
Browse files Browse the repository at this point in the history
helm#21447)

Signed-off-by: Clément BUCHART <clement@buchart.dev>

Co-authored-by: Clément BUCHART <clement@buchart.dev>
  • Loading branch information
clement-buchart and clement-buchart authored Mar 13, 2020
1 parent f79ce4c commit 89a7125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89a7125

Please sign in to comment.