Skip to content

Commit

Permalink
Bump e2e test k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 17, 2024
1 parent 31dd10c commit 18e17fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ providers:
variables:
AKS_KUBERNETES_VERSION: "latest"
AKS_KUBERNETES_VERSION_UPGRADE_FROM: "latest-1"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-stable-1.27}"
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-stable-1.26}"
KUBERNETES_VERSION_API_UPGRADE_FROM: "v1.26.12"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-stable-1.29}"
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-stable-1.29}"
KUBERNETES_VERSION_API_UPGRADE_FROM: "v1.28.10"
FLATCAR_VERSION: "${FLATCAR_VERSION:-latest}"
ETCD_VERSION_UPGRADE_TO: "3.5.10-0"
COREDNS_VERSION_UPGRADE_TO: "v1.11.1"
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.28}"
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.27}"
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.29}"
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.28}"
CNI: "${PWD}/templates/addons/calico.yaml"
ADDONS_PATH: "${PWD}/templates/addons"
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"
Expand Down

0 comments on commit 18e17fb

Please sign in to comment.