Revert the k8s version in generate-deploy-scripts.sh
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
59cd323f15
commit
c797da3a14
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue