diff --git a/stable/consul/Chart.yaml b/stable/consul/Chart.yaml index d347752538..69ca7e5e5c 100755 --- a/stable/consul/Chart.yaml +++ b/stable/consul/Chart.yaml @@ -1,6 +1,6 @@ name: consul home: https://github.com/hashicorp/consul -version: 1.3.2 +version: 1.3.3 appVersion: 1.0.0 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and diff --git a/stable/consul/templates/consul-ingress.yaml b/stable/consul/templates/consul-ingress.yaml index d6e2e4ccfb..8e4064aa6e 100644 --- a/stable/consul/templates/consul-ingress.yaml +++ b/stable/consul/templates/consul-ingress.yaml @@ -13,7 +13,7 @@ metadata: release: {{ .Release.Name | quote }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" component: "{{ .Release.Name }}-{{ .Values.Component }}" - name: "{{ template "fullname" . }}-ui" + name: "{{ template "consul.fullname" . }}-ui" spec: rules: {{- range .Values.uiIngress.hosts }}