Skip to content

Commit 573a62d

Browse files
authored
Update to Helm v4.0.0 (#190)
* Update to Helm v4.0.0 * Trim list of supported tags
1 parent be83d70 commit 573a62d

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
KUBE_VERSION=1.34.2
2-
HELM_VERSION=3.19.1
2+
HELM_VERSION=4.0.0
33
YQ_VERSION=4.48.1

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,21 @@
66

77
Supported tags and release links
88

9+
* [4.0.0](https://github.com/dtzar/helm-kubectl/releases/tag/4.0.0) - helm v4.0.0, kubectl v1.34.2, alpine 3.22
910
* [3.19.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.19.1) - helm v3.19.1, kubectl v1.34.2, alpine 3.22
1011
* [3.19.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.19.0) - helm v3.19.0, kubectl v1.34.1, alpine 3.22
1112
* [3.18.6](https://github.com/dtzar/helm-kubectl/releases/tag/3.18.6) - helm v3.18.6, kubectl v1.33.4, alpine 3.22
1213
* [3.18.4](https://github.com/dtzar/helm-kubectl/releases/tag/3.18.4) - helm v3.18.4, kubectl v1.33.3, alpine 3.22
1314
* [3.18.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.18.3) - helm v3.18.3, kubectl v1.33.2, alpine 3.22
1415
* [3.18.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.18.1) - helm v3.18.1, kubectl v1.33.1, alpine 3.21
1516
* [3.18.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.18.0) - helm v3.18.0, kubectl v1.33.1, alpine 3.21
16-
* [3.17.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.17.3) - helm v3.17.3, kubectl v1.32.5, alpine 3.21
17-
* [3.17.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.17.2) - helm v3.17.2, kubectl v1.32.3, alpine 3.21
18-
* [3.17.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.17.0) - helm v3.17.0, kubectl v1.32.1, alpine 3.20
19-
* [3.16.4](https://github.com/dtzar/helm-kubectl/releases/tag/3.16.4) - helm v3.16.4, kubectl v1.32.0, alpine 3.20
20-
* [3.16.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.16.2) - helm v3.16.2, kubectl v1.31.1, alpine 3.20
21-
* [3.16.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.16.1) - helm v3.16.1, kubectl v1.31.1, alpine 3.20
22-
* [3.16.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.16.0) - helm v3.16.0, kubectl v1.31.1, alpine 3.20
2317

2418
The image tags below are dynamic and overwritten with the latest helm image under that semVer:
2519

2620
* 3.<minor#> - helm v3.<minor#>.x, kubectl v1.x, alpine 3.x. Example: 3.15
2721
* 3 - helm 3.x, kubectl 1.x, alpine 3.x
2822

29-
Releases from Helm 2.3.1 to 3.15.4 and the above dynamic tags can be found [on Docker Hub tags page](https://hub.docker.com/r/dtzar/helm-kubectl/tags).
23+
Releases from Helm 2.3.1 to 3.17.3 and the above dynamic tags can be found [on Docker Hub tags page](https://hub.docker.com/r/dtzar/helm-kubectl/tags).
3024

3125
## Overview
3226

0 commit comments

Comments
 (0)