diff --git a/Makefile b/Makefile index 4bd6196..e0277cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # HELM_VERSION # Only required to install a specify version -HELM_VERSION?=v3.19.1 # renovate: datasource=github-releases depName=helm/helm +HELM_VERSION?=v3.19.2 # 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 8080d01..f664f98 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=3.19.1 +IMAGE_VERSION=3.19.2 docker run \ --rm \ --volume "$(pwd):$(pwd)" \