AETHER-3351 Release Subscriber Proxy with delete support

Change-Id: I8754e151aa89c53afe8cb0ad3d27eeaabe97ecdc
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 97c3ebf..5201f39 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.1.2
+version: 2.1.3
 appVersion: v0.0.0
 keywords:
   - aether
@@ -56,7 +56,7 @@
   - name: subscriber-proxy
     condition: import.subscriber-proxy.enabled
     repository: "file://../subscriber-proxy"
-    version: 0.2.0
+    version: 0.2.1
   - name: nginx
     alias: sdcore-test-dummy
     condition: import.sdcore-test-dummy.enabled
diff --git a/subscriber-proxy/Chart.yaml b/subscriber-proxy/Chart.yaml
index c88b127..29c0022 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.2.0
-appVersion: v0.3.1
+version: 0.2.1
+appVersion: v0.3.2
 description: Subscriber-Proxy
 keywords:
   - aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index 32a956c..19c4d83 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/subscriber-proxy
-  tag: v0.3.1
+  tag: v0.3.2
   pullPolicy: IfNotPresent
   pullSecrets: []