Skip to content

Commit

Permalink
Upgrade Helm to 3.5.3 and kubectl to 1.20.4 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Mar 11, 2021
1 parent a350f4d commit b22c451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
DOCKER_IMAGE=dtzar/helm-kubectl
DOCKER_TAG_MAJOR=3
TAG_LATEST=true
DOCKER_TAG=3.5.2
KUBE_VERSION=1.20.2
DOCKER_TAG=3.5.3
KUBE_VERSION=1.20.4

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ BUILD_DATE ?= `date -u +"%Y-%m-%dT%H:%M:%SZ"`

# Note: Latest version of kubectl may be found at:
# https://github.com/kubernetes/kubernetes/releases
KUBE_VERSION = "1.20.2"
KUBE_VERSION = "1.20.4"

# Note: Latest version of helm may be found at
# https://github.com/kubernetes/helm/releases
HELM_VERSION = "3.5.1"
HELM_VERSION = "3.5.3"

docker_build:
@docker build \
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

* [3.5.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.5.3) - helm v3.5.3, kubectl v1.20.4, alpine 3.13
* [3.5.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.5.2) - helm v3.5.2, kubectl v1.20.2, alpine 3.13
* [3.5.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.5.1) - helm v3.5.1, kubectl v1.20.2, alpine 3.13
* [3.5.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.5.0) - helm v3.5.0, kubectl v1.20.2, alpine 3.12
Expand Down

0 comments on commit b22c451

Please sign in to comment.