diff options
author | 2021-10-20 19:35:38 +0000 | |
---|---|---|
committer | 2021-10-20 19:35:38 +0000 | |
commit | 465c608616edcfcc4fe50a2faf1e27577271fc68 (patch) | |
tree | 93ecbe44e46977671d523e54868aa50ab7a0a061 /docs/oom_quickstart_guide.rst | |
parent | 99b4b5996d59a4a37b1552b9775359d60266d8f0 (diff) | |
parent | c47ce73e1cf8f9e5753778e3309fce2c13b5c989 (diff) |
Merge "[COMMON] Bump ONAP version"
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 67b5794b83..6b91b2ca42 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -27,11 +27,18 @@ where <BRANCH> can be an official release tag, such as * 6.0.0 for Frankfurt * 7.0.0 for Guilin * 8.0.0 for Honolulu +* 9.0.0 for Istanbul **Step 2.** Install Helm Plugins required to deploy ONAP:: > cp -R ~/oom/kubernetes/helm/plugins/ ~/.local/share/helm/plugins - > helm plugin install https://github.com/chartmuseum/helm-push.git + > helm plugin install https://github.com/chartmuseum/helm-push.git \ + --version 0.9.0 + +.. note:: + The ``--version 0.9.0`` is required as new version of helm (3.7.0 and up) is + now using ``push`` directly and helm-push is using ``cm-push`` starting + version ``0.10.0`` and up. **Step 3.** Install Chartmuseum:: |