Fix for config model chart version + Update latest subscriber proxy version

Change-Id: I3e0efe153b75c0ea4b92f6118b902ba1e8883bfd
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 96c29f4..702a8f0 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 2.0.19
+version: 2.0.20
 appVersion: v0.0.0
 keywords:
   - aether
@@ -73,7 +73,7 @@
   - name: subscriber-proxy
     condition: import.subscriber-proxy.enabled
     repository: "file://../subscriber-proxy"
-    version: 0.1.2
+    version: 0.1.3
   - name: nginx
     alias: sdcore-test-dummy
     condition: import.sdcore-test-dummy.enabled
diff --git a/config-models/aether-2.0.x/Chart.yaml b/config-models/aether-2.0.x/Chart.yaml
index 45a5170..d9bdb4e 100644
--- a/config-models/aether-2.0.x/Chart.yaml
+++ b/config-models/aether-2.0.x/Chart.yaml
@@ -4,7 +4,7 @@
 
 apiVersion: v2
 name: config-model-aether-2
-version: 2.0.0
+version: 2.0.9
 kubeVersion: ">=1.18.0"
 appVersion: 2.0.0
 description: Aether config model
diff --git a/subscriber-proxy/Chart.yaml b/subscriber-proxy/Chart.yaml
index ad8587c..d3e11d2 100644
--- a/subscriber-proxy/Chart.yaml
+++ b/subscriber-proxy/Chart.yaml
@@ -6,8 +6,8 @@
 name: subscriber-proxy
 kubeVersion: ">=1.17.0"
 type: application
-version: 0.1.2
-appVersion: v0.2.22
+version: 0.1.3
+appVersion: v0.3.0
 description: Subscriber-Proxy
 keywords:
   - aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index 22ed275..74b4d64 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -9,8 +9,8 @@
 annotations: {}
 
 image:
-  repository: onosproject/sdcore-adapter
-  tag: v0.2.22
+  repository: onosproject/subscriber-proxy
+  tag: v0.3.0
   pullPolicy: IfNotPresent
   pullSecrets: []