From f6dfea2a79352f1615b757952c9d624a1f4c6f7a Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 11 Apr 2024 09:38:15 +0200 Subject: [PATCH] helm: unbreak helm test after Cilium version bump (#3022) --- 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 f93e49a8a..cd8aab6a6 100644 --- a/internal/constellation/helm/helm_test.go +++ b/internal/constellation/helm/helm_test.go @@ -198,7 +198,7 @@ func TestHelmApply(t *testing.T) { if tc.clusterCertManagerVersion != nil { certManagerVersion = *tc.clusterCertManagerVersion } - helmListVersion(lister, "cilium", "v1.15.0-pre.3-edg.2") + helmListVersion(lister, "cilium", "v1.15.0-pre.3-edg.3") helmListVersion(lister, "cert-manager", certManagerVersion) helmListVersion(lister, "constellation-services", tc.clusterMicroServiceVersion) helmListVersion(lister, "constellation-operators", tc.clusterMicroServiceVersion)