[VOL-4763] Updating redis helm charts for VGC

Change-Id: I04a914af1b575392d58c263f2260d95d5f76b8e3
diff --git a/voltha-go-controller/Chart.yaml b/voltha-go-controller/Chart.yaml
index cf2778f..8bfbcdc 100644
--- a/voltha-go-controller/Chart.yaml
+++ b/voltha-go-controller/Chart.yaml
@@ -16,4 +16,4 @@
 appVersion: "1.0"
 description: A Helm chart for Kubernetes
 name: voltha-go-controller
-version: 0.1.0
+version: 0.1.1
diff --git a/voltha-go-controller/templates/deployment.yaml b/voltha-go-controller/templates/deployment.yaml
index 7d1516e..bd51a50 100644
--- a/voltha-go-controller/templates/deployment.yaml
+++ b/voltha-go-controller/templates/deployment.yaml
@@ -45,7 +45,7 @@
         - name: KV_STORE_TYPE
           value: "redis"
         - name: KV_STORE_HOST
-          value: "redis-master.{{ .Values.global.voltha_infra_namespace }}.svc.cluster.local"
+          value: "voltha-infra-redis-headless.{{ .Values.global.voltha_infra_namespace }}.svc.cluster.local"
         - name: KV_STORE_PORT
           value: "6379"
         - name: KAFKA_ADAPTER_HOST