From 37879f1b2665ed98099badd1afa2962a3ad2dc1e Mon Sep 17 00:00:00 2001 From: Adam Zahorscak <69020096+Azahorscak@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:46:14 -0500 Subject: [PATCH] Bump-helm-3.11.1 (#434) Bump helm to version 3.11.1 to mitigate CVE-2023-25165 https://www.cvedetails.com/cve/CVE-2023-25165/ --- bin/install-rok8s-requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-rok8s-requirements b/bin/install-rok8s-requirements index 0d2dabf8..9d6970db 100755 --- a/bin/install-rok8s-requirements +++ b/bin/install-rok8s-requirements @@ -33,7 +33,7 @@ else fi KUBECTL_VERSION="${KUBECTL_VERSION:-v1.22.11}" -HELM_VERSION="${HELM_VERSION:-v3.9.0}" +HELM_VERSION="${HELM_VERSION:-v3.11.1}" HELM2_VERSION="${HELM2_VERSION:-v2.17.0}" SOPS_VERSION="${SOPS_VERSION:-v3.7.3}"