From 987da5ef64364a75e69fcfb89feca22b97eab5b3 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Wed, 15 May 2024 23:45:43 -0400 Subject: [PATCH] Support for helm 3.15.0 and k8s 1.30.1 (#163) --- .env | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index deec669..86b3c8f 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -KUBE_VERSION=1.29.3 -HELM_VERSION=3.14.4 -YQ_VERSION=4.43.1 +KUBE_VERSION=1.30.1 +HELM_VERSION=3.15.0 +YQ_VERSION=4.44.1 diff --git a/README.md b/README.md index cca576c..b9a188e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Supported tags and release links +* [3.15.0](https://github.com/dtzar/helm-kubectl/releases/tag/3.15.0) - helm v3.15.0, kubectl v1.30.1, alpine 3.19 * [3.14.4](https://github.com/dtzar/helm-kubectl/releases/tag/3.14.4) - helm v3.14.4, kubectl v1.29.3, alpine 3.19 * [3.14.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.14.3) - helm v3.14.3, kubectl v1.29.3, alpine 3.19 * [3.14.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.14.2) - helm v3.14.2, kubectl v1.29.2, alpine 3.19