fabric-umbrella 0.1.7 updates to gui, api and adapter
Change-Id: Iac3d3a7b0ced1f94bace0cfd0087d32528103baa
diff --git a/aether-roc-api/Chart.yaml b/aether-roc-api/Chart.yaml
index 19fe3e9..68cda8b 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.7.9
-appVersion: v0.10.11
+version: 1.7.10
+appVersion: v0.10.13
keywords:
- aether
- config
diff --git a/aether-roc-gui/Chart.yaml b/aether-roc-gui/Chart.yaml
index 06c9686..a358211 100644
--- a/aether-roc-gui/Chart.yaml
+++ b/aether-roc-gui/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether ROC Graphical User Interface
kubeVersion: ">=1.15.0"
type: application
-version: 2.1.12
+version: 2.1.13
appVersion: 2.0.0
keywords:
- aether
diff --git a/aether-roc-gui/values.yaml b/aether-roc-gui/values.yaml
index e500b45..76f3e44 100644
--- a/aether-roc-gui/values.yaml
+++ b/aether-roc-gui/values.yaml
@@ -10,7 +10,7 @@
image:
repository: onosproject/aether-roc-gui
- tag: v0.9.22
+ tag: v0.9.23
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index b425424..23ff65d 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -8,7 +8,7 @@
description: Aether ROC Umbrella chart to deploy all Aether ROC
kubeVersion: ">=1.18.0"
type: application
-version: 2.1.22
+version: 2.1.23
appVersion: v0.0.0
keywords:
- aether
@@ -33,7 +33,7 @@
- name: aether-roc-api
condition: import.aether-roc-api.enabled
repository: "file://../aether-roc-api"
- version: 1.7.9
+ version: 1.7.10
- name: aether-roc-websocket
condition: import.aether-roc-websocket.enabled
repository: "file://../aether-roc-websocket"
@@ -45,7 +45,7 @@
- name: aether-roc-gui
condition: import.aether-roc-gui.v2-1.enabled
repository: "file://../aether-roc-gui"
- version: 2.1.12
+ version: 2.1.13
alias: aether-roc-gui-v2-1
- name: sdcore-adapter-v2
condition: import.sdcore-adapter.v2-0.enabled
diff --git a/fabric-adapter/Chart.yaml b/fabric-adapter/Chart.yaml
index b58be38..72580b7 100644
--- a/fabric-adapter/Chart.yaml
+++ b/fabric-adapter/Chart.yaml
@@ -7,8 +7,8 @@
name: fabric-adapter
kubeVersion: ">=1.17.0"
type: application
-version: 0.1.0
-appVersion: v0.0.1
+version: 0.1.1
+appVersion: v0.0.4
description: Aether Fabric Adapter
keywords:
- aether
diff --git a/fabric-adapter/templates/deployment.yaml b/fabric-adapter/templates/deployment.yaml
index 8729d19..e9e726b 100644
--- a/fabric-adapter/templates/deployment.yaml
+++ b/fabric-adapter/templates/deployment.yaml
@@ -29,7 +29,7 @@
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.repository }}:{{ tpl .Values.image.tag . }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: POD_NAMESPACE
diff --git a/fabric-adapter/values.yaml b/fabric-adapter/values.yaml
index 757d50b..5e12cb3 100644
--- a/fabric-adapter/values.yaml
+++ b/fabric-adapter/values.yaml
@@ -11,7 +11,7 @@
image:
repository: onosproject/fabric-adapter
- tag: v0.0.3
+ tag: "{{ .Chart.AppVersion }}"
pullPolicy: IfNotPresent
pullSecrets: []
diff --git a/fabric-umbrella/Chart.yaml b/fabric-umbrella/Chart.yaml
index fce91e1..aabbf87 100644
--- a/fabric-umbrella/Chart.yaml
+++ b/fabric-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
description: Fabric ROC Umbrella chart to deploy all Fabric ROC
kubeVersion: ">=1.18.0"
type: application
-version: 0.1.6
+version: 0.1.7
appVersion: v0.0.0
keywords:
- aether
@@ -32,17 +32,17 @@
- name: aether-roc-api
condition: import.fabric-roc-api.enabled
repository: "file://../aether-roc-api"
- version: 1.7.9
+ version: 1.7.10
alias: fabric-roc-api
- name: aether-roc-gui
condition: import.fabric-roc-gui.v0-1.enabled
repository: "file://../aether-roc-gui"
- version: 2.1.12
+ version: 2.1.13
alias: fabric-roc-gui
- name: fabric-adapter
condition: import.fabric-adapter.v0-1.enabled
repository: "file://../fabric-adapter"
- version: 0.1.0
+ version: 0.1.1
alias: fabric-adapter-v0-1
- name: nginx
alias: fabric-test-dummy
diff --git a/fabric-umbrella/values.yaml b/fabric-umbrella/values.yaml
index 3384e3f..f70857f 100644
--- a/fabric-umbrella/values.yaml
+++ b/fabric-umbrella/values.yaml
@@ -41,7 +41,7 @@
enabled: true
fabric-roc-gui:
v0-1:
- enabled: false
+ enabled: true
fabric-adapter:
v0-1:
enabled: true
@@ -114,7 +114,7 @@
enabled: false
modelPlugins:
- name: fabric-0-1
- image: onosproject/sdn-fabric-0.1.x:0.1.3-sdn-fabric-0.1.x
+ image: onosproject/sdn-fabric-0.1.x:0.1.4-sdn-fabric-0.1.x
endpoint: localhost
port: 5152