Synchronize upstreamed folder to 15b8c24a

This commit is contained in:
bitnami-bot
2018-10-31 10:38:48 +00:00
parent 5882a2dcdf
commit 556478b819
49 changed files with 716 additions and 27 deletions

View File

@@ -45,3 +45,13 @@ Also, we can't use a single if because lazy evaluation is not an option
{{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}
{{- end -}}
{{- end -}}
{{/*
Return the proper image name (for the metrics image)
*/}}
{{- define "metrics.image" -}}
{{- $registryName := .Values.metrics.image.registry -}}
{{- $repositoryName := .Values.metrics.image.repository -}}
{{- $tag := .Values.metrics.image.tag | toString -}}
{{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}
{{- end -}}