From 6fba97fe811418856702c6d75bdfcf32b3ca522e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 14 Feb 2023 14:41:32 -0800 Subject: [PATCH] Bump helm version --- hellotech/.local/bin/install-helm-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hellotech/.local/bin/install-helm-home b/hellotech/.local/bin/install-helm-home index d39b8bd..f506c55 100755 --- a/hellotech/.local/bin/install-helm-home +++ b/hellotech/.local/bin/install-helm-home @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=helm -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.11.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" if [[ ! -d "${DEST}/${VERSION}" ]]; then