Releasing latest update to rw-core and adapters

Change-Id: I2720de2313b3b279cbb746cc5c0fa2a127e213bd
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 114aa7d..17069dd 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -103,7 +103,7 @@
   rw_core:
     registry: '{{ .Values.global.image_registry }}'
     repository: '{{ .Values.global.image_org }}voltha-rw-core'
-    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.9.5{{- end }}{{- else }}2.9.5{{- end }}'
+    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.9.6{{- end }}{{- else }}2.9.6{{- end }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy }}'
 
 ingress: