AETHER-2864 AIAB : Subscriber proxy Integration issues
Change-Id: Ib65a77254466818177eabb9abb569f69f0cff246
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index bf09c02..11af4d6 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.4
+version: 2.0.5
appVersion: v0.0.0
keywords:
- aether
@@ -69,7 +69,7 @@
- name: subscriber-proxy
condition: import.subscriber-proxy.enabled
repository: "file://../subscriber-proxy"
- version: 0.1.0
+ version: 0.1.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 9389526..f4086e7 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.0
-appVersion: v0.2.18
+version: 0.1.1
+appVersion: v0.2.22
description: Subscriber-Proxy
keywords:
- aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index a321953..9398ec8 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/sdcore-adapter
- tag: v0.2.18
+ tag: v0.2.22
pullPolicy: IfNotPresent
pullSecrets: []