Skip to content

Commit

Permalink
Merge pull request #4430 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4416-to-release-1.12

[release-1.12] Revert "Temporarily pin Flatcar version to v1.26.10"
  • Loading branch information
k8s-ci-robot authored Jan 4, 2024
2 parents 2abe923 + 97720be commit b5f0342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ variables:
AKS_KUBERNETES_VERSION: "latest"
AKS_KUBERNETES_VERSION_UPGRADE_FROM: "latest-1"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.26.6}" # temporarily pin to v1.26.6 to workaround Calico dual stack issues
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-v1.26.10}" # temporarily pin to v1.26.10 to workaround Flatcar image issues
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-stable-1.26}"
FLATCAR_VERSION: "${FLATCAR_VERSION:-latest}"
ETCD_VERSION_UPGRADE_TO: "3.5.4-0"
COREDNS_VERSION_UPGRADE_TO: "v1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ func resolveFlatcarVersion(config *clusterctl.E2EConfig, versions semver.Version

if version == "latest" {
semver.Sort(versions)
version = versions[0].String()
version = versions[len(versions)-1].String()
}

resolveVariable(config, varName, version)
Expand Down

0 comments on commit b5f0342

Please sign in to comment.