Update charts to 2.15 for master branch
Change-Id: I8ba1c6a587d86cf4ea6c9dd8034026658c8b6e0a
Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/VERSION b/VERSION
index 10e3964..240bba9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4.13
\ No newline at end of file
+3.7.0
\ No newline at end of file
diff --git a/bbsim/Chart.yaml b/bbsim/Chart.yaml
index b919cca..b250d80 100644
--- a/bbsim/Chart.yaml
+++ b/bbsim/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2018-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,5 +16,10 @@
description: Broadband Simulator
icon: https://guide.opencord.org/logos/cord.svg
apiVersion: v1
-version: 4.8.10
-appVersion: 1.15.2
+
+## Chart version for package 'bbsim'
+## Increment when Chart.yaml changes
+version: 2.15.0
+
+# appVersion refers to release version of bbsim
+appVersion: 1.16.8
\ No newline at end of file
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 106c678..abff3ae 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,9 +15,9 @@
apiVersion: "v1"
name: "voltha-adapter-openolt"
-## Chart version for package:
+## Chart version for package 'voltha-adapter-openolt'
## Increment when Chart.yaml changes
-version: "2.12.8"
+version: "2.15.0"
description: "A Helm chart for Voltha OpenOLT Adapter"
keywords:
- "onf"
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index f3d8791..af6d0e4 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha-adapter-openonu"
-version: "2.12.6"
+version: "2.15.0"
description: "A Helm chart for Voltha OpenONU Adapter"
keywords:
- "onf"
@@ -25,7 +25,7 @@
home: "https://www.opennetworking.org/voltha"
icon: "https://guide.opencord.org/logos/voltha.svg"
sources:
- - "https://github.com/opencord/voltha-openonu-adapter"
+ - "https://github.com/opencord/voltha-openonu-adapter-go"
maintainers:
- name: "Open Networking Foundation"
email: "info@opennetworking.org"
diff --git a/voltha-go-controller/Chart.yaml b/voltha-go-controller/Chart.yaml
index 0b9c7b9..5e69cd1 100644
--- a/voltha-go-controller/Chart.yaml
+++ b/voltha-go-controller/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,13 +20,13 @@
# -----------------------------------------------------------------------
# appVersion refers to release version of voltha-go-controller
-appVersion: "0.0.2"
+appVersion: "0.1.7"
description: A Helm chart for Kubernetes
name: voltha-go-controller
-## Chart version for package voltha-stack
+## Chart version for package voltha-go-controller
## Increment when Chart.yaml changes
-version: "0.1.9"
+version: "2.15.0"
# [EOF]
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index c7ee007..ad6c3a3 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2020-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,11 +31,11 @@
# app version is NOT used in this chart for application versions or image tags
# but represents the voltha release version itself
-appVersion : "2.12"
+appVersion : "2.15"
## Chart version for package: voltha-infra
## Increment when Chart.yaml changes
-version: "2.12.9"
+version: "2.15.0"
dependencies:
- name : "onos-classic"
@@ -48,7 +48,7 @@
condition : "redis.enabled"
- name : "bbsim-sadis-server"
repository : "file://../bbsim-sadis-server"
- version : "0.3.4"
+ version : "0.3.5"
condition : "bbsim-sadis-server.enabled"
- name : "etcd"
repository : "https://charts.bitnami.com/bitnami"
@@ -60,7 +60,7 @@
condition : "kafka.enabled"
- name : "freeradius"
repository : "https://charts.opencord.org"
- version : "1.0.2"
+ version : "1.0.4"
condition : "radius.enabled"
- name : "voltha-tracing"
repository : "file://../voltha-tracing"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index f794cb6..1dfe257 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2020-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2020-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,11 +30,11 @@
# app version is NOT used in this chart for application versions or image tags
# but represents the voltha release version itself
-appVersion : "2.12"
+appVersion : "2.15"
## Chart version for package voltha-stack
## Increment when Chart.yaml changes
-version : "2.12.19"
+version : "2.15.0"
# -----------------------------------------------------------------------
# NOTE: Dependencies are chart versions not component/repository version
@@ -43,19 +43,19 @@
dependencies:
- name : voltha
repository : file://../voltha
- version : "2.12.21"
+ version : "2.15.0"
condition : voltha.enabled
- name : "voltha-adapter-openonu"
repository : "file://../voltha-adapter-openonu"
- version : "2.12.6"
+ version : "2.15.0"
condition : "voltha-adapter-openonu.enabled"
- name : voltha-adapter-openolt
repository : file://../voltha-adapter-openolt
- version : "2.12.8"
+ version : "2.15.0"
condition : voltha-adapter-openolt.enabled
- name : voltha-go-controller
repository : file://../voltha-go-controller
- version : "0.1.9"
+ version : "2.15.0"
condition : voltha-go-controller.enabled
# [EOF]
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index f678854..31ab105 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-2025 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,9 +15,9 @@
apiVersion: "v1"
name: "voltha"
-## Chart version for package: 'voltha'
+## Chart version for package 'voltha'
## Increment when Chart.yaml changes
-version: "2.12.21"
+version: "2.15.0"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords:
@@ -35,8 +35,7 @@
email: "info@opennetworking.org"
url: "https://www.opennetworking.org"
-# app version is NOT used in this chart for application versions or image tags
-# but represents the voltha release version itself
-appVersion: "3.6.1"
+# appVersion refers to release version of voltha-go
+appVersion: "3.6.17"
# [EOF]