komodorio/helm-dashboard

The missing UI for Helm - visualize your releases

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 22nd, 2022
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 359
Total Stargazers: 5,752 (+0)
Total Subscribers: 30 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 hours
Mean response time: 58.0 days
90th percentile: 17.4 days
Tracked items: 54

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 721 days
Stale 30+ days: 6
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (10)
  • help wanted (10)
  • -★- (6)
  • frontend (4)
  • good first issue (4)
  • enhancement (3)
  • backend (2)
  • refactoring (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Helm Dashboard is a UI tool for Helm that visualizes installed releases and their Kubernetes resources.

The tool addresses the gap between Helm's command-line interface and the need for visual inspection of chart deployments. It displays installed charts, their revision history, and the Kubernetes resources they create. Users can perform actions like rolling back to previous revisions or upgrading to newer versions while viewing manifest diffs to understand what will change. The dashboard can connect to multiple clusters and does not require Helm or kubectl to be installed on the machine running it.

Helm Dashboard suits teams that want a graphical alternative to command-line Helm operations, particularly for reviewing changes before applying them and managing rollbacks. It can run as a standalone binary or be installed as a Helm plugin, offering flexibility in deployment. The tool integrates with problem scanners to surface issues with deployed resources. Anyone considering adoption should note that this is not an official Helm project, though it provides a simplified workflow for common Helm tasks.

The maintainers respond to issues and pull requests within a day. Work in the issue tracker centers on bug fixes and frontend improvements.