blob: a8ea3b210a26738f5bca4b37464d4defcd0cb006 [file] [log] [blame]
Joey Armstrong084e4472024-02-10 18:03:13 -05001# Copyright 2022-2024 Open Networking Foundation (ONF) and the ONF Contributors
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +05302#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15apiVersion: v1
Joey Armstrong084e4472024-02-10 18:03:13 -050016
17# -----------------------------------------------------------------------
18# https://gerrit.opencord.org/plugins/gitiles/voltha-go-controller/+/refs/heads/master/VERSION
19# Huh(?) VERSION is 0.0.1-dev not 1.0
20# -----------------------------------------------------------------------
21
22# appVersion refers to release version of voltha-go-controller
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053023appVersion: "1.0"
Joey Armstrong084e4472024-02-10 18:03:13 -050024
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053025description: A Helm chart for Kubernetes
26name: voltha-go-controller
Joey Armstrong084e4472024-02-10 18:03:13 -050027
28## Chart version for package voltha-stack
29## Increment when Chart.yaml changes
30version: "0.1.4"
31
32# [EOF]