From 0285e01cd230b4ee37e9a2276846f686d197bc23 Mon Sep 17 00:00:00 2001 From: Buddy Date: Fri, 31 Jan 2025 11:30:17 -0800 Subject: [PATCH] Bump helm install version --- dot_local/bin/executable_install-helm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_install-helm b/dot_local/bin/executable_install-helm index 6592587..43e6872 100755 --- a/dot_local/bin/executable_install-helm +++ b/dot_local/bin/executable_install-helm @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=helm -VERSION=${VERSION:-3.15.4} +VERSION=${VERSION:-3.17.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} if [[ ! -d "${DEST}/${VERSION}" ]]; then