From f0a02fe9ffcbea6ba72748f825d042f635cbfd77 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Thu, 12 Sep 2024 11:06:12 -0700 Subject: [PATCH] helm 3.16.1, kubectl 1.31.1 (#170) --- .env | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 64c1c14..8ff0534 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ KUBE_VERSION=1.31.1 -HELM_VERSION=3.16.0 +HELM_VERSION=3.16.1 YQ_VERSION=4.44.3 diff --git a/README.md b/README.md index 7864c2f..5dda59b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Supported tags and release links +* [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 * [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 The image tags below are dynamic and overwritten with the latest helm image under that semVer: @@ -13,7 +14,7 @@ The image tags below are dynamic and overwritten with the latest helm image unde * 3. - helm v3..x, kubectl v1.x, alpine 3.x. Example: 3.15 * 3 - helm 3.x, kubectl 1.x, alpine 3.x -Releases from Helm 2.3.1 to 3.15.3 and the above dynamic tags can be found [on Docker Hub tags page](https://hub.docker.com/r/dtzar/helm-kubectl/tags). +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). ## Overview