From 83ec7096b6df9a5e51196a8bade0b93a76901fd6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 20 Feb 2024 10:23:02 +0100 Subject: [PATCH] rebase: use Helm client 3.14.1 for generating charts By using version 3.14.1 of the client for generating Helm charts, users are prevented to run into a security issue when they manually create the charts. The automatically generated Helm charts are not affected by this issue. Fixes: CVE-2024-25620 Signed-off-by: Niels de Vos --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 32e7dafcf..d63bec48c 100644 --- a/build.env +++ b/build.env @@ -41,7 +41,7 @@ SNAPSHOT_VERSION=v7.0.1 HELM_SCRIPT=https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 # helm chart generation, testing and publishing -HELM_VERSION=v3.10.1 +HELM_VERSION=v3.14.1 # minikube settings MINIKUBE_VERSION=v1.32.0