Helm Charts & Releases
Browse repositories, install releases, and explore release insights — managed resources, history, diffs, and rollbacks.
helmchartsreleasesinsightsrollback
Helm Charts & Releases
Kubexer includes a built-in Helm experience so you don't have to drop to a terminal for everyday chart work.
Charts
- Browse configured chart repositories.
- Open a chart to read its README, rendered with full Markdown and parameter tables.
- Review the values a chart exposes before installing.
Releases
- See every Helm release in the cluster with its revision, status, and chart version.
- Inspect a release's values and history.
Installing
Start an install from the Helm Installs Workbench tool. Pick a chart, set the release name and target namespace, adjust values, and apply. The bundled Helm binary runs locally against your active cluster.
Release insights
Open a release to go beyond a simple list:
- Managed-resource graph — see every Kubernetes object the release deployed, laid out as an interactive graph so you can grasp what it owns at a glance.
- Revision history — step through past revisions with their status and chart version.
- Value diffs — compare the values between revisions to see exactly what changed.
- Upgrade & rollback — upgrade a release or roll it back to a previous revision, with a clear preview of the outcome before you commit.