diff options
Diffstat (limited to 'bootstrap')
-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' |