permitio / opal-helm-chart

You know, for Kubernetes
Apache License 2.0
21 stars 22 forks source link

Make image version dynamic #18

Closed christiangalsterer closed 1 year ago

christiangalsterer commented 1 year ago

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.

RazcoDev commented 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 !

RazcoDev commented 1 year ago

Submitted a PR for this :)