mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-03 12:19:27 -05:00
helm: unbreak helm test after Cilium version bump (#3022)
This commit is contained in:
parent
4db8b2c272
commit
c64068557c
@ -198,7 +198,7 @@ func TestHelmApply(t *testing.T) {
|
|||||||
if tc.clusterCertManagerVersion != nil {
|
if tc.clusterCertManagerVersion != nil {
|
||||||
certManagerVersion = *tc.clusterCertManagerVersion
|
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, "cert-manager", certManagerVersion)
|
||||||
helmListVersion(lister, "constellation-services", tc.clusterMicroServiceVersion)
|
helmListVersion(lister, "constellation-services", tc.clusterMicroServiceVersion)
|
||||||
helmListVersion(lister, "constellation-operators", tc.clusterMicroServiceVersion)
|
helmListVersion(lister, "constellation-operators", tc.clusterMicroServiceVersion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user