Skip to content

Commit

Permalink
Support for Helm 3.9.0 and k8s 1.24.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored May 19, 2022
1 parent a64219a commit 7ff93bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
KUBE_VERSION=1.23.5
HELM_VERSION=3.8.2
YQ_VERSION=4.24.5
KUBE_VERSION=1.24.0
HELM_VERSION=3.9.0
YQ_VERSION=4.25.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk -U upgrade \
&& mkdir /config \
&& chmod g+rwx /config /root \
&& helm repo add "stable" "https://charts.helm.sh/stable" --force-update \
&& kubectl version --client .\
&& kubectl version --client \
&& helm version

WORKDIR /config
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

Supported tags and release links

* [3.9.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.9.0) - helm v3.9.0, kubectl v1.24.0, alpine 3.15
* [3.8.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.8.2) - helm v3.8.2, kubectl v1.23.5, alpine 3.15
* [3.8.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.8.1) - helm v3.8.1, kubectl v1.23.4, alpine 3.15
* [3.8.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.8.0) - helm v3.8.0, kubectl v1.23.2, alpine 3.15
Expand Down

0 comments on commit 7ff93bd

Please sign in to comment.