Skip to content

Commit

Permalink
fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Nov 26, 2024
1 parent bd087e4 commit 16180ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/lke_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func setupLKECluster(t *testing.T, clusterModifiers []clusterModifier, fixturesY
createOpts := linodego.LKEClusterCreateOptions{
Label: label,
Region: getRegionsWithCaps(t, client, []string{"Kubernetes", "Disk Encryption"})[0],
K8sVersion: "1.29",
K8sVersion: "1.31",
Tags: []string{"testing"},
NodePools: []linodego.LKENodePoolCreateOptions{{Count: 1, Type: "g6-standard-2", Tags: []string{"test"}}},
}
Expand Down

0 comments on commit 16180ce

Please sign in to comment.