Releasing fix for [AETHER-3398]
Change-Id: Ic6e989dd1abf40ee3aae5b0956573f85c4846af3
diff --git a/.gitreview b/.gitreview
index afa8278..703b51e 100644
--- a/.gitreview
+++ b/.gitreview
@@ -6,3 +6,4 @@
port=29418
project=roc-helm-charts.git
defaultremote=origin
+defaultbranch=aether-2.0
diff --git a/aether-roc-gui-v2/Chart.yaml b/aether-roc-gui-v2/Chart.yaml
index 2e1e501..5fb3d12 100644
--- a/aether-roc-gui-v2/Chart.yaml
+++ b/aether-roc-gui-v2/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether ROC Graphical User Interface
kubeVersion: ">=1.15.0"
type: application
-version: 2.0.13
+version: 2.0.14
appVersion: 2.0.0
keywords:
- aether
diff --git a/aether-roc-gui-v2/values.yaml b/aether-roc-gui-v2/values.yaml
index 8c42114..e7d2bfd 100644
--- a/aether-roc-gui-v2/values.yaml
+++ b/aether-roc-gui-v2/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-roc-gui
- tag: v0.9.15
+ tag: v0.9.16
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index bd7cbd6..6409d64 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.46
+version: 2.0.47
appVersion: v0.0.0
keywords:
- aether
@@ -44,7 +44,7 @@
- name: aether-roc-gui-v2
condition: import.aether-roc-gui.v2.enabled
repository: "file://../aether-roc-gui-v2"
- version: 2.0.13
+ version: 2.0.14
- name: sdcore-adapter-v2
condition: import.sdcore-adapter.v2.enabled
repository: "file://../sdcore-adapter-v2"