Revert the k8s version in generate-deploy-scripts.sh

Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
z1cheng 2023-07-04 12:29:25 +00:00
parent 59cd323f15
commit c797da3a14

View file

@ -22,7 +22,7 @@ fi
set -o nounset set -o nounset
set -o pipefail set -o pipefail
K8S_VERSION="1.26" K8S_VERSION="1.22"
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P) DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)