airy icon indicating copy to clipboard operation
airy copied to clipboard

Helm value appImageTag is overwritten by chart version

Open pascal-holy opened this issue 2 years ago • 0 comments

Current Behaviour

In the helm release process, we rely on this sed to change the version of each of our sub-charts to correspond to the current version of the release.

Proposed Solution

Change the helm template to default to the appImageTag and fall back on the chart version. This requires setting the appImageTag to the release version during helm install which might be tricky depending on the background of the helm install

pascal-holy avatar Mar 28 '22 11:03 pascal-holy