X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Foom_quickstart_guide.rst;h=6b91b2ca42ac053a3f38daea6aaaa20851204218;hb=c47ce73e1cf8f9e5753778e3309fce2c13b5c989;hp=67b5794b836f6e7e6db410ed63c8055636f3bcb8;hpb=209ef0a95ba9fc802c50e692775b4dded3efc38b;p=oom.git 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 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::