Skip to content

Commit

Permalink
Upgrade test and Addons template to Kubernetes 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Mar 2, 2023
1 parent e8e722d commit bbfdecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/managed_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func upgradeControlPlaneVersionSpec(ctx context.Context, lister client.Client, c
Log(fmt.Sprintf("Upgrade test is starting, upgrade version is %s", managedKubernetesUpgradeVersion))
controlPlane.Spec.Version = &managedKubernetesUpgradeVersion
Expect(patchHelper.Patch(ctx, controlPlane)).To(Succeed())
Logf("Upgrade test is starting")
Log("Upgrade test is starting")

Eventually(func() (bool, error) {
controlPlane := GetOCIManagedControlPlaneByCluster(ctx, lister, clusterName, namespaceName)
Expand Down

0 comments on commit bbfdecc

Please sign in to comment.