Skip to content

Commit 2e709a2

Browse files
authored
Merge pull request #12523 from sbueringer/pr-fixup-e2e
🐛 Fix e2e tests by fixing the etcd tag
2 parents 12e6357 + de8c7cb commit 2e709a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/config/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ variables:
372372
KUBERNETES_VERSION_UPGRADE_FROM: "v1.33.1"
373373
KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0-beta.0"
374374
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.34"
375-
ETCD_VERSION_UPGRADE_TO: "3.6.1"
375+
ETCD_VERSION_UPGRADE_TO: "3.6.1-1"
376376
COREDNS_VERSION_UPGRADE_TO: "v1.12.1"
377377
DOCKER_SERVICE_DOMAIN: "cluster.local"
378378
IP_FAMILY: "dual"

0 commit comments

Comments
 (0)