diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index dd8f949ea5a1..af8d034f0e5a 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.25 +version: 5.0.26 appVersion: master keywords: - storage diff --git a/stable/minio/templates/statefulset.yaml b/stable/minio/templates/statefulset.yaml index 8fb48a9346c2..9bf8359f5da4 100644 --- a/stable/minio/templates/statefulset.yaml +++ b/stable/minio/templates/statefulset.yaml @@ -4,7 +4,7 @@ {{ $drivesPerNode := .Values.drivesPerNode | int }} {{ $scheme := "http" }} {{- if .Values.tls.enabled }} -{{ $scheme := "https" }} +{{ $scheme = "https" }} {{ end }} {{ $mountPath := .Values.mountPath }} {{ $bucketRoot := or ($.Values.bucketRoot) ($.Values.mountPath) }}