Skip to content

Commit

Permalink
helm 2.9.0, kubectl 1.10.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar authored Apr 30, 2018
1 parent a2b23d3 commit 4e70551
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required

env:
DOCKER_IMAGE=dtzar/helm-kubectl
DOCKER_TAG=2.8.2
DOCKER_TAG=2.9.0

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \

# Note: Latest version of kubectl may be found at:
# https://aur.archlinux.org/packages/kubectl-bin/
ENV KUBE_LATEST_VERSION="v1.9.4"
ENV KUBE_LATEST_VERSION="v1.10.2"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.8.2"
ENV HELM_VERSION="v2.9.0"

RUN apk add --no-cache ca-certificates bash \
&& wget -q https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

Supported tags and release links

* [2.9.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.9.0) - helm v2.9.0, kubectl v1.10.2, alpine 3.7
* [2.8.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.2) - helm v2.8.2, kubectl v1.9.4, alpine 3.7
* [2.8.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.1) - helm v2.8.1, kubectl v1.9.2, alpine 3.7
* [2.8.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.0) - helm v2.8.0, kubectl v1.9.2, alpine 3.7
Expand Down

0 comments on commit 4e70551

Please sign in to comment.