diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-03 16:37:06 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-10 13:08:24 -0400 |
commit | 6ba69cdbbbadc12cd1e14951e8209b383e2624d5 (patch) | |
tree | 6f93dabbec39a9386c3e6707dd9ede96cb04bb8c /kubernetes/vfc/Chart.yaml | |
parent | 8026b32ab9e9ea5506eab6681591d76069c34f16 (diff) |
Standardized Config for VFC
Change-Id: Ie7064b59032c6cd81ee37466c89a5dee74530939
Issue-ID: OOM-750
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/vfc/Chart.yaml')
-rw-r--r-- | kubernetes/vfc/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/vfc/Chart.yaml b/kubernetes/vfc/Chart.yaml index 2554d16ce5..a6a6065802 100644 --- a/kubernetes/vfc/Chart.yaml +++ b/kubernetes/vfc/Chart.yaml @@ -13,6 +13,6 @@ # limitations under the License. apiVersion: v1 -description: A Helm chart for Kubernetes +description: ONAP Virtual Function Controller (VF-C) name: vfc -version: 0.1.0 +version: 2.0.0 |