mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
helm: bump Cilium chart version
This commit is contained in:
parent
2d3996d5b3
commit
bec3770104
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user