diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 80d005429..5a8242f5e 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.126.0" description: Helm Chart for the openmfp Portal name: example-content -version: 0.110.17 +version: 0.110.18 dependencies: - name: common version: 0.1.9 diff --git a/charts/example-content/templates/istio-virtual-service.yaml b/charts/example-content/templates/istio-virtual-service.yaml index abfd66e23..4adcde0c1 100644 --- a/charts/example-content/templates/istio-virtual-service.yaml +++ b/charts/example-content/templates/istio-virtual-service.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ .Release.Namespace }} spec: gateways: - - {{ .Release.Namespace }}/{{ include "common.getKeyValue" (dict "Values" .Values "istio.gateway.name") }} + - {{ .Release.Namespace }}/{{ include "common.getKeyValue" (dict "Values" .Values "keys" "istio.gateway.name") }} hosts: {{- .Values.istio.virtualService.hosts | toYaml | nindent 2}} http: