[mssql] fix typo in headless service (#10149)

* fix typo

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>

* bump version

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
This commit is contained in:
Boris Kurktchiev
2018-12-19 16:49:42 -08:00
committed by Kubernetes Prow Robot
parent 862f16e4d5
commit 827eb0fa2c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: SQL Server 2017 Linux Helm Chart
name: mssql-linux
version: 0.6.4
version: 0.6.5
appVersion: 14.0.3023.8
home: https://hub.docker.com/r/microsoft/mssql-server-linux/
icon: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1I4Dx
+1 -1
View File
@@ -13,7 +13,7 @@ metadata:
{{- end }}
spec:
{{- if .Values.service.headless }}
type: clusterIP
type: ClusterIP
clusterIP: None
{{- else }}
type: {{ .Values.service.type }}