If the helm chart for a given version (i.e. 0.16.0 with v0.16.0) is pulled it should not update to the another version (v0.17.0).
Actual Behaviour
On pod restart kestra will be updated due to use of the latest-full tag with pullPolicy always in values.yml. The appVersion does not seem to be applied currently.
Expected Behavior
If the helm chart for a given version (i.e. 0.16.0 with v0.16.0) is pulled it should not update to the another version (v0.17.0).
Actual Behaviour
On pod restart kestra will be updated due to use of the latest-full tag with pullPolicy always in values.yml. The appVersion does not seem to be applied currently.
Steps To Reproduce
Environment Information