Closed christiangalsterer closed 1 year ago
Hey @christiangalsterer, Apologize for the delay in our side. You are right, the option to control the image version (tag) is very important and actually the best practice when building Helm charts. I'll add this idea to our backlog, if you have an idea how to solve this, feel free to share with us :)
Thanks !
Submitted a PR for this :)
Currently the image version is retrieved from the AppVersion which leads to a coupling to have a helm chart release available. This also prevents that one cannot try not yet released version by referring to a tag/SHA. Therefore it would be great if the chart doesn't only use the AppVersion but allow to specify a SHA/tag parameter which then takes precedence over the AppVersion.