[VOL-3731] Releasing updated 2.8 with ETCD state state deletion

Change-Id: I756b6a766b9038550248d1b4ccac56ad9bfd35b7
diff --git a/VERSION b/VERSION
index 38bc521..56f5e1b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.11
+2.8.12
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 5395d7c..3ed8d0c 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha-adapter-openolt"
-version: "2.9.6"
+version: "2.9.7"
 description: "A Helm chart for Voltha OpenOLT Adapter"
 keywords:
   - "onf"
@@ -33,4 +33,4 @@
 
 # appVersion refers to multiple components with potentially different
 # container image versions.
-appVersion: "3.5.6"
+appVersion: "3.5.7"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index ecf7b1a..adf1d7b 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,12 +28,12 @@
 name: voltha-stack
 
 appVersion: "2.8"
-version: 2.8.8
+version: 2.8.9
 
 dependencies:
   - name: voltha
     repository: file://../voltha
-    version: 2.9.8
+    version: 2.9.9
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
@@ -41,5 +41,5 @@
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt
-    version: 2.9.6
+    version: 2.9.7
     condition: voltha-adapter-openolt.enabled
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index f92477f..073da1c 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha"
-version: "2.9.8"
+version: "2.9.9"
 description: "A Helm chart for Voltha based on K8S resources in Voltha project"
 keywords:
   - "onf"
diff --git a/voltha/values.yaml b/voltha/values.yaml
index cb1fa3e..114aa7d 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.4{{- end }}{{- else }}2.9.4{{- end }}'
+    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 }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy }}'
 
 ingress: