diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index befa546d3e33..5c4213b8b9eb 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.2 +version: 1.8.3 appVersion: RELEASE.2018-09-12T18-49-56Z keywords: - storage diff --git a/stable/minio/templates/_helpers.tpl b/stable/minio/templates/_helpers.tpl index c8fe9ba7aa05..e928bf63f02a 100644 --- a/stable/minio/templates/_helpers.tpl +++ b/stable/minio/templates/_helpers.tpl @@ -19,7 +19,7 @@ If release name contains chart name it will be used as a full name. {{- if contains $name .Release.Name -}} {{- .Release.Name | trunc 63 | trimSuffix "-" -}} {{- else -}} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- printf "%s" .Release.Name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- end -}} {{- end -}}