Skip to content

Commit a8ca4bc

Browse files
authored
Update Managed Kubernetes version for e2e tests (#413)
OKE no longer supports anything below v1.30.x. It was causing the managed e2e tests to fail.
1 parent df92e46 commit a8ca4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/config/e2e_conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ providers:
8383

8484
variables:
8585
KUBERNETES_VERSION: "v1.29.6"
86-
OCI_MANAGED_KUBERNETES_VERSION: "v1.28.2"
87-
OCI_MANAGED_KUBERNETES_VERSION_UPGRADE: "v1.29.1"
86+
OCI_MANAGED_KUBERNETES_VERSION: "v1.31.1"
87+
OCI_MANAGED_KUBERNETES_VERSION_UPGRADE: "v1.32.1"
8888
EXP_CLUSTER_RESOURCE_SET: "true"
8989
NODE_DRAIN_TIMEOUT: "60s"
9090
CI_VERSION: ""

0 commit comments

Comments
 (0)