Fix Helm/Kubernetes versions for openstack-helm-addons

Bumps the versions of kubernetes and helm to match those of the
AIO in openstack-helm

Change-Id: I7438e67da46437120396bb3a8564d0a98370f736
This commit is contained in:
Steve Wilkerson 2017-06-29 16:24:03 -05:00
parent 88640bf510
commit 55cf96b10b
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
FROM ubuntu:16.04
MAINTAINER pete.birley@att.com
ENV HELM_VERSION=v2.3.0 \
KUBE_VERSION=v1.6.4 \
ENV HELM_VERSION=v2.4.1 \
KUBE_VERSION=v1.6.5 \
CNI_VERSION=v0.5.2 \
container="docker" \
DEBIAN_FRONTEND="noninteractive"

View File

@ -31,8 +31,8 @@ You should install the ``kubectl`` and ``helm`` binaries:
.. code:: bash
KUBE_VERSION=v1.6.4
HELM_VERSION=v2.3.0
KUBE_VERSION=v1.6.5
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