@@ -85,8 +85,8 @@ var _ = Describe("Workload cluster creation", func() {
85
85
})
86
86
87
87
Context ("Creating a single control-plane cluster" , func () {
88
- It ("Should create a cluster with v0.8 .0 and perform upgrade to latest version" , func () {
89
- By ("Installing v0.8 .0 boostrap/controlplane provider version" )
88
+ It ("Should create a cluster with v0.9 .0 and perform upgrade to latest version" , func () {
89
+ By ("Installing v0.9 .0 boostrap/controlplane provider version" )
90
90
initUpgradableBootstrapCluster (bootstrapClusterProxy , e2eConfig , clusterctlConfigPath , artifactFolder )
91
91
92
92
By ("Initializing the cluster" )
@@ -118,8 +118,8 @@ var _ = Describe("Workload cluster creation", func() {
118
118
UpgradeManagementCluster (ctx , clusterctl.UpgradeManagementClusterAndWaitInput {
119
119
ClusterProxy : bootstrapClusterProxy ,
120
120
ClusterctlConfigPath : clusterctlConfigPath ,
121
- BootstrapProviders : []string {"rke2-bootstrap:v0.9 .99" },
122
- ControlPlaneProviders : []string {"rke2-control-plane:v0.9 .99" },
121
+ BootstrapProviders : []string {"rke2-bootstrap:v0.10 .99" },
122
+ ControlPlaneProviders : []string {"rke2-control-plane:v0.10 .99" },
123
123
LogFolder : clusterctlLogFolder ,
124
124
})
125
125
0 commit comments