kestra-io / helm-charts

Apache License 2.0
37 stars 26 forks source link

Helm Release auto-updates outside of given appVersion #40

Open aucubin opened 5 months ago

aucubin commented 5 months ago

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

  1. Deploy Helm chart with version 0.16.0.
  2. Kestra will be deployed with 0.17.0.

Environment Information