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