Skip to content

Commit

Permalink
helm 2.8.0, kubectl 1.9.2 (#10)
Browse files Browse the repository at this point in the history
* helm 2.8.0, kubectl 1.9.2
* remove empty continuation line comment in Dockerfile
  • Loading branch information
dtzar authored Jan 23, 2018
1 parent 9243141 commit 8b0512e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.2
DOCKER_TAG=2.8.0

services:
- docker
Expand Down
5 changes: 2 additions & 3 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.8.3"
ENV KUBE_LATEST_VERSION="v1.9.2"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.7.2"
ENV HELM_VERSION="v2.8.0"
ENV FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

RUN apk add --update ca-certificates \
Expand All @@ -28,7 +28,6 @@ RUN apk add --update ca-certificates \
&& curl -L http://storage.googleapis.com/kubernetes-helm/${FILENAME} -o /tmp/${FILENAME} \
&& tar -zxvf /tmp/${FILENAME} -C /tmp \
&& mv /tmp/linux-amd64/helm /bin/helm \
# Cleanup uncessary files
&& apk del --purge deps \
&& rm /var/cache/apk/* \
&& rm -rf /tmp/*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

Supported tags and release links

* [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
* [2.7.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.7.2) - helm v2.7.2, kubectl v1.8.3, alpine 3.6
* [2.7.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.7.0) - helm v2.7.0, kubectl v1.8.1, alpine 3.6
* [2.6.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.6.2) - helm v2.6.2, kubectl v1.7.9, alpine 3.6
Expand Down

0 comments on commit 8b0512e

Please sign in to comment.