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-go-controller/Chart.yaml b/voltha-go-controller/Chart.yaml
index 0b9c7b9..bd5ec2e 100644
--- a/voltha-go-controller/Chart.yaml
+++ b/voltha-go-controller/Chart.yaml
@@ -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.14.0"
# [EOF]