[VOL-5252] release voltha-openonu-adapter-go

[VOL-5020] repo:voltha-helm-charts update

voltha-adapter-openonu/templates/_helpers.tpl
voltha-adapter-openonu/templates/openonu-go-deploy.yaml
voltha-adapter-openonu/templates/openonu-go-profile-svc.yaml
voltha-adapter-openonu/templates/openonu-svc.yaml
voltha-adapter-openonu/values.yaml
------------------------------------------------------------
  o Update copyright notice.

voltha-adapter-openonu/Chart.yaml
voltha-stack/Chart.yaml
voltha/Chart.yaml
---------------------------------
  - Update ONU artifact version: 2.11.12
  - Update ONU chart version: 2.12.2
  - Update voltha-stack chart version: 2.12.7
  - Update voltha chart version: 2.12.14

Change-Id: I40eb1723c492b8c4ca775208d4542571ff2b07c6
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 4af20c9..bfae3e8 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-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.
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha-adapter-openonu"
-version: "2.12.1"
+version: "2.12.2"
 description: "A Helm chart for Voltha OpenONU Adapter"
 keywords:
   - "onf"
@@ -32,4 +32,4 @@
     url: "https://www.opennetworking.org"
 
 # appVersion refers to release version of voltha-openonu-adapter-go
-appVersion: "2.11.7"
+appVersion: "2.11.12"
diff --git a/voltha-adapter-openonu/templates/_helpers.tpl b/voltha-adapter-openonu/templates/_helpers.tpl
index c4b194c..c91de60 100644
--- a/voltha-adapter-openonu/templates/_helpers.tpl
+++ b/voltha-adapter-openonu/templates/_helpers.tpl
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2020-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-adapter-openonu/templates/openonu-go-deploy.yaml b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
index 12fc300..b280e15 100644
--- a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
+++ b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-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-adapter-openonu/templates/openonu-go-profile-svc.yaml b/voltha-adapter-openonu/templates/openonu-go-profile-svc.yaml
index ef3a0e0..ab350dc 100644
--- a/voltha-adapter-openonu/templates/openonu-go-profile-svc.yaml
+++ b/voltha-adapter-openonu/templates/openonu-go-profile-svc.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-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-adapter-openonu/templates/openonu-svc.yaml b/voltha-adapter-openonu/templates/openonu-svc.yaml
index 17c9ae7..0a3c537 100644
--- a/voltha-adapter-openonu/templates/openonu-svc.yaml
+++ b/voltha-adapter-openonu/templates/openonu-svc.yaml
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2020-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-adapter-openonu/values.yaml b/voltha-adapter-openonu/values.yaml
index 3a80446..2603e7f 100644
--- a/voltha-adapter-openonu/values.yaml
+++ b/voltha-adapter-openonu/values.yaml
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2019-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 197f408..c5bc5d7 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -32,9 +32,9 @@
 # but represents the voltha release version itself
 appVersion : "2.12"
 
-## Chart version for package:
+## Chart version for package voltha-stack
 ##   Increment when Chart.yaml changes
-version    : "2.12.6"
+version    : "2.12.7"
 
 # -----------------------------------------------------------------------
 # NOTE: Dependencies are chart versions not component/repository version
@@ -43,11 +43,11 @@
 dependencies:
   - name       : voltha
     repository : file://../voltha
-    version    : "2.12.13"
+    version    : "2.12.14"
     condition: voltha.enabled
-  - name: voltha-adapter-openonu
-    repository: file://../voltha-adapter-openonu
-    version: 2.12.1
+  - name       : voltha-adapter-openonu
+    repository : file://../voltha-adapter-openonu
+    version    : "2.12.2"
     condition: voltha-adapter-openonu.enabled
   - name       : voltha-adapter-openolt
     repository : file://../voltha-adapter-openolt
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 632a994..b72a02a 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha"
-version: "2.12.13"
+version: "2.12.14"
 description: "A Helm chart for Voltha based on K8S resources in Voltha project"
 keywords:
   - "onf"