From c9b90edfc3898c503810c6a60e7988e5aa0d1ca7 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 9 Jul 2026 21:06:56 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v4.2.3 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15bb95a..dccb836 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # HELM_VERSION # Only required to install a specify version -HELM_VERSION?=v4.2.2 # renovate: datasource=github-releases depName=helm/helm +HELM_VERSION?=v4.2.3 # renovate: datasource=github-releases depName=helm/helm # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a diff --git a/README.md b/README.md index 7ded696..ab53f06 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ goal of this project is to package the binary `helm` as container image and prov The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm). ```bash -IMAGE_VERSION=4.2.2 +IMAGE_VERSION=4.2.3 docker run \ --rm \ --volume "$(pwd):$(pwd)" \