From 21d8964e33c64c87a822f99a81356bc46283806f Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:04:26 +0200 Subject: [PATCH] Support for Helm 3.13.0 and k8s 1.28.2 (#148) --- .env | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ebeeaa8..5acca9a 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -KUBE_VERSION=1.27.4 -HELM_VERSION=3.12.3 +KUBE_VERSION=1.28.2 +HELM_VERSION=3.13.0 YQ_VERSION=4.34.2 diff --git a/README.md b/README.md index 92a9634..f8d4390 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Supported tags and release links +* [3.13.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.13.0) - helm v3.13.0, kubectl v1.28.2, alpine 3.18 * [3.12.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.12.3) - helm v3.12.3, kubectl v1.27.4, alpine 3.18 * [3.12.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.12.2) - helm v3.12.2, kubectl v1.27.3, alpine 3.18 * [3.12.1](https://github.com/dtzar/helm-kubectl/releases/tag/3.12.1) - helm v3.12.1, kubectl v1.27.3, alpine 3.18