Skip to content

Commit aea26cf

Browse files
authored
Merge pull request #2771 from nojnhuh/revert-e2e-cloud-provider-fix
Revert "fix error pulling cloud provider images in e2e"
2 parents 4162e0f + a65e6a4 commit aea26cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/e2e/cloud-provider-azure.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ const (
4141
func InstallCloudProviderAzureHelmChart(ctx context.Context, input clusterctl.ApplyClusterTemplateAndWaitInput) {
4242
specName := "cloud-provider-azure-install"
4343
By("Installing the correct version of cloud-provider-azure components via helm")
44-
values := []string{
45-
fmt.Sprintf("infra.clusterName=%s", input.ConfigCluster.ClusterName),
46-
// Temporary: v1.23.22 image is not yet published but referenced in the chart
47-
"cloudControllerManager.imageTag=v1.23.21",
48-
"cloudNodeManager.imageTag=v1.23.21",
49-
}
44+
values := []string{fmt.Sprintf("infra.clusterName=%s", input.ConfigCluster.ClusterName)}
5045
InstallHelmChart(ctx, input, cloudProviderAzureHelmRepoURL, cloudProviderAzureChartName, cloudProviderAzureHelmReleaseName, values)
5146
clusterProxy := input.ClusterProxy.GetWorkloadCluster(ctx, input.ConfigCluster.Namespace, input.ConfigCluster.ClusterName)
5247
workloadClusterClient := clusterProxy.GetClient()

0 commit comments

Comments
 (0)