diff --git a/doc/source/install/all-in-one.rst b/doc/source/install/all-in-one.rst index 147083ef6a..1d1c3a0eb5 100644 --- a/doc/source/install/all-in-one.rst +++ b/doc/source/install/all-in-one.rst @@ -46,7 +46,7 @@ Download and install kubectl, the command line interface for running commands ag :: KUBE_VERSION=v1.6.5 - HELM_VERSION=v2.3.1 + HELM_VERSION=v2.4.1 TMP_DIR=$(mktemp -d) curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst index 87479073be..56a9f5fef4 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -32,7 +32,7 @@ comments, please create an `issue - `v1.6.5 `_ - `Custom Controller for RDB tools `_ * - **Helm** - - `v2.3.1 `_ + - `v2.4.1 `_ - * - **Calico** - `v2.1 `_ diff --git a/tools/kubeadm-aio/Dockerfile b/tools/kubeadm-aio/Dockerfile index ef14dfc670..350fd48a1e 100644 --- a/tools/kubeadm-aio/Dockerfile +++ b/tools/kubeadm-aio/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 MAINTAINER pete.birley@att.com -ENV HELM_VERSION=v2.3.1 \ +ENV HELM_VERSION=v2.4.1 \ KUBE_VERSION=v1.6.5 \ CNI_VERSION=v0.5.2 \ container="docker" \ diff --git a/tools/kubeadm-aio/README.rst b/tools/kubeadm-aio/README.rst index f2ba595249..631c208490 100644 --- a/tools/kubeadm-aio/README.rst +++ b/tools/kubeadm-aio/README.rst @@ -32,7 +32,7 @@ You should install the ``kubectl`` and ``helm`` binaries: .. code:: bash KUBE_VERSION=v1.6.5 - HELM_VERSION=v2.3.1 + HELM_VERSION=v2.4.1 TMP_DIR=$(mktemp -d) curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl