mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
Fix consul, mysql and postgre helm chart testing issue using tag
Reviewers: tomas, jsalmeron Reviewed By: tomas, jsalmeron Maniphest Tasks: T26161 Differential Revision: http://phabricator.bitnami.com:8080/D27134
This commit is contained in:
@@ -27,6 +27,6 @@ Return the proper Consul image name
|
||||
*/}}
|
||||
{{- define "consul.image" -}}
|
||||
{{- $registryName := default "docker.io" .Values.image.registry -}}
|
||||
{{- $tag := default "latest" .Values.image.tag | quote | trimAll "\"" -}}
|
||||
{{- $tag := default "latest" .Values.image.tag | toString -}}
|
||||
{{- printf "%s/%s:%s" $registryName .Values.image.repository $tag -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user