Skip to content

Commit

Permalink
PR #4 helm 2.6.0, kubectl 1.7.4
Browse files Browse the repository at this point in the history
helm 2.6.0, kubectl 1.7.4
  • Loading branch information
dtzar authored Aug 22, 2017
2 parents 911ee3f + 81cdd8d commit 0df0760
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.5.1
DOCKER_TAG=2.6.0

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,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.7.2"
ENV KUBE_LATEST_VERSION="v1.7.4"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.5.1"
ENV HELM_VERSION="v2.6.0"
ENV FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

RUN apk add --update ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Supported tags and release links

* [2.6.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.6.0) - helm v2.6.0, kubectl v1.7.4, alpine 3.6
* [2.5.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.5.1) - helm v2.5.1, kubectl v1.7.2, alpine 3.6
* [2.5.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.5.0) - helm v2.5.0, kubectl v1.6.6, alpine 3.6
* [2.4.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.4.2) - helm v2.4.2, kubectl v1.6.4, alpine 3.6
Expand Down

0 comments on commit 0df0760

Please sign in to comment.