[VOL-4763] Updating redis helm charts for VGC

Change-Id: I04a914af1b575392d58c263f2260d95d5f76b8e3
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