UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

update local script to 1.28

Merged Alozie Obuh requested to merge 1937-upgrade-k3d-k8s-version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
K3D_VERSION="5.6.0"
DEFAULT_K3S_TAG="v1.27.6-k3s1"
DEFAULT_K3S_TAG="v1.28.6-k3s2"
# get the current script dir
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Loading