Hi 👋,
First of all, thank you for your great work on this project!
I'd like to request a feature enhancement:
It would be very useful to support a --labels option in the helm install command within this repository, in order to allow users to specify custom labels when deploying charts.
https://helm.sh/docs/helm/helm_install/
-l, --labels stringToString Labels to apply to the release. ( Since Helm 3.14)
In many deployment pipelines, it's important to tag Helm releases or associated Kubernetes resources with custom labels (e.g. environment=staging, team=backend, etc.) for tracking, monitoring, or organizational purposes.
Is it possible to add this implementation ?
Thanks in advance 🙂