Releasing 3.0.0 with updated charts and components for voltha 2.9 release

Change-Id: I35800b546f46cc60a46b9ea3d3c793bf2712dfce
diff --git a/VERSION b/VERSION
index 2468aa9..4a36342 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0-dev
+3.0.0
diff --git a/bbsim-sadis-server/Chart.yaml b/bbsim-sadis-server/Chart.yaml
index fa52e01..218f663 100644
--- a/bbsim-sadis-server/Chart.yaml
+++ b/bbsim-sadis-server/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "bbsim-sadis-server"
-version: "0.2.2"
+version: "0.2.3"
 description: "A Helm chart for Voltha BBSIM sadis server"
 keywords:
   - "onf"
@@ -32,4 +32,4 @@
 
 # appVersion refers to multiple components with potentially different
 # container image versions.
-appVersion: "0.3.1"
+appVersion: "0.3.2"
diff --git a/bbsim/Chart.yaml b/bbsim/Chart.yaml
index 80f67f5..a4d95b1 100644
--- a/bbsim/Chart.yaml
+++ b/bbsim/Chart.yaml
@@ -16,5 +16,5 @@
 description: Broadband Simulator
 icon: https://guide.opencord.org/logos/cord.svg
 apiVersion: v1
-version: 4.5.1
-appVersion: 1.9.0
+version: 4.5.2
+appVersion: 1.9.1
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 43f7566..7c89ffb 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.10.7"
+version: "2.10.8"
 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: "4.1.1"
+appVersion: "4.1.5"
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 9833875..8253e0c 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha-adapter-openonu"
-version: "2.9.10"
+version: "2.9.11"
 description: "A Helm chart for Voltha OpenONU Adapter"
 keywords:
   - "onf"
@@ -33,4 +33,4 @@
 
 # appVersion refers to multiple components with potentially different
 # container image versions.
-appVersion: "2.1.0"
+appVersion: "2.1.2"
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index 061ba07..bf5ba3b 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -29,7 +29,7 @@
 name: voltha-infra
 
 appVersion: "2.9-dev"
-version: 2.9.10
+version: 2.9.11
 
 dependencies:
   - name: onos-classic
@@ -38,7 +38,7 @@
     condition: onos-classic.enabled
   - name: bbsim-sadis-server
     repository: file://../bbsim-sadis-server
-    version: 0.2.2
+    version: 0.2.3
     condition: bbsim-sadis-server.enabled
   - name: etcd
     repository: https://charts.bitnami.com/bitnami
diff --git a/voltha-infra/values.yaml b/voltha-infra/values.yaml
index ee780c0..33bcf37 100644
--- a/voltha-infra/values.yaml
+++ b/voltha-infra/values.yaml
@@ -28,7 +28,7 @@
   image:
     pullPolicy: Always
     repository: voltha/voltha-onos
-    tag: 5.0.3
+    tag: 5.0.4-rc1
   apps:
     - org.onosproject.lldpprovider
     - org.onosproject.openflow-base
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 933f73d..34b7151 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,18 +28,18 @@
 name: voltha-stack
 
 appVersion: "2.9-dev"
-version: 2.9.14
+version: 2.9.15
 
 dependencies:
   - name: voltha
     repository: file://../voltha
-    version: 2.10.8
+    version: 2.10.9
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
-    version: 2.9.10
+    version: 2.9.11
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt
-    version: 2.10.7
+    version: 2.10.8
     condition: voltha-adapter-openolt.enabled
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 674d8f2..6c6dc54 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha"
-version: "2.10.8"
+version: "2.10.9"
 description: "A Helm chart for Voltha based on K8S resources in Voltha project"
 keywords:
   - "onf"
@@ -33,4 +33,4 @@
 
 # app version applies to multiple components with potentially different
 # container image versions
-appVersion: "2.9-dev"
+appVersion: "2.9"
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 345f088..08d546c 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -108,13 +108,13 @@
   ofagent:
     registry: '{{ .Values.global.image_registry }}'
     repository: '{{ .Values.global.image_org }}voltha-ofagent-go'
-    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.0.0{{- end }}{{- else }}2.0.0{{- end }}'
+    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.0.1{{- end }}{{- else }}2.0.1{{- end }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy }}'
 
   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 }}3.0.1{{- end }}{{- else }}3.0.1{{- end }}'
+    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}3.0.2{{- end }}{{- else }}3.0.2{{- end }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy }}'
 
 ingress: