[VOL-3624] Passing KV_STORE_DATAPATH_PREFIX to ofAgent

Change-Id: I1b6093cff43e18c7c8617065fac46016ee71e2a1
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 09e3942..fd0f86d 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -96,7 +96,7 @@
   ofagent:
     registry: '{{ .Values.defaults.image_registry }}'
     repository: '{{ .Values.defaults.image_org }}voltha-ofagent-go'
-    tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}1.3.1{{- end }}{{- else }}1.3.1{{- end }}'
+    tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}1.4.1{{- end }}{{- else }}1.4.1{{- end }}'
     pullPolicy: '{{ .Values.defaults.image_pullPolicy }}'
 
   rw_core: