Skip to content

Commit

Permalink
Update kubectl to latest v1.14.1 (#30)
Browse files Browse the repository at this point in the history
* Update kubectl to latest v1.14.1
* Update README to reflect new kubectl version
  • Loading branch information
therealmitchconnors authored and dtzar committed May 15, 2019
1 parent 841971d commit 8897f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.13.4"
ENV KUBE_LATEST_VERSION="v1.14.1"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.13.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Supported tags and release links

* [2.13.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.13.1) - helm v2.13.1, kubectl v1.13.4, alpine 3.9
* [2.13.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.13.1) - helm v2.13.1, kubectl v1.14.1, alpine 3.9
* [2.13.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.13.0) - helm v2.13.0, kubectl v1.13.4, alpine 3.9
* [2.12.3](https://github.com/dtzar/helm-kubectl/releases/tag/2.12.3) - helm v2.12.3, kubectl v1.13.2, alpine 3.8
* [2.12.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.12.2) - helm v2.12.2, kubectl v1.13.2, alpine 3.8
Expand Down

0 comments on commit 8897f2e

Please sign in to comment.