mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
Fix ES helm chart testing issue using tag
Reviewers: tomas, jsalmeron Reviewed By: tomas, jsalmeron Maniphest Tasks: T26128 Differential Revision: http://phabricator.bitnami.com:8080/D27133
This commit is contained in:
@@ -2,7 +2,7 @@ name: consul
|
||||
home: https://www.consul.io/
|
||||
sources:
|
||||
- https://github.com/bitnami/consul
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
appVersion: 1.0.6
|
||||
description: Highly available and distributed service discovery and key-value store
|
||||
designed with support for the modern data center to make distributed systems and
|
||||
@@ -11,4 +11,4 @@ icon: https://raw.githubusercontent.com/hashicorp/consul/bce3809dfca37b883828c37
|
||||
maintainers:
|
||||
- name: bitnami-bot
|
||||
email: containers@bitnami.com
|
||||
engine: gotpl
|
||||
engine: gotpl
|
||||
|
||||
@@ -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 -}}
|
||||
{{- $tag := default "latest" .Values.image.tag | quote | trimAll "\"" -}}
|
||||
{{- printf "%s/%s:%s" $registryName .Values.image.repository $tag -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user