diff --git a/doc/source/install/developer/all-in-one.rst b/doc/source/install/developer/all-in-one.rst index bce03e6df2..837c947a20 100644 --- a/doc/source/install/developer/all-in-one.rst +++ b/doc/source/install/developer/all-in-one.rst @@ -70,7 +70,7 @@ against your Kubernetes cluster. :: export KUBE_VERSION=v1.6.7 - export HELM_VERSION=v2.5.0 + export HELM_VERSION=v2.5.1 export 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 d6684a1f46..7a60b7ce95 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -32,7 +32,7 @@ comments, please create an `issue - `v1.6.7 `_ - `Custom Controller for RDB tools `_ * - **Helm** - - `v2.5.0 `_ + - `v2.5.1 `_ - * - **Calico** - `v2.1 `_ diff --git a/tools/gate/setup_gate.sh b/tools/gate/setup_gate.sh index 0a897170eb..3f7013e43b 100755 --- a/tools/gate/setup_gate.sh +++ b/tools/gate/setup_gate.sh @@ -13,7 +13,7 @@ # limitations under the License. set -ex -export HELM_VERSION=${2:-v2.5.0} +export HELM_VERSION=${2:-v2.5.1} export KUBE_VERSION=${3:-v1.6.7} export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:${KUBE_VERSION} diff --git a/tools/kubeadm-aio/Dockerfile b/tools/kubeadm-aio/Dockerfile index fb58be2f07..c82f9424a2 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.5.0 \ +ENV HELM_VERSION=v2.5.1 \ KUBE_VERSION=v1.6.7 \ CNI_VERSION=v0.5.2 \ container="docker" \ diff --git a/tools/kubeadm-aio/README.rst b/tools/kubeadm-aio/README.rst index 2bb3191195..fb30b24734 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.7 - HELM_VERSION=v2.5.0 + HELM_VERSION=v2.5.1 TMP_DIR=$(mktemp -d) curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl