Helm: Move to Helm v2.5.0

This PS Moves OpenStack-Helm to Helm version 2.5.0.

Change-Id: I79da76875a44a5fb7ff55f8c9a9d114ca5f9c186
This commit is contained in:
Pete Birley 2017-07-06 12:45:34 -05:00
parent 2a71a90b22
commit 0c36b4354d
5 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ against your Kubernetes cluster.
::
export KUBE_VERSION=v1.6.5
export HELM_VERSION=v2.4.1
export HELM_VERSION=v2.5.0
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.5 <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.4.1 <https://github.com/kubernetes/helm/releases/tag/v2.4.1>`_
- `v2.5.0 <https://github.com/kubernetes/helm/releases/tag/v2.5.0>`_
-
* - **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.4.1}
export HELM_VERSION=${2:-v2.5.0}
export KUBE_VERSION=${3:-v1.6.5}
export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf
export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:${KUBE_VERSION}-ceph

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
MAINTAINER pete.birley@att.com
ENV HELM_VERSION=v2.4.1 \
ENV HELM_VERSION=v2.5.0 \
KUBE_VERSION=v1.6.5 \
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.5
HELM_VERSION=v2.4.1
HELM_VERSION=v2.5.0
TMP_DIR=$(mktemp -d)
curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl