Skip to content

Commit

Permalink
update k3s version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmohd committed Jul 30, 2024
1 parent 30f01e0 commit 40ab59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/installK3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sed -i '9s/^/export storageContainerName=/' vars.sh
sed -i '10s/^/export k3sControlPlane=/' vars.sh

# Set k3 deployment variables
export K3S_VERSION="1.28.2+k3s1" # Do not change!
export K3S_VERSION="v1.29.6+k3s2" # Do not change!

chmod +x vars.sh
. ./vars.sh
Expand Down

0 comments on commit 40ab59c

Please sign in to comment.