AETHER-2426 Subscriber proxy - Getting core endpoint from model
Change-Id: Iabb0a1726ac9f22c942d4417e41a763250b3f166
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 831f30d..7ca8799 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: 1.4.58
+version: 1.4.59
appVersion: v0.0.0
keywords:
- aether
@@ -73,7 +73,7 @@
- name: subscriber-proxy
condition: import.subscriber-proxy.enabled
repository: "file://../subscriber-proxy"
- version: 0.0.5
+ version: 0.0.6
- 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 a7b857a..5eda5df 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.0.5
-appVersion: v0.2.17
+version: 0.0.6
+appVersion: v0.2.18
description: Subscriber-Proxy
keywords:
- aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index 680e305..a321953 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/sdcore-adapter
- tag: v0.2.17
+ tag: v0.2.18
pullPolicy: IfNotPresent
pullSecrets: []