aether-roc-umbrella: releasing 1.4.19 update GUI and API
Change-Id: I4b95e2dc68c51a5f6780239048c0ca67ac318ff0
diff --git a/aether-roc-api/Chart.yaml b/aether-roc-api/Chart.yaml
index 6013c1c..3fd633e 100644
--- a/aether-roc-api/Chart.yaml
+++ b/aether-roc-api/Chart.yaml
@@ -7,8 +7,8 @@
description: Aether ROC API
kubeVersion: ">=1.15.0"
type: application
-version: 1.2.5
-appVersion: v0.8.6
+version: 1.2.6
+appVersion: v0.8.7
keywords:
- aether
- config
diff --git a/aether-roc-api/values.yaml b/aether-roc-api/values.yaml
index a18f081..08f0fe4 100644
--- a/aether-roc-api/values.yaml
+++ b/aether-roc-api/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-roc-api
- tag: v0.8.6
+ tag: v0.8.7
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/aether-roc-gui-v4/Chart.yaml b/aether-roc-gui-v4/Chart.yaml
index cac9a75..aa192c9 100644
--- a/aether-roc-gui-v4/Chart.yaml
+++ b/aether-roc-gui-v4/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether ROC Graphical User Interface
kubeVersion: ">=1.15.0"
type: application
-version: 4.0.3
+version: 4.0.4
appVersion: 4.0.0
keywords:
- aether
diff --git a/aether-roc-gui-v4/values.yaml b/aether-roc-gui-v4/values.yaml
index 1d41ed6..eb96b13 100644
--- a/aether-roc-gui-v4/values.yaml
+++ b/aether-roc-gui-v4/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-roc-gui
- tag: v0.8.2
+ tag: v0.8.3
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index ed6073b..f0562f7 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.18
+version: 1.4.19
appVersion: v0.0.0
keywords:
- aether
@@ -20,7 +20,7 @@
- name: onos-topo
condition: import.onos-topo.enabled
repository: https://charts.onosproject.org
- version: 1.1.102
+ version: 1.1.107
- name: config-model-aether-3
condition: onos-config.models.aether.v3.enabled
repository: "file://../config-models/aether-3.x"
@@ -45,15 +45,15 @@
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
- version: 1.1.6
+ version: 1.1.8
- name: aether-roc-api
condition: import.aether-roc-api.enabled
repository: "file://../aether-roc-api"
- version: 1.2.5
+ version: 1.2.6
- name: aether-roc-websocket
condition: import.aether-roc-websocket.enabled
repository: "file://../aether-roc-websocket"
- version: 1.0.0
+ version: 1.0.1
- name: aether-roc-gui
condition: import.aether-roc-gui.v3.enabled
repository: "file://../aether-roc-gui"
@@ -61,7 +61,7 @@
- name: aether-roc-gui-v4
condition: import.aether-roc-gui.v4.enabled
repository: "file://../aether-roc-gui-v4"
- version: 4.0.3
+ version: 4.0.4
- name: sdcore-adapter
condition: import.sdcore-adapter.v3.enabled
repository: "file://../sdcore-adapter"
@@ -73,7 +73,7 @@
- name: subscriber-proxy
condition: import.subscriber-proxy.enabled
repository: "file://../subscriber-proxy"
- version: 0.0.3
+ version: 0.0.4
- name: nginx
alias: sdcore-test-dummy
condition: import.sdcore-test-dummy.enabled
@@ -90,5 +90,5 @@
- name: prom-label-proxy
condition: import.plproxy.enabled
repository: "file://../prom-label-proxy"
- version: 0.3.3
+ version: 0.0.1
alias: prom-label-proxy-v1
diff --git a/aether-roc-umbrella/tests/aether-roc-umbrella.go b/aether-roc-umbrella/tests/aether-roc-umbrella.go
index 638a0d6..b64786a 100644
--- a/aether-roc-umbrella/tests/aether-roc-umbrella.go
+++ b/aether-roc-umbrella/tests/aether-roc-umbrella.go
@@ -58,13 +58,19 @@
SetPassword(password).
WithTimeout(15*time.Minute).
Set("import.onos-gui.enabled", false).
- Set("import.aether-roc-gui.v2_1.enabled", false).
Set("import.aether-roc-gui.v3.enabled", false).
- Set("import.aether-roc-gui.v4.enabled", false).
+ Set("import.aether-roc-gui.v4.enabled", true).
Set("import.onos-cli.enabled", false).
Set("onos-topo.image.tag", "latest").
Set("onos-config.image.tag", "latest").
Set("aether-roc-api.image.tag", "latest").
+ Set("aether-roc-websocket.image.tag", "latest").
+ Set("subscriber-proxy.image.tag", "latest").
+ Set("prom-label-proxy.image.tag", "latest").
+ //Set("sdcore-adapter-v4.image.tag", "latest").
+ Set("aether-roc-gui-v4.image.tag", "latest").
+ Set("aether-roc-gui-v4.ingress.enabled", false).
+ Set("aether-roc-gui-v4.service.type", "NodePort").
Set("onos-config.plugin.compiler.target", "github.com/onosproject/onos-config@master").
Set("global.image.registry", registry)
assert.NoError(t, onos.Install(true))
diff --git a/aether-roc-websocket/Chart.yaml b/aether-roc-websocket/Chart.yaml
index d4d4c43..81d5422 100644
--- a/aether-roc-websocket/Chart.yaml
+++ b/aether-roc-websocket/Chart.yaml
@@ -7,8 +7,8 @@
description: Aether ROC Websocket
kubeVersion: ">=1.15.0"
type: application
-version: 1.0.0
-appVersion: v0.8.3
+version: 1.0.1
+appVersion: v0.8.7
keywords:
- aether
- alerts
diff --git a/aether-roc-websocket/values.yaml b/aether-roc-websocket/values.yaml
index b7cd3bc..4223ce1 100644
--- a/aether-roc-websocket/values.yaml
+++ b/aether-roc-websocket/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-roc-websocket
- tag: v0.8.3
+ tag: v0.8.7
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/subscriber-proxy/Chart.yaml b/subscriber-proxy/Chart.yaml
index 69c6126..809ca19 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.3
-appVersion: v0.1.32
+version: 0.0.4
+appVersion: v0.2.2
description: Subscriber-Proxy
keywords:
- aether
diff --git a/subscriber-proxy/values.yaml b/subscriber-proxy/values.yaml
index 4889fad..5617a82 100644
--- a/subscriber-proxy/values.yaml
+++ b/subscriber-proxy/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/sdcore-adapter
- tag: v0.1.32
+ tag: v0.2.2
pullPolicy: IfNotPresent
pullSecrets: []