Skip to content

Commit

Permalink
helm 2.16.9, kubectl 1.18.7, alpine 3.12, jq 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bskim45 committed Aug 13, 2020
1 parent 69a0305 commit 40a36a4
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.18.7"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v3.2.4"
ENV HELM_VERSION="v2.16.9"

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 @@ -26,6 +26,7 @@

### Helm 2

* [2.16.9](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.16.9) - helm v2.16.9, kubectl v1.18.7, alpine 3.12, jq 1.6
* [2.16.8](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.16.8) - helm v2.16.8, kubectl v1.18.7, alpine 3.12, jq 1.6
* [2.16.7](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.16.7) - helm v2.16.7, kubectl v1.18.3, alpine 3.11, jq 1.6
* [2.16.6](https://github.com/bskim45/docker-helm-kubectl-jq/releases/tag/2.16.6) - helm v2.16.6, kubectl v1.18.2, alpine 3.11, jq 1.6
Expand Down

0 comments on commit 40a36a4

Please sign in to comment.