Skip to content

Commit a44d94f

Browse files
committed
feat(k3s): use default/stable version offered by default
In the previous version, we used an hardcoded version, but this was not required and generated too much maintenance overload for our team. The default behavior matches our expectation and is now part of our script
1 parent ac2ca5e commit a44d94f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AWS/EC2/ec2-install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ set -e
1616
trap cleanup SIGINT SIGTERM ERR EXIT
1717

1818
# --- Variables ---
19-
INSTALL_K3S_VERSION=${INSTALL_K3S_VERSION:-"v1.32.3+k3s1"}
2019
DV_CHART_REGISTRY_URL=${DV_CHART_REGISTRY_URL:-"https://helm.gradle.com/"}
2120
SCRIPT_VERSION="0.1"
2221

@@ -212,7 +211,6 @@ installK3s(){
212211
checkUrl "${baseUrl}"
213212

214213
logInfo "Installing K3s..."
215-
export INSTALL_K3S_VERSION="${INSTALL_K3S_VERSION}"
216214
curl -s -fL ${baseUrl} | sh - || exitError "Failed to install k3s"
217215
}
218216

0 commit comments

Comments
 (0)