Helm: Update to v2.5.1

This PS updates helm to v2.5.1.

Change-Id: I2b4883ce5abb79afb4ef8be6058edd6c552249f7
This commit is contained in:
Pete Birley 2017-07-29 22:16:37 -05:00
parent e7abfee16d
commit 6600530421
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -32,7 +32,7 @@ comments, please create an `issue
- `v1.6.7 <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v165>`_
- `Custom Controller for RDB tools <https://quay.io/repository/attcomdev/kube-controller-manager?tab=tags>`_
* - **Helm**
- `v2.5.0 <https://github.com/kubernetes/helm/releases/tag/v2.5.0>`_
- `v2.5.1 <https://github.com/kubernetes/helm/releases/tag/v2.5.1>`_
-
* - **Calico**
- `v2.1 <http://docs.projectcalico.org/v2.1/releases/>`_

View File

@ -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}

View File

@ -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" \

View File

@ -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