update appVersions for all charts before release
* update and clean up appVersions for all voltha related charts to
included latest software/application releases into next voltha release
* update voltha-stack chart to include new chart versions
* make sure all voltha-* charts have at minimal a 2.12.X version to
point out their relation to the upcoming voltha-2.12 release and avoid
version collision with previously developed and published chart
versions from voltha-2.X branches
* the charts voltha-go-controller and voltha-northbound-bbf-adapter are
currently still under development and the chart versions have
therefore not been increased to align with the voltha 2.12 release
naming scheme described above
* application version updates:
* bbsim-sadis-server from 0.3.4 to 0.3.5
* voltha-adapter-openonu from 2.7.3 to 2.11.3
* voltha-adapter-openolt from 4.3.6 to 4.4.5
* voltha-tracing (jaeger) from 1.18 to 1.51
* voltha-ofagent-go from 2.1.3 to 2.1.6
* voltha-rw-core from 3.1.8 to 3.4.8
* update some comments for appVersion in Chart.yaml files to be more
precise about how this value is used
Change-Id: I04879ecf822b6cac5d9d55fbab6a86efc11ae55d
Signed-off-by: Jan Klare <jan.klare@bisdn.de>
diff --git a/bbsim-sadis-server/Chart.yaml b/bbsim-sadis-server/Chart.yaml
index 8412062..3bca1ce 100644
--- a/bbsim-sadis-server/Chart.yaml
+++ b/bbsim-sadis-server/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "bbsim-sadis-server"
-version: "0.3.2"
+version: "0.3.3"
description: "A Helm chart for Voltha BBSIM sadis server"
keywords:
- "onf"
@@ -30,6 +30,5 @@
email: "info@opennetworking.org"
url: "https://www.opennetworking.org"
-# appVersion refers to multiple components with potentially different
-# container image versions.
-appVersion: "0.3.4"
+# appVersion refers to the release version of bbsim-sadis-server
+appVersion: "0.3.5"
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 03c5145..6c48916 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha-adapter-openolt"
-version: "2.12.4"
+version: "2.12.5"
description: "A Helm chart for Voltha OpenOLT Adapter"
keywords:
- "onf"
@@ -31,8 +31,7 @@
email: "info@opennetworking.org"
url: "https://www.opennetworking.org"
-# appVersion refers to multiple components with potentially different
-# container image versions.
-appVersion: "4.3.6" # [REL] "4.3.5"
+# appVersion refers to release version of voltha-openolt-adapter
+appVersion: "4.4.5"
# [EOF]
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 7c1c201..91421d0 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha-adapter-openonu"
-version: "2.11.1"
+version: "2.12.0"
description: "A Helm chart for Voltha OpenONU Adapter"
keywords:
- "onf"
@@ -31,6 +31,5 @@
email: "info@opennetworking.org"
url: "https://www.opennetworking.org"
-# appVersion refers to multiple components with potentially different
-# container image versions.
-appVersion: "2.7.3"
+# appVersion refers to release version of voltha-openonu-adapter-go
+appVersion: "2.11.3"
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index 17b05ce..ef84fe2 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -29,7 +29,7 @@
name: voltha-infra
appVersion: "2.11"
-version: 2.12.0
+version: 2.12.1
dependencies:
- name: onos-classic
@@ -42,7 +42,7 @@
condition: redis.enabled
- name: bbsim-sadis-server
repository: file://../bbsim-sadis-server
- version: 0.3.2
+ version: 0.3.3
condition: bbsim-sadis-server.enabled
- name: etcd
repository: https://charts.bitnami.com/bitnami
@@ -58,7 +58,7 @@
condition: radius.enabled
- name: voltha-tracing
repository: file://../voltha-tracing
- version: 1.0.4
+ version: 2.12.0
condition: voltha-tracing.enabled
- name: elasticsearch
repository: https://helm.elastic.co
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 5b4e020..24dd5ce 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -27,19 +27,19 @@
url: "https://www.opennetworking.org"
name: voltha-stack
appVersion: "2.12"
-version: 2.12.3
+version: 2.12.4
dependencies:
- name: voltha
repository: file://../voltha
- version: 2.12.6
+ version: 2.12.10
condition: voltha.enabled
- name: voltha-adapter-openonu
repository: file://../voltha-adapter-openonu
- version: 2.11.1
+ version: 2.12.0
condition: voltha-adapter-openonu.enabled
- name: voltha-adapter-openolt
repository: file://../voltha-adapter-openolt
- version: 2.12.4
+ version: 2.12.5
condition: voltha-adapter-openolt.enabled
- name: voltha-go-controller
repository: file://../voltha-go-controller
diff --git a/voltha-tracing/Chart.yaml b/voltha-tracing/Chart.yaml
index 57c8cbd..008b7a9 100644
--- a/voltha-tracing/Chart.yaml
+++ b/voltha-tracing/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: v1
name: "voltha-tracing"
-version: "1.0.4"
+version: "2.12.0"
description: "A Helm chart for deploying Jaeger all-in-one container for Trace data collection and analysis"
keywords:
- "onf"
@@ -32,4 +32,4 @@
url: "https://www.opennetworking.org"
# App Version here refers to Jaeger container image version used by default in this chart
-appVersion: "1.18"
+appVersion: "1.51"
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 8b80f14..38aac8d 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha"
-version: "2.12.9"
+version: "2.12.10"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords:
- "onf"
@@ -31,6 +31,6 @@
email: "info@opennetworking.org"
url: "https://www.opennetworking.org"
-# app version applies to multiple components with potentially different
-# container image versions
+# app version is NOT used in this chart for application versions or image tags
+# but represents the voltha release version itself
appVersion: "2.12"
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 319bab8..7a601e3 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -105,17 +105,19 @@
kv_store_data_prefix: 'service/{{ .Values.global.stack_name }}_voltha'
# Define Docker images to be used
+# voltha-ofagent-go repo https://github.com/opencord/ofagent-go
+# voltha-rw-core repo https://github.com/opencord/voltha-go
images:
ofagent:
registry: '{{ .Values.global.image_registry }}'
repository: '{{ .Values.global.image_org }}voltha-ofagent-go'
- tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.1.3{{- end }}{{- else }}2.1.3{{- end }}'
+ tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.1.6{{- end }}{{- else }}2.1.6{{- end }}'
pullPolicy: '{{ .Values.global.image_pullPolicy }}'
rw_core:
registry: '{{ .Values.global.image_registry }}'
repository: '{{ .Values.global.image_org }}voltha-rw-core'
- tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}3.1.8{{- end }}{{- else }}3.1.8{{- end }}'
+ tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}3.4.8{{- end }}{{- else }}3.4.8{{- end }}'
pullPolicy: '{{ .Values.global.image_pullPolicy }}'
ingress: