[VOL-5020] Update helm charts for repo:voltha-go-controller
voltha-go-controller/templates/deployment.yaml
voltha-go-controller/templates/service.yaml
voltha-go-controller/values.yaml
----------------------------------------------
o Copyright notice update
voltha-go-controller/Chart.yaml
voltha-stack/Chart.yaml
voltha/Chart.yaml
-------------------------------
o Update chart version to 0.1.4
o Odd: artifact is version 1.0 but gerrit says 0.0.1-dev.
Change-Id: I0c7625df98000232bcb26aafd0878735d6442b2f
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index bfae3e8..c244154 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.12.2"
+version: "2.12.3"
description: "A Helm chart for Voltha OpenONU Adapter"
keywords:
- "onf"
@@ -33,3 +33,5 @@
# appVersion refers to release version of voltha-openonu-adapter-go
appVersion: "2.11.12"
+
+# [EOF]
diff --git a/voltha-go-controller/Chart.yaml b/voltha-go-controller/Chart.yaml
index 52c255b..a8ea3b2 100644
--- a/voltha-go-controller/Chart.yaml
+++ b/voltha-go-controller/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2024 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.
@@ -13,7 +13,20 @@
# limitations under the License.
apiVersion: v1
+
+# -----------------------------------------------------------------------
+# https://gerrit.opencord.org/plugins/gitiles/voltha-go-controller/+/refs/heads/master/VERSION
+# Huh(?) VERSION is 0.0.1-dev not 1.0
+# -----------------------------------------------------------------------
+
+# appVersion refers to release version of voltha-go-controller
appVersion: "1.0"
+
description: A Helm chart for Kubernetes
name: voltha-go-controller
-version: 0.1.3
+
+## Chart version for package voltha-stack
+## Increment when Chart.yaml changes
+version: "0.1.4"
+
+# [EOF]
diff --git a/voltha-go-controller/templates/deployment.yaml b/voltha-go-controller/templates/deployment.yaml
index 3101724..7eaa7d1 100644
--- a/voltha-go-controller/templates/deployment.yaml
+++ b/voltha-go-controller/templates/deployment.yaml
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2024 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.
diff --git a/voltha-go-controller/templates/service.yaml b/voltha-go-controller/templates/service.yaml
index 50b5c79..97a1172 100644
--- a/voltha-go-controller/templates/service.yaml
+++ b/voltha-go-controller/templates/service.yaml
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2024 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.
diff --git a/voltha-go-controller/values.yaml b/voltha-go-controller/values.yaml
index 63d5ccc..5b33839 100644
--- a/voltha-go-controller/values.yaml
+++ b/voltha-go-controller/values.yaml
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2022-2024 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.
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index eaf7717..eb299f0 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -34,7 +34,7 @@
## Chart version for package voltha-stack
## Increment when Chart.yaml changes
-version : "2.12.7"
+version : "2.12.8"
# -----------------------------------------------------------------------
# NOTE: Dependencies are chart versions not component/repository version
@@ -43,19 +43,19 @@
dependencies:
- name : voltha
repository : file://../voltha
- version : "2.12.15"
- condition: voltha.enabled
- - name : voltha-adapter-openonu
- repository : file://../voltha-adapter-openonu
- version : "2.12.2"
- condition: voltha-adapter-openonu.enabled
+ version : "2.12.16"
+ condition : voltha.enabled
+ - name : "voltha-adapter-openonu"
+ repository : "file://../voltha-adapter-openonu"
+ version : "2.12.3"
+ condition : "voltha-adapter-openonu.enabled"
- name : voltha-adapter-openolt
repository : file://../voltha-adapter-openolt
version : "2.12.6"
condition : voltha-adapter-openolt.enabled
- - name: voltha-go-controller
- repository: file://../voltha-go-controller
- version: 0.1.3
- condition: voltha-go-controller.enabled
+ - name : voltha-go-controller
+ repository : file://../voltha-go-controller
+ version : "0.1.4"
+ condition : voltha-go-controller.enabled
# [EOF]
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 2121978..080aa7b 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -17,7 +17,7 @@
## Chart version for package: 'voltha'
## Increment when Chart.yaml changes
-version: "2.12.15"
+version: "2.12.16"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords:
@@ -38,3 +38,5 @@
# app version is NOT used in this chart for application versions or image tags
# but represents the voltha release version itself
appVersion: "2.12"
+
+# [EOF]