diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-23 13:55:38 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-23 14:07:45 -0400 |
commit | 37764a610ae66b53ed6b40c9eb11f54187e5dde0 (patch) | |
tree | 8aba00773845c765e7de29da09d27262f474b802 /kubernetes/esr | |
parent | d2b495234d54612e1cddcd709ffcf3620275fddf (diff) |
Enable all helm charts by default in parent chart
This is as a means towards obsoleting the oneclick scripts
from the Beijing release, in favour of directly using Helm.
From this point on, users of onap should use the follow
command:
helm install local/onap -n onap --namespace onap
Please refer to the official documentation for all the steps
required to deploy onap. Currently as a patched to be
merged: https://gerrit.onap.org/r/#/c/37871/
Change-Id: I75e5dbc9a79fec86a9b7c0cff487b10ec9df9a20
Issue-ID: OOM-816
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/esr')
-rw-r--r-- | kubernetes/esr/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/esr/Chart.yaml b/kubernetes/esr/Chart.yaml index 1de7295023..a80e6995b3 100644 --- a/kubernetes/esr/Chart.yaml +++ b/kubernetes/esr/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: esr -version: v1.0.0 +version: 1.0.0 |