Skip to content

Commit

Permalink
rebase: use Helm client 3.14.1 for generating charts
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nixpanic authored and mergify[bot] committed Feb 21, 2024
1 parent 5286aab commit 83ec709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83ec709

Please sign in to comment.