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
The goal would be to be able to indicate in a HelmRelease the key corresponding to the version of the application (usually the tag of an image). This way it would be possible to show the version of the application in alerts in addition to the version of the chart.
The code is obviously very dirty because I was just testing the feasibility:
It would be great to be able to add additional annotations to events from the controllers, especially the Helm Controller. We similarly struggle to get enough metadata about a release for developers to find it useful.
Hello everyone,
I made a small PoC to achieve this result:
The goal would be to be able to indicate in a HelmRelease the key corresponding to the version of the application (usually the tag of an image). This way it would be possible to show the version of the application in alerts in addition to the version of the chart.
The code is obviously very dirty because I was just testing the feasibility:
Do you think this is something that could be added?
The text was updated successfully, but these errors were encountered: