fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
3.15k stars 432 forks source link

Helm chart versioning #23680

Open guyguy333 opened 1 week ago

guyguy333 commented 1 week ago

Fleet version: <!-- Copy this from the "My account" page in the Fleet UI, or run fleetctl --version -->

Web browser and operating system:


💥  Actual behavior

Each time an update of Fleet is available, appVersion field is updated in Helm Chart but chart version is not. It means that for a same chart version, we can have multiple versions of appVersion. Chart version should be immutable to avoid undesired behavior.

🧑‍💻  Steps to reproduce

Install Helmchart v6.2.0. Wait for an app version update. Try to update -> no change detected

🕯️ More info (optional)

Each time appVersion is updated, a new chart version should be released

georgekarrv commented 1 week ago

Thank you for pointing this out! We will update our release process to include incrementing the Chart version as well.