diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index a22dbdcfde..befa546d3e 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. name: minio -version: 1.8.1 +version: 1.8.2 appVersion: RELEASE.2018-09-12T18-49-56Z keywords: - storage diff --git a/stable/minio/templates/ingress.yaml b/stable/minio/templates/ingress.yaml index dddad9618e..5168b861f4 100644 --- a/stable/minio/templates/ingress.yaml +++ b/stable/minio/templates/ingress.yaml @@ -21,14 +21,14 @@ spec: {{- range .Values.ingress.tls }} - hosts: {{- range .hosts }} - - {{ . }} + - {{ . | quote }} {{- end }} secretName: {{ .secretName }} {{- end }} {{- end }} rules: {{- range .Values.ingress.hosts }} - - host: {{ . }} + - host: {{ . | quote }} http: paths: - path: {{ $ingressPath }}