helm-controller icon indicating copy to clipboard operation
helm-controller copied to clipboard

Enrich helm events with user specified attributes to make notifications more informational

Open willejs opened this issue 3 years ago • 0 comments

Currently, helm release events just contain the helm chart version, which is not particularly useful as in most cases the underlying image tag is changing, but not the chart version. In your deployments slack channel, you will probably see something like this: Screenshot 2021-04-22 at 10 48 56 What I really want to know is probably which image tag is getting deployed, perhaps I could specify a go template string and use either git commit info from the original control repo, or values in the supplied values.yaml to identify the image tag?

willejs avatar Apr 22 '21 09:04 willejs