Skip to content

Commit

Permalink
Bump k8s to version v1.21 in KinD tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Talledo <ctalledo@nestybox.com>
  • Loading branch information
ctalledo committed May 18, 2022
1 parent 963b970 commit 0501c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kind/kind-custom-net.bats
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export num_workers=2
export KUBECONFIG=${HOME}/.kube/${cluster}-config

# Cluster's node image.
export k8s_version="v1.20.2"
export k8s_version="v1.21.12"
export node_image="${CTR_IMG_REPO}/k8s-node-test:${k8s_version}"

function teardown() {
Expand Down
2 changes: 1 addition & 1 deletion tests/kind/kind-flannel.bats
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export net=bridge
export KUBECONFIG=${HOME}/.kube/${cluster}-config

# Cluster's node image.
export k8s_version="v1.20.2"
export k8s_version="v1.21.12"
export node_image="${CTR_IMG_REPO}/k8s-node-test:${k8s_version}"

function teardown() {
Expand Down

0 comments on commit 0501c6d

Please sign in to comment.