From 816a0e9014d70e3c25bc89fa223fd828f8fa9ad4 Mon Sep 17 00:00:00 2001 From: Andy Suderman Date: Thu, 12 Sep 2024 22:35:40 -0600 Subject: [PATCH] ci: update sync helm version --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index a4cd66511..bdf7aed70 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -19,7 +19,7 @@ set -o nounset set -o pipefail readonly HELM_URL=https://get.helm.sh -readonly HELM_TARBALL=helm-v3.2.0-linux-amd64.tar.gz +readonly HELM_TARBALL=helm-v3.16.1-linux-amd64.tar.gz readonly STABLE_REPO_URL=https://charts.fairwinds.com/stable/ readonly INCUBATOR_REPO_URL=https://charts.fairwinds.com/incubator/ readonly JETSTACK_REPO_URL=https://charts.jetstack.io