[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71392":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":15,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},71392,"helm-dashboard","komodorio\u002Fhelm-dashboard","komodorio","The missing UI for Helm - visualize your releases","",null,"TypeScript",5709,357,30,18,0,6,7,17,38.66,"Apache License 2.0",false,"main",[25,26,27,28,29,30],"gui","helm","helm-plugin","helm-plugins","k8s","kubernetes","2026-06-12 02:02:51","\u003Cp align=\"center\">\n  \u003Cpicture>\n    \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"images\u002Flogo-header-inverted.svg\">\n    \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"images\u002Flogo-header.svg#gh-light-mode-only\">\n    \u003Cimg alt=\"Helm Dashboard\" src=\"images\u002Flogo-header.svg#gh-light-mode-only\">\n  \u003C\u002Fpicture>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">A simplified way of working with Helm.\u003C\u002Fp>\n\n![GitHub contributors](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fcontributors\u002Fkomodorio\u002Fhelm-dashboard) [![GitHub issues](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-raw\u002Fkomodorio\u002Fhelm-dashboard)](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard\u002Fissues) ![GitHub stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fkomodorio\u002Fhelm-dashboard?style=social) ![GitHub closed issues](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-closed-raw\u002Fkomodorio\u002Fhelm-dashboard) ![GitHub pull requests](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-pr\u002Fkomodorio\u002Fhelm-dashboard) [![GitHub release (latest by date)](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fkomodorio\u002Fhelm-dashboard)](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard\u002Freleases) ![GitHub commit activity](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fcommit-activity\u002Fm\u002Fkomodorio\u002Fhelm-dashboard) [![GitHub license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fkomodorio\u002Fhelm-dashboard)](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard) [![codecov](https:\u002F\u002Fcodecov.io\u002Fgh\u002Fkomodorio\u002Fhelm-dashboard\u002Fbranch\u002Fmain\u002Fgraph\u002Fbadge.svg?token=PXPSNVHI2T)](https:\u002F\u002Fcodecov.io\u002Fgh\u002Fkomodorio\u002Fhelm-dashboard)\n\n\u003Ckbd>[\u003Cimg src=\"images\u002Fscreenshot.png\" style=\"width: 100%; border: 1px solid silver;\" border=\"1\" alt=\"Screenshot\">](images\u002Fscreenshot.png)\u003C\u002Fkbd>\n\n## Description\n\n_Helm Dashboard_ is an **open-source project** which offers a UI-driven way to view the installed Helm charts, see their revision history and\ncorresponding k8s resources. It also allows users to perform simple actions such as rolling back to a\nrevision or upgrading to a newer version.\nThis project is part of [Komodor's](https:\u002F\u002Fkomodor.com\u002F?utm_campaign=Helm-Dash&utm_source=helm-dash-gh) vision to\nhelp Kubernetes users to navigate and troubleshoot their clusters. It is important to note that Helm Dashboard is **NOT** an official project by the [helm team](https:\u002F\u002Fhelm.sh\u002F).\n\nKey capabilities of the tool:\n\n- See all installed charts and their revision history\n- See manifest diff of the past revisions\n- Browse k8s resources resulting from the chart\n- Easy rollback or upgrade version with a clear and easy manifest diff\n- Integration with popular problem scanners\n- Easy switch between multiple clusters\n- Can be used locally, or installed into Kubernetes cluster\n- Does not require Helm or Kubectl installed\n\nAll the features of the tool can be discovered via our [features overview page](FEATURES.md).\n\n## Installation\n\n### Standalone Binary\n\nSince version 1.0, the recommended install method is to just use standalone binary. It does not require Helm or kubectl to be installed.\n\nDownload the appropriate [release package](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard\u002Freleases) for your platform, unpack it and just run `dashboard` binary from it. See below section for some more CLI parameters to use.\n\n### Using Helm plugin manager\n\nTo install dashboard as Helm plugin, simply run Helm command:\n\n```shell\nhelm plugin install https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard.git\n```\n\nTo update the plugin to the latest version, run:\n\n```shell\nhelm plugin update dashboard\n```\n\nTo uninstall, run:\n\n```shell\nhelm plugin uninstall dashboard\n```\n\nTo use the plugin, your machine needs to have working `helm` and also `kubectl` commands. Helm version 3.4.0+ is required.\n\nAfter installing, start the UI by running:\n\n```shell\nhelm dashboard\n```\n\nThe command above will launch the local Web server and will open the UI in a new browser tab. The command will hang\nwaiting for you to terminate it in command-line or web UI.\n\nYou can see the list of available command-line flags by running `helm dashboard --help`.\n\nBy default, the web server is only available locally. You can change that by specifying `HD_BIND` environment variable\nto the desired value. For example, `0.0.0.0` would bind to all IPv4 addresses or `[::0]` would be all IPv6 addresses.\nThis can also be specified using flag `--bind \u003Chost>`, for example `--bind=0.0.0.0` or `--bind 0.0.0.0`.\n\n> Precedence order: flag `--bind=\u003Chost>` > env `HD_BIND=\u003Chost>` > default value `localhost`\n\nIf your port 8080 is busy, you can specify a different port to use via `--port \u003Cnumber>` command-line flag.\n\nIf you need to limit the operations to a specific namespace, please use `--namespace=...` in your command-line. You can specify multiple namespaces, separated by commas.\n\nIf you don't want the browser tab to automatically open, add `--no-browser` flag in your command-line.\n\nIf you want to increase the logging verbosity and see all the debug info, use the `--verbose` flag.\n\n> Disclaimer: For the sake of improving the project quality, there is user analytics collected by the tool. You can disable this collecting with `--no-analytics` option. The collection is done via DataDog RUM and Heap Analytics. Only the anonymous data is collected, no sensitive information is used.\n\n### Deploying Helm Dashboard on Kubernetes\n\nThe official helm chart is [available here](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-charts\u002Fblob\u002Fmaster\u002Fcharts\u002Fhelm-dashboard)\n\n## Support Channels\n\nWe have two main channels for supporting the Helm Dashboard\nusers: [Slack community](https:\u002F\u002Fkomodorkommunity.slack.com) for general conversations\nand [GitHub issues](https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard\u002Fissues) for real bugs.\n\n## Contributing\n\nKindly read our [Contributing Guide](CONTRIBUTING.md) to learn and understand about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Helm Dashboard. \u003Cbr>\n\n## Contributors\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fkomodorio\u002Fhelm-dashboard\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=komodorio\u002Fhelm-dashboard\" \u002F>\n\u003C\u002Fa>\n\n## Local Dev Testing\n\nPrerequisites, binaries installed and operational:\n\n- [Golang](https:\u002F\u002Fgo.dev\u002Fdoc\u002Finstall)\n- Node.js\n\nThere is a need to build frontend and then backend as a series of commands, run:\n\n### Linux\n\n```shell\ncd frontend && npm run build && cd ..\ngo build -o bin\u002Fdashboard .\n```\n\nOr just `make build` that will do everything inside.\n\nThen, you can run `npm run dev` from `frontend` directory to work on frontend with Vite hot reload.\n\n### Windows\n\n```bat\ncd frontend && npm run build && cd ..\ngo build -o bin\\dashboard.exe .\n```\n\nYou can just run the `dashboard` or `dashboard.exe` binary directly.\n\nTo install, checkout the source code and run from source dir:\n\n```shell\nhelm plugin install .\n```\n\nA local installation of the plugin just creates a symlink, so making the changes and rebuilding the binary would not require\nto\nreinstall a plugin.\n\nTo use the plugin, run in your terminal:\n\n```shell\nhelm dashboard\n```\n\nThen, use the web UI.\n\n## Development Snapshots\n\nIn our GitHub actions, we attach the built binaries as build artifacts, you can download and test it fully assembled.\n\nAlso, we upload `unstable` tag for Docker image upon every build of `main` branch, you can make our Helm chart to use that image by providing values:\n\n```yaml\nimage:\n  pullPolicy: Always\n  tag: unstable\n```\n","Helm Dashboard 是一个为 Helm 提供可视化界面的开源项目，旨在简化用户对已安装 Helm 图表及其修订历史的管理。其核心功能包括查看所有已安装图表的历史版本、比较不同版本间的差异、浏览由图表生成的 Kubernetes 资源，并支持轻松回滚或升级版本。此外，它还集成了问题扫描工具，便于在多个集群间切换，且既可本地运行也可部署于 Kubernetes 集群中，无需预先安装 Helm 或 Kubectl。该项目特别适用于需要频繁管理和调试 Kubernetes 环境下的 Helm 发布过程的开发者和运维人员。",2,"2026-06-11 03:37:31","high_star"]