Update charts for Voltha 2.14 release

bbsim has not been following our standard release versioning for its
chart version. To minimize confusion, it has now been standardized
with the rest of the charts.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ic4fb51cb1f17d4c2d36225840c22a9c87021c36c
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 2c62dd1..91b4de7 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.14"
 
 ## Chart version for package voltha-stack
 ##   Increment when Chart.yaml changes
-version    : "2.12.17"
+version: "2.14.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.14.0"
     condition  : voltha.enabled
   - name       : "voltha-adapter-openonu"
     repository : "file://../voltha-adapter-openonu"
-    version    : "2.12.6"
+    version    : "2.14.0"
     condition  : "voltha-adapter-openonu.enabled"
   - name       : voltha-adapter-openolt
     repository : file://../voltha-adapter-openolt
-    version    : "2.12.8"
+    version    : "2.14.0"
     condition  : voltha-adapter-openolt.enabled
   - name       : voltha-go-controller
     repository : file://../voltha-go-controller
-    version    : "0.1.9"
+    version    : "0.1.10"
     condition  : voltha-go-controller.enabled
 
 # [EOF]