eclipse-tractusx / managed-service-orchestrator

Apache License 2.0
6 stars 9 forks source link

TRG 5.11 Chart upgrading test is not actually upgrading #93

Closed SebastianBezold closed 11 months ago

SebastianBezold commented 11 months ago

The current implementation of the Helm Chart upgrading test is not upgrading anything. It just installs the local chart and upgrades it to the same local Chart. The original idea behind this test is to use a previous released version of the Chart and check if it can be upgraded from this old version to the current one present in the repo.

You can check the example step showcased in TRG 5.09.

adkumar1 commented 11 months ago

Created PR #94 for it

SebastianBezold commented 11 months ago

Hi @adkumar1,

unfortunately your PR didn't fix it. You are using a wrong name to install your chart from our Charts repo You are using orchestrator, but it's published as managed-service-orchestrator

adkumar1 commented 11 months ago

Hi @SebastianBezold : Updated the name in the PR

SebastianBezold commented 11 months ago

Upgrade workflow should run now. It is failing though with an old issue, but I think this is the case, because I used an old version to upgrade from, that still had that bug: https://github.com/eclipse-tractusx/managed-service-orchestrator/actions/runs/6981277810