This page makes the artifact chain explicit:
chart -> recipe -> variants -> variant revisions -> package bases -> receipts
Status
| Field | Value |
|---|
| Chart | minio-operator/operator@7.1.1 |
| Catalog status | proof-grade |
| Support level | machine-proof-only |
| Supported scopes | none |
| Production readiness | not-reviewed-for-production |
| Supported variants | none |
| Candidate variants | default |
| Control points | capability-profile, cluster-rbac, crds, dependency-lock, helm-equivalence, rendered-manifest-scan, source-lock, variant-revision |
Feature And Proof Summary
This is the chart-level summary. Use the variant table and receipt links below for exact base-variant evidence.
| Field | Value |
|---|
| Adoption bucket | needs-useful-variant |
| User status | proof-grade-needs-user-shaped-variant |
| Strongest evidence | live-helm-vs-confighub-parity |
| Proof lanes | render parity 1/1; ConfigHub 1/1; local live 1/1; GitOps live 1/1; live parity 1/1 |
| Feature summary | crds |
| Hard gap | no-crds (template-baked CRDs; no clean chart toggle yet) |
| Next action | add at least one user-shaped variant before catalog promotion |
Artifact Chain
Variants
Package Bases
Receipts
Current Install Shape
New to cub? Install the cub CLI first. You can pull and render public catalog packages without an account. Commands that save or change ConfigHub data require you to sign in.
What this command does. cub installer is a released, open-source plugin for the cub CLI. cub installer setup pulls a catalog package and writes its Kubernetes files locally. It does not apply those files to a cluster; use kubectl, Argo CD, or Flux for delivery. The generated scripts stop before doing any work when the plugin or kustomize is missing.
cub installer setup --pull oci://europe-west1-docker.pkg.dev/nth-fort-499605-q5/helm-expt/minio-operator-operator:7.1.1 --base <variant> --work-dir <tmp> --non-interactive --namespace <namespace>
Use the variant table above to choose the package base. The oci:// ref is the public package users pull; the packages/... path is the repo source path used by maintainers and proof scripts. The proof path compares regular Helm output with real cub installer setup output and explains every intentional difference, such as the Namespace support object or separated Secrets.