diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-08-20 14:18:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-20 14:18:02 +0000 |
commit | 1a2874d6f86a21754ede9528dde9358bfdcf9d89 (patch) | |
tree | d1e20c4cb8bdbc6220c14fbca35ed7c535782c2f /docs/openstack-rancher.sh | |
parent | f58657826975b50371bf3c2ffcb48aab617f925d (diff) | |
parent | 633217a4a45b96ed4c635cffd0b800eb5851f4fb (diff) |
Merge "helm 2.9.1 from 2.8.2"
Diffstat (limited to 'docs/openstack-rancher.sh')
-rw-r--r-- | docs/openstack-rancher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/openstack-rancher.sh b/docs/openstack-rancher.sh index d51abe4d68..1f1d2e4639 100644 --- a/docs/openstack-rancher.sh +++ b/docs/openstack-rancher.sh @@ -1,9 +1,9 @@ #!/bin/bash DOCKER_VERSION=17.03 -RANCHER_VERSION=1.6.14 +RANCHER_VERSION=1.6.18 KUBECTL_VERSION=1.8.10 -HELM_VERSION=2.8.2 +HELM_VERSION=2.9.1 # setup root access - default login: oom/oom - comment out to restrict access too ssh key only sed -i 's/PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config |