Output of helm version: 3.13.3
Output of kubectl version: 1.27.4
Cloud Provider/Platform (AKS, GKE, Minikube etc.): AKS
Issue:
We are using the annotations on the Chart.yaml structure and wanted to be able to retrieve those informations on the deployed chart with helm get metadata command. But it seems that the annotations field is not retrievable with that command.
Is this normal behaviour and/or is there a way to retrieve chart annotation once deployed ?
Thank you.