diff options
author | Jun (Nicolas) Hu <jh245g@att.com> | 2018-03-29 15:02:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-29 15:02:19 +0000 |
commit | a57d055fa31650fcdeadc8514a1f9f551be395c0 (patch) | |
tree | bdf4a28ab4dcc6250b6b7911d0e8f27f769771be /kubernetes/cli/Chart.yaml | |
parent | c786a281b513f1cae7e6f8adbc1e0cb547aac75b (diff) | |
parent | ec757979ad7a6455a56a649b130f42b34dabfb30 (diff) |
Merge "CLI Configuration Standardization"
Diffstat (limited to 'kubernetes/cli/Chart.yaml')
-rw-r--r-- | kubernetes/cli/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cli/Chart.yaml b/kubernetes/cli/Chart.yaml index 6befea70a8..0eb4ce6c97 100644 --- a/kubernetes/cli/Chart.yaml +++ b/kubernetes/cli/Chart.yaml @@ -13,6 +13,6 @@ # limitations under the License. apiVersion: v1 -description: A Helm chart for Kubernetes +description: ONAP Command Line Interface name: cli -version: 0.1.0 +version: 2.0.0 |