diff --git a/incubator/istio/Chart.yaml b/incubator/istio/Chart.yaml index 4c2f871afc..265568611d 100644 --- a/incubator/istio/Chart.yaml +++ b/incubator/istio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Istio Helm chart for Kubernetes name: istio -version: 0.2.0 +version: 0.2.1 appVersion: 0.1.6 home: https://istio.io/ icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png @@ -9,4 +9,4 @@ sources: - https://github.com/istio/istio maintainers: - name: lachie83 - email: lachlan.evenson@microsoft.com \ No newline at end of file + email: lachlan.evenson@microsoft.com diff --git a/incubator/istio/templates/pilot-svc.yaml b/incubator/istio/templates/pilot-svc.yaml index ae3e7ed747..a90ed700bc 100644 --- a/incubator/istio/templates/pilot-svc.yaml +++ b/incubator/istio/templates/pilot-svc.yaml @@ -7,7 +7,7 @@ metadata: {{ include "labels.standard" . | indent 4 }} istio: {{ $serviceName }}-{{ .Values.pilot.name }} spec: - type: {{ .Values.mixer.service.type }} + type: {{ .Values.pilot.service.type }} ports: - port: {{ .Values.pilot.service.externalHttpDiscovery }} name: http-discovery @@ -17,4 +17,4 @@ spec: app: {{ include "name" . }} component: {{ $serviceName }}-{{ .Values.pilot.name }} release: {{ .Release.Name }} - istio: {{ $serviceName }}-{{ .Values.pilot.name }} \ No newline at end of file + istio: {{ $serviceName }}-{{ .Values.pilot.name }}