@@ -87,8 +87,8 @@ var _ = Describe("Provider upgrade", func() {
8787 })
8888
8989 Context ("Creating a single control-plane cluster" , func () {
90- It ("Should create a cluster with v0.19 .0 and perform upgrade to latest version" , func () {
91- By ("Installing v0.19 .0 boostrap/controlplane provider version" )
90+ It ("Should create a cluster with v0.21 .0 and perform upgrade to latest version" , func () {
91+ By ("Installing v0.21 .0 boostrap/controlplane provider version" )
9292 initUpgradableBootstrapCluster (bootstrapClusterProxy , e2eConfig , clusterctlConfigPath , artifactFolder )
9393
9494 By ("Initializing the cluster" )
@@ -135,8 +135,8 @@ var _ = Describe("Provider upgrade", func() {
135135 UpgradeManagementCluster (ctx , clusterctl.UpgradeManagementClusterAndWaitInput {
136136 ClusterProxy : bootstrapClusterProxy ,
137137 ClusterctlConfigPath : clusterctlConfigPath ,
138- BootstrapProviders : []string {"rke2-bootstrap:v0.20 .99" },
139- ControlPlaneProviders : []string {"rke2-control-plane:v0.20 .99" },
138+ BootstrapProviders : []string {"rke2-bootstrap:v0.22 .99" },
139+ ControlPlaneProviders : []string {"rke2-control-plane:v0.22 .99" },
140140 LogFolder : clusterctlLogFolder ,
141141 })
142142
0 commit comments