From bddb791e3406cd8857ee6b5b853915bdf0464910 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:57:43 -0400 Subject: [PATCH] helm 3.15.3 and k8s 1.30.3 (#166) * helm 3.15.3 and k8s 1.30.3 * helm 3.15.3 --- .env | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index c4b80fc..61ecb9d 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -KUBE_VERSION=1.30.2 -HELM_VERSION=3.15.2 -YQ_VERSION=4.44.1 +KUBE_VERSION=1.30.3 +HELM_VERSION=3.15.3 +YQ_VERSION=4.44.2 diff --git a/README.md b/README.md index db42fb9..59b5b35 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Supported tags and release links +* [3.15.3](https://github.com/dtzar/helm-kubectl/releases/tag/3.15.3) - helm v3.15.3, kubectl v1.30.3, alpine 3.19 * [3.15.2](https://github.com/dtzar/helm-kubectl/releases/tag/3.15.2) - helm v3.15.2, kubectl v1.30.2, alpine 3.19 * [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