Updated Subscriber proxy v0.3.1
Change-Id: Ia9877e67926e81378f51c0df2d19a98db70fbc8e
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 9beaed4..b655b5b 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.21
+version: 2.0.22
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.3
+ version: 0.1.4
- 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 d3e11d2..412830b 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.3
-appVersion: v0.3.0
+version: 0.1.4
+appVersion: v0.3.1
description: Subscriber-Proxy
keywords:
- aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index 74b4d64..32a956c 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/subscriber-proxy
- tag: v0.3.0
+ tag: v0.3.1
pullPolicy: IfNotPresent
pullSecrets: []