Skip to content

Commit 4c2757b

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 4c2757b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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

AWS/EC2/ec2-install.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ae5a646c78d3de90c29018b2153a5660d2410a991f724434337902cbcd7f251a ec2-install.sh
1+
e194a237d36b92b90f7661e57fac2047dc74c769a0b4c837002794d24c0645c8 ec2-install.sh

0 commit comments

Comments
 (0)