Kube-Prometheus-Stack Helm Chart Guides

kube-prometheus-stack is distributed as a single Helm chart under the prometheus-community organization on GitHub — full path prometheus-community/kube-prometheus-stack. Understanding how the chart itself is structured, how its CRDs are versioned, and how Helm upgrades interact with those CRDs is essential once you go beyond a first install.

This category is dedicated to the packaging layer: the chart's repository, its release cadence, how to pin and upgrade versions safely, and the quirks of managing Custom Resource Definitions that Helm does not automatically update on upgrade.

Frequently Asked Questions

How often does the kube-prometheus-stack chart release new versions?

Very frequently — the prometheus-community maintainers ship new chart versions on a rolling basis as Prometheus, Grafana, and the Operator each release updates upstream, often multiple times a month.

Can I install a specific chart version instead of the latest?

Yes — pass --version to helm install or helm upgrade with the exact chart version from helm search repo prometheus-community/kube-prometheus-stack --versions.