Helm Management
Release management
Section titled “Release 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
Release details
Section titled “Release details”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.
Values editing
Section titled “Values editing”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.
Operations
Section titled “Operations”| Operation | Description |
|---|---|
| Upgrade | Upgrade with new values. Supports dry-run preview |
| Rollback | Roll back to any previous revision |
| Uninstall | Remove the release with optional --keep-history |
| Test | Run 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.
Dry-run preview
Section titled “Dry-run preview”Before applying an upgrade, toggle “Dry Run” to preview exactly what would change. The diff view highlights added, modified, and removed resources.
Chart catalog
Section titled “Chart catalog”Browse available Helm charts from configured repositories. Filter by category, search by name, and install directly from the UI.