Skip to content

Commit 5975895

Browse files
authored
Merge pull request #6057 from ykakarap/update-clusterctl-version-e2e
🐛 update clusterctl version in e2e to latest patch
2 parents 608340a + a2f5cf0 commit 5975895

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
@@ -222,7 +222,7 @@ variables:
222222
# NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize
223223
# the management cluster to be upgraded.
224224
# NOTE: We test the latest release with a previous contract.
225-
INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4/clusterctl-{OS}-{ARCH}"
225+
INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.7/clusterctl-{OS}-{ARCH}"
226226
INIT_WITH_PROVIDERS_CONTRACT: "v1alpha4"
227227
INIT_WITH_KUBERNETES_VERSION: "v1.23.3"
228228

0 commit comments

Comments
 (0)