Explore ways to make Helm history useful
Currently Helm chart GitOps feature of Agent for Kubernetes re-applies ("upgrade") charts every 5 minutes. Each such application makes a "release". Because of that, history is useless.
We need to see if we can avoid ruining the history because it may be useful for debugging, etc purposes. See the discussion here gitlab-org/cluster-integration/gitlab-agent!727 (comment 1078335136)
Look at how https://github.com/databus23/helm-diff works.
Edited by Mikhail Mazurskiy