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:
parent
2a71a90b22
commit
0c36b4354d
@ -70,7 +70,7 @@ against your Kubernetes cluster.
|
|||||||
::
|
::
|
||||||
|
|
||||||
export KUBE_VERSION=v1.6.5
|
export KUBE_VERSION=v1.6.5
|
||||||
export HELM_VERSION=v2.4.1
|
export HELM_VERSION=v2.5.0
|
||||||
export TMP_DIR=$(mktemp -d)
|
export TMP_DIR=$(mktemp -d)
|
||||||
|
|
||||||
curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
|
curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
|
||||||
|
@ -32,7 +32,7 @@ comments, please create an `issue
|
|||||||
- `v1.6.5 <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v165>`_
|
- `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>`_
|
- `Custom Controller for RDB tools <https://quay.io/repository/attcomdev/kube-controller-manager?tab=tags>`_
|
||||||
* - **Helm**
|
* - **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**
|
* - **Calico**
|
||||||
- `v2.1 <http://docs.projectcalico.org/v2.1/releases/>`_
|
- `v2.1 <http://docs.projectcalico.org/v2.1/releases/>`_
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export HELM_VERSION=${2:-v2.4.1}
|
export HELM_VERSION=${2:-v2.5.0}
|
||||||
export KUBE_VERSION=${3:-v1.6.5}
|
export KUBE_VERSION=${3:-v1.6.5}
|
||||||
export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf
|
export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf
|
||||||
export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:${KUBE_VERSION}-ceph
|
export KUBEADM_IMAGE=openstackhelm/kubeadm-aio:${KUBE_VERSION}-ceph
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
MAINTAINER pete.birley@att.com
|
MAINTAINER pete.birley@att.com
|
||||||
|
|
||||||
ENV HELM_VERSION=v2.4.1 \
|
ENV HELM_VERSION=v2.5.0 \
|
||||||
KUBE_VERSION=v1.6.5 \
|
KUBE_VERSION=v1.6.5 \
|
||||||
CNI_VERSION=v0.5.2 \
|
CNI_VERSION=v0.5.2 \
|
||||||
container="docker" \
|
container="docker" \
|
||||||
|
@ -32,7 +32,7 @@ You should install the ``kubectl`` and ``helm`` binaries:
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
KUBE_VERSION=v1.6.5
|
KUBE_VERSION=v1.6.5
|
||||||
HELM_VERSION=v2.4.1
|
HELM_VERSION=v2.5.0
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d)
|
TMP_DIR=$(mktemp -d)
|
||||||
curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
|
curl -sSL https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
|
||||||
|
Loading…
Reference in New Issue
Block a user