Renaming voltha-ofagent-[go|py]

Change-Id: Ic144c252da6e3acf4ba47f8d968a9d17185b87b4
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index d9dc664..cfc60a6 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -17,7 +17,7 @@
 description: A Helm chart for Voltha based on K8S resources in Voltha project
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.2.8
+version: 2.2.9
 
 # app version applies to multiple components with potentially different
 # container image versions
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 941abea..e51479a 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -90,14 +90,14 @@
 images:
   ofagent_go:
     registry: '{{ .Values.defaults.image_registry }}'
-    repository: '{{ .Values.defaults.image_org }}ofagent-go'
-    tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}1.1.4{{- end }}{{- else }}1.1.4{{- end }}'
+    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.1.5{{- end }}{{- else }}1.1.5{{- end }}'
     pullPolicy: '{{ .Values.defaults.image_pullPolicy }}'
 
   ofagent_py:
     registry: '{{ .Values.defaults.image_registry }}'
-    repository: '{{ .Values.defaults.image_org }}voltha-ofagent'
-    tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}2.2.4{{- end }}{{- else }}2.2.4{{- end }}'
+    repository: '{{ .Values.defaults.image_org }}voltha-ofagent-py'
+    tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}2.2.7{{- end }}{{- else }}2.2.7{{- end }}'
     pullPolicy: '{{ .Values.defaults.image_pullPolicy }}'
 
   rw_core: