Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mboukhalfa committed Oct 6, 2022
1 parent 0364eca commit f6b5d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/clusterctl_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ var _ = Describe("When testing clusterctl upgrades (v0.4=>current)", func() {
SkipCleanup: skipCleanup,
InitWithBinary: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/clusterctl-{OS}-{ARCH}",
InitWithProvidersContract: "v1alpha4",
CoreProvider: "capi-system/cluster-api:v1.2.2",
BootstrapProviders: []string{"capi-kubeadm-bootstrap-system/kubeadm:v1.2.2"},
ControlPlaneProviders: []string{"capi-kubeadm-control-plane-system/kubeadm:v1.2.2"},
InfrastructureProviders: []string{"capd-system/docker:v1.2.2"},
InitWithKubernetesVersion: "v1.25.0",
}
})
Expand Down

0 comments on commit f6b5d70

Please sign in to comment.