Skip to content

Commit 9dda276

Browse files
authored
Merge pull request #4431 from k8s-infra-cherrypick-robot/cherry-pick-4416-to-release-1.11
[release-1.11] Revert "Temporarily pin Flatcar version to v1.26.10"
2 parents bac8d67 + f7782c3 commit 9dda276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ variables:
148148
AKS_KUBERNETES_VERSION: "latest"
149149
AKS_KUBERNETES_VERSION_UPGRADE_FROM: "latest-1"
150150
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.26.6}" # temporarily pin to v1.26.6 to workaround Calico dual stack issues
151-
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-v1.26.10}" # temporarily pin to v1.26.10 to workaround Flatcar image issues
151+
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-stable-1.26}"
152152
FLATCAR_VERSION: "${FLATCAR_VERSION:-latest}"
153153
ETCD_VERSION_UPGRADE_TO: "3.5.4-0"
154154
COREDNS_VERSION_UPGRADE_TO: "v1.9.3"

test/e2e/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ func resolveFlatcarVersion(config *clusterctl.E2EConfig, versions semver.Version
752752

753753
if version == "latest" {
754754
semver.Sort(versions)
755-
version = versions[0].String()
755+
version = versions[len(versions)-1].String()
756756
}
757757

758758
resolveVariable(config, varName, version)

0 commit comments

Comments
 (0)