Fixed issue found in integration testing
[oom.git] / docs / openstack-k8s-node.sh
index 7d49ad5..308f220 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 DOCKER_VERSION=17.03
-KUBECTL_VERSION=1.8.10
-HELM_VERSION=2.8.2
+KUBECTL_VERSION=1.11.5
+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