Skip to content

Commit

Permalink
PR #3 update to 2.5.1
Browse files Browse the repository at this point in the history
- helm 2.5.1
- kubectl 1.7.2
- Alpine 3.6
  • Loading branch information
dtzar authored Jul 29, 2017
2 parents a39f27f + d0e58a0 commit eedbd52
Show file tree
Hide file tree
Showing 3 changed files with 5 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.5.0
DOCKER_TAG=2.5.1

services:
- docker
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ ARG BUILD_DATE
# Metadata
LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.name="helm-kubectl" \
org.lable-schema.url="https://hub.docker.com/r/dtzar/helm-kubectl/" \
org.label-schema.url="https://hub.docker.com/r/dtzar/helm-kubectl/" \
org.label-schema.vcs-url="https://github.com/dtzar/helm-kubectl" \
org.label-schema.build-date=$BUILD_DATE

# Note: Latest version of kubectl may be found at:
# https://aur.archlinux.org/packages/kubectl-bin/
ENV KUBE_LATEST_VERSION="v1.6.6"
ENV KUBE_LATEST_VERSION="v1.7.2"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.5.0"
ENV HELM_VERSION="v2.5.1"
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.5.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.5.0) - 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
* [2.4.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.4.1) - helm v2.4.1, kubectl v1.6.2, alpine 3.5
Expand Down

0 comments on commit eedbd52

Please sign in to comment.