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/onap/requirements.yaml | |
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/onap/requirements.yaml')
-rw-r--r-- | kubernetes/onap/requirements.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/onap/requirements.yaml b/kubernetes/onap/requirements.yaml index 7b5e56b070..32f24703f8 100644 --- a/kubernetes/onap/requirements.yaml +++ b/kubernetes/onap/requirements.yaml @@ -30,7 +30,7 @@ dependencies: repository: '@local' condition: appc.enabled - name: clamp - version: ~1.1.0 + version: ~2.0.0 repository: '@local' condition: clamp.enabled - name: cli @@ -49,7 +49,7 @@ dependencies: repository: '@local' condition: dcaegen2.enabled - name: esr - version: ~1.1.0 + version: ~1.0.0 repository: '@local' condition: esr.enabled - name: log |