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 <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2024-02-20 10:23:02 +01:00 committed by mergify[bot]
parent 5286aab201
commit 83ec7096b6

View File

@ -41,7 +41,7 @@ SNAPSHOT_VERSION=v7.0.1
HELM_SCRIPT=https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 HELM_SCRIPT=https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
# helm chart generation, testing and publishing # helm chart generation, testing and publishing
HELM_VERSION=v3.10.1 HELM_VERSION=v3.14.1
# minikube settings # minikube settings
MINIKUBE_VERSION=v1.32.0 MINIKUBE_VERSION=v1.32.0