From bec3770104bb1348addff956c4b4acb804b9b700 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Mon, 15 Jan 2024 13:42:34 +0100 Subject: [PATCH] helm: bump Cilium chart version --- internal/constellation/helm/generateCilium.sh | 2 +- internal/constellation/helm/helm_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/constellation/helm/generateCilium.sh b/internal/constellation/helm/generateCilium.sh index 9a1f42921..df2a625bd 100755 --- a/internal/constellation/helm/generateCilium.sh +++ b/internal/constellation/helm/generateCilium.sh @@ -21,7 +21,7 @@ git clone \ --no-checkout \ --sparse \ --depth 1 \ - -b 1.15.0-pre.2 \ + -b 1.15.0-pre.3 \ https://github.com/cilium/cilium.git cd cilium diff --git a/internal/constellation/helm/helm_test.go b/internal/constellation/helm/helm_test.go index 3b30de913..cef6ffeff 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.2") + helmListVersion(lister, "cilium", "v1.15.0-pre.3") helmListVersion(lister, "cert-manager", certManagerVersion) helmListVersion(lister, "constellation-services", tc.clusterMicroServiceVersion) helmListVersion(lister, "constellation-operators", tc.clusterMicroServiceVersion)