Skip to content

Commit

Permalink
helm 2.13.1, kubectl 1.13.3 (#6)
Browse files Browse the repository at this point in the history
* helm 2.13.1, kubectl 1.13.3

* update README.md
  • Loading branch information
bskim45 committed Mar 27, 2019
1 parent 72c6322 commit 3e98c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.13.4"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.13.0"
ENV HELM_VERSION="v2.13.1"

RUN apk add --no-cache ca-certificates bash git jq \
&& 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 @@ -7,6 +7,7 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/bskim45/helm-kubectl-jq.svg)]()

Supported tags and release links
* [2.13.1](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.13.1) - helm v2.13.1, kubectl v1.13.4, alpine 3.9, jq 1.6
* [2.13.0](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.13.0) - helm v2.13.0, kubectl v1.13.4, alpine 3.9, jq 1.6
* [2.12.3](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.12.3) - helm v2.12.3, kubectl v1.13.2, alpine 3.8, jq 1.6
* [2.12.2](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.12.2) - helm v2.12.2, kubectl v1.13.2, alpine 3.8, jq 1.6
Expand Down

0 comments on commit 3e98c57

Please sign in to comment.