helm: bump Cilium chart version

This commit is contained in:
Markus Rudy 2024-01-15 13:42:34 +01:00
parent 2d3996d5b3
commit bec3770104
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)