From a52c24dfa5e9b8dbdc5ff5092a6fef864792cfeb Mon Sep 17 00:00:00 2001 From: Gabriel Nicolas Avellaneda Date: Tue, 11 Dec 2018 15:36:00 -0200 Subject: [PATCH] Corrected service DNS name (#9902) Signed-off-by: Gabriel Nicolas Avellaneda --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 2c3402daec..fd98e3bc4f 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: 2.1.0 +version: 2.1.1 appVersion: RELEASE.2018-11-30T03-56-59Z keywords: - storage diff --git a/stable/minio/templates/NOTES.txt b/stable/minio/templates/NOTES.txt index 07d264eaba..a54431c282 100644 --- a/stable/minio/templates/NOTES.txt +++ b/stable/minio/templates/NOTES.txt @@ -1,6 +1,6 @@ {{- if eq .Values.service.type "ClusterIP" "NodePort" }} Minio can be accessed via port {{ .Values.service.port }} on the following DNS name from within your cluster: -{{ template "minio.fullname" . }}-svc.{{ .Release.Namespace }}.svc.cluster.local +{{ template "minio.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local To access Minio from localhost, run the below commands: