diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 5a8242f5e..9b9970ba3 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.18 +version: 0.110.19 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 4adcde0c1..1079308d4 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 "keys" "istio.gateway.name") }} + - {{ .Release.Namespace}}/{{ include "common.getKeyValue" (dict "Values" .Values "key" "istio.gateway.name") }} hosts: {{- .Values.istio.virtualService.hosts | toYaml | nindent 2}} http: