Top-100 Status, In Plain English

A repository document, rendered for the site. View source markdown.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

UNOFFICIAL/EXPERIMENTAL

This page answers the questions a Helm user actually asks about the top-100 charts. The numbers come from the generated top-100 user-readiness data; this page explains what they mean. Counts below are the snapshot at writing - trust the generated file over this prose.

This is the user-facing view of the same data summarized in Top-100 Readiness. The readiness summary has four operating buckets. This page splits the promotion-review bucket into two practical user cases: charts that mostly need target inputs, and charts that need operator review before they are presented as a catalog offer.

User-facing groupReadiness bucketCharts
ready-to-trytry-from-public-catalog20
works-with-target-prerequisitespromote-after-review13
works-with-operator-reviewpromote-after-review14
needs-better-base-variantneeds-useful-variant46
not-ready-yetlimitation-decision-first7

Can I use these charts today?

It depends which of five groups the chart is in:

GroupChartsWhat it means for you
ready-to-try20Yes. Catalog-supported, a reviewed first base, live evidence on a local cluster. Pull it and inspect the exact objects.
works-with-target-prerequisites13Yes, once you provide something: usually an existing Secret, a StorageClass, or a CRD ownership choice. The render proof already holds.
works-with-operator-review14Probably, but have an operator read the chart's named review item (hooks, lifecycle, HA shape) before relying on it.
needs-better-base-variant46Not as a supported offer. The mechanism is proven, but the install shape you probably want has not been built and reviewed yet.
not-ready-yet7No. A named limitation needs a support / disclose / defer decision first. The chart may work fine under plain Helm; this catalog will not yet vouch for it.

Which ones are easiest?

The 20 catalog-supported charts. Each has a reviewed start-here base - the shortest list is the start-here table. Redis is the small teaching example; kube-prometheus-stack is the deliberately hard one (CRDs, webhooks, RBAC, generated facts) kept in the catalog to show the model under real complexity.

Which top-100 charts are closest next?

The current fast-track promotion candidates are elastic/logstash@8.5.1 and prometheus-community/alertmanager@1.37.0. Both have render proof, two-cluster kind parity, clean scan/gate state, and selected live Helm-vs-ConfigHub parity evidence.

They are still not catalog-supported. The remaining user-relevant decision is operational: open the generated storage/rollback review, choose the target boundary for backup, restore, retention, rollback, and storage-class fit, then record a target-scoped support decision.

Use the generated fast-track page for the current list: Top-100 Promotion Fast Track.

Which ones need cluster prerequisites?

Charts whose gap is something only you can supply: an existing Secret the chart refuses to generate, a StorageClass decision, CRD ownership, webhook or cert readiness. The per-chart "you provide" column in the user-readiness summary lists exactly what, and the live lanes check those prerequisites against a real cluster before anything claims to work.

Which ones are hard because of hooks, CRDs, secrets, or storage?

Every chart's quirk flags are in the readiness data, and the Helm Quirk Support Matrix says how each quirk class is handled at each lifecycle stage. The honest version:

How does this differ from plain Helm?

With plain Helm you approve inputs - a values file - and find out later what they produced. Here you approve outputs:

What plain Helm still does better today: anything in the needs-better-base-variant group - until someone builds and reviews the install shape you want, helm install with your own values is the more direct route, with the trade-offs above.

Where to look next