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

feat: control all-versions vs latest-only on `helm search repo` (currently always returns all)

Background Helm CLI's helm search repo returns one row per chart by default (latest version matching the version constraint), and all matching versions when -l, --versions is passed. helm-java's current behavior is the opposite. native/internal/helm/search.go:72 calls…

What we checked

Similar unclaimed issues