diff options
author | Brian Freeman <bf1936@att.com> | 2020-06-08 16:04:07 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-06-08 16:05:45 -0500 |
commit | 7ba99b5dfbad80619ca9298132956ee58cb4156c (patch) | |
tree | 8fd25d1751727b68997892c706826f08146b89e6 /bootstrap/vagrant-minimal-onap | |
parent | 3286e05b7d8917702e823f85ed4cf0011b18b62c (diff) |
Update helm and kubectl versions
Issue-ID: OOM-2331
Change-Id: Ie97218cd7df55c6819f1bb01db52a140870f641a
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'bootstrap/vagrant-minimal-onap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/tools/get_helm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/tools/get_helm.sh b/bootstrap/vagrant-minimal-onap/tools/get_helm.sh index ad678e984..af3548a87 100644 --- a/bootstrap/vagrant-minimal-onap/tools/get_helm.sh +++ b/bootstrap/vagrant-minimal-onap/tools/get_helm.sh @@ -22,7 +22,7 @@ BINARY='helm' INSTALL_DIR='/usr/local/bin/' -DEFAULT_VERSION='v2.14.2' +DEFAULT_VERSION='v2.16.6' DEFAULT_ARCH='amd64' DEFAULT_SYSTEM='linux' |