Skip to content

Commit

Permalink
missed a couple of k8s version locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Sauer committed Oct 16, 2020
1 parent 39de72f commit 635be4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/infra/testrunner/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import time
import yaml

PREVIOUS_VERSION = "1.16.2"
CURRENT_VERSION = "1.17.4"
PREVIOUS_VERSION = "1.17.4"
CURRENT_VERSION = "1.17.12"


def check_nodes_ready(kubectl):
Expand Down
2 changes: 1 addition & 1 deletion pkg/skuba/actions/node/remove/remove_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Test_RemoveNode(t *testing.T) {
Data: map[string]string{"ClusterConfiguration": `
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: "v1.17.4"
kubernetesVersion: "v1.17.12"
apiServer:
extraArgs:
advertiseAddress: 1.2.3.4
Expand Down

0 comments on commit 635be4d

Please sign in to comment.