diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index d2b04d668d03..a3d43d378bc0 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.12 +version: 5.0.13 appVersion: master keywords: - storage diff --git a/stable/minio/templates/ingress.yaml b/stable/minio/templates/ingress.yaml index 203da00ca67b..2d9bbda05591 100644 --- a/stable/minio/templates/ingress.yaml +++ b/stable/minio/templates/ingress.yaml @@ -32,12 +32,14 @@ spec: {{- end }} rules: {{- range .Values.ingress.hosts }} - - host: {{ . | quote }} - http: + - http: paths: - path: {{ $ingressPath }} backend: serviceName: {{ $fullName }} servicePort: {{ $servicePort }} + {{- if . }} + host: {{ . | quote }} + {{- end }} {{- end }} {{- end }}