Cleared 2m ago · manusa/helm-java #277 · Java · ★ 71 · Apache-2.0

feat: support `--labels` on `helm install` and `helm upgrade`

Background Helm 3.14 added -l, --labels stringToString on helm install and helm upgrade. Labels are attached to the release record (and copied onto the Secret/ConfigMap storing release state), useful for filtering and for org/billing tagging. Helm SDK exposes this as…

What we checked

Similar unclaimed issues