mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-26 19:41:05 -04:00
helm: unbreak helm test after Cilium version bump (#3022)
This commit is contained in:
parent
550798279a
commit
f6dfea2a79
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue