[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-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]