Skip to content

Commit

Permalink
helm 2.15.2, kubectl 1.16.2 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar authored Oct 30, 2019
1 parent fcb8d93 commit 11e84da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.15.1
DOCKER_TAG=2.15.2

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
ENV KUBE_LATEST_VERSION="v1.16.2"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.15.1"
ENV HELM_VERSION="v2.15.2"

RUN apk add --no-cache ca-certificates bash git openssh curl \
&& 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 @@ -9,6 +9,7 @@

Supported tags and release links

* [2.15.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.15.2) - helm v2.15.2, kubectl v1.16.2, alpine 3.10
* [2.15.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.15.1) - helm v2.15.1, kubectl v1.16.2, alpine 3.10
* [2.15.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.15.0) - helm v2.15.0, kubectl v1.16.2, alpine 3.10
* [2.14.3](https://github.com/dtzar/helm-kubectl/releases/tag/2.14.3) - helm v2.14.3, kubectl v1.15.2, alpine 3.10
Expand Down

0 comments on commit 11e84da

Please sign in to comment.