diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-08-15 14:10:43 -0400 |
---|---|---|
committer | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-08-20 12:50:38 +0000 |
commit | 633217a4a45b96ed4c635cffd0b800eb5851f4fb (patch) | |
tree | 87f55c6f7fef28067ee9db5e88cdfbf85a384c04 /docs/openstack-rancher.sh | |
parent | 0c2d6fb07e947781c96a5d68a6481aee739926fa (diff) |
helm 2.9.1 from 2.8.2
Change-Id: I5e2920607d6fd4e0cc4b9afaef48ca64362fc41d
Issue-ID: OOM-1299
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
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 |