Skip to content

Helm Management

KubeGlass discovers all Helm releases across namespaces and provides:

  • Release list - All releases with chart name, version, status, last deployed timestamp
  • Revision history - Full revision timeline with diff between revisions
  • Values - Current and computed values with YAML editor
  • Manifest - Rendered manifests with syntax highlighting
  • Hooks - Pre/post install/upgrade hooks with status and timing

Click any release to expand a detail panel. You’ll see the current chart metadata, the rendered manifest, computed values (merged from chart defaults and your overrides), and the full revision history with one-click diff between any two revisions.

The embedded YAML editor supports schema validation when a values.schema.json is present in the chart. Invalid values are highlighted inline before you apply them.

OperationDescription
UpgradeUpgrade with new values. Supports dry-run preview
RollbackRoll back to any previous revision
UninstallRemove the release with optional --keep-history
TestRun Helm test hooks

All Helm operations use Kubernetes impersonation - your RBAC permissions are enforced. If your service account can’t delete resources in a namespace, the uninstall will fail with a 403 just like running helm uninstall directly.

Before applying an upgrade, toggle “Dry Run” to preview exactly what would change. The diff view highlights added, modified, and removed resources.

Browse available Helm charts from configured repositories. Filter by category, search by name, and install directly from the UI.