diff --git a/internal/constellation/helm/helm_test.go b/internal/constellation/helm/helm_test.go index c3f1c5e374..3b30de9130 100644 --- a/internal/constellation/helm/helm_test.go +++ b/internal/constellation/helm/helm_test.go @@ -194,7 +194,7 @@ func TestHelmApply(t *testing.T) { awsLbVersion = *tc.clusterAWSLBVersion } - certManagerVersion := "v1.13.2" // current version + certManagerVersion := "v1.12.6" // current version if tc.clusterCertManagerVersion != nil { certManagerVersion = *tc.clusterCertManagerVersion }