From 6d514f126d6565950435a1383bde62b635fd1d86 Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Thu, 14 Dec 2023 09:34:00 +0100 Subject: [PATCH] fixup! deps: bump cert manager to 1.13.2 --- internal/constellation/helm/helm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }