AETHER-3351 Release Subscriber Proxy with delete support
Cherry-Picked from master acc7fc54e1343c16fa7e6060d832a0d81023bee1
Change-Id: I8754e151aa89c53afe8cb0ad3d27eeaabe97ecdc
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 98f4c34..8889fed 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.43
+version: 2.0.44
appVersion: v0.0.0
keywords:
- aether
@@ -56,7 +56,7 @@
- name: subscriber-proxy
condition: import.subscriber-proxy.enabled
repository: "file://../subscriber-proxy"
- version: 0.1.4
+ version: 0.1.5
- 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 412830b..3255189 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.4
-appVersion: v0.3.1
+version: 0.1.5
+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: []