You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Deploy Helm chart with version 0.16.0.
Kestra will be deployed with 0.17.0.
Environment Information
Kestra Version: 0.17.0
Helm Charts version: 0.16.0
Docker Image version: 0.17.0.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: