Skip to content

Commit

Permalink
bump Kubernetes version in tests to 1.31.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Aug 5, 2024
1 parent fe5db92 commit 2f10ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ providers:
variables:
# Ensure all Kubernetes versions used here are covered in patch-vsphere-template.yaml
KUBERNETES_VERSION_MANAGEMENT: "v1.31.0-rc.0"
KUBERNETES_VERSION: "v1.30.0"
KUBERNETES_VERSION_UPGRADE_FROM: "v1.29.0"
KUBERNETES_VERSION_UPGRADE_TO: "v1.30.0"
KUBERNETES_VERSION: "v1.31.0-rc.0"
KUBERNETES_VERSION_UPGRADE_FROM: "v1.30.0"
KUBERNETES_VERSION_UPGRADE_TO: "v1.31.0-rc.0"
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.31"
CPI_IMAGE_K8S_VERSION: "v1.31.0-rc.0"
CNI: "./data/cni/calico/calico.yaml"
Expand Down

0 comments on commit 2f10ec1

Please sign in to comment.