{"id":19209433,"url":"https://github.com/devtron-labs/helm-ui","last_synced_at":"2025-08-09T20:03:29.687Z","repository":{"id":103095248,"uuid":"559819274","full_name":"devtron-labs/helm-ui","owner":"devtron-labs","description":"The Ultimate Kubernetes Helm Dashboard by Devtron","archived":false,"fork":false,"pushed_at":"2023-08-21T13:17:31.000Z","size":1683,"stargazers_count":24,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-20T16:38:53.287Z","etag":null,"topics":["dashboard","gui","helm","helm-chart","helm-dashboard","helm-ui","kubernetes"],"latest_commit_sha":null,"homepage":"https://devtron.ai","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devtron-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-31T06:47:49.000Z","updated_at":"2024-12-11T23:37:49.000Z","dependencies_parsed_at":"2024-11-09T13:32:34.427Z","dependency_job_id":null,"html_url":"https://github.com/devtron-labs/helm-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtron-labs%2Fhelm-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtron-labs%2Fhelm-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtron-labs%2Fhelm-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtron-labs%2Fhelm-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devtron-labs","download_url":"https://codeload.github.com/devtron-labs/helm-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805700,"owners_count":21967050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","gui","helm","helm-chart","helm-dashboard","helm-ui","kubernetes"],"created_at":"2024-11-09T13:31:00.088Z","updated_at":"2025-05-12T18:56:05.516Z","avatar_url":"https://github.com/devtron-labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Helm Dashboard Powered by Devtron\n\n![helm-readme-image](./assets/helm-readme-image.png)\n\n## 📕 Overview\n\nHelm is one of the most adopted package managers for deploying applications to Kubernetes.\nThe intuitive Helm Dashboard offers a UI-driven approach for managing the lifecycle of Helm Applications, abstracting out all the complexities and challenges.\n\nThrough the dashboard, one can:\n\n- Manage community and custom helm charts\n- See manifest diff of past revisions\n- Easily rollback or upgrade between different versions\n- Seamlessly integrate and deploy multiple charts together using [Chart Groups](https://docs.devtron.ai/usage/deploy-chart/chart-group)\n\n## 🖱 Installation\n\nBefore you begin, you must create a [Kubernetes cluster](https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/) (preferably K8s 1.16 or higher) and install [Helm](https://helm.sh/docs/intro/install/).\n\n### Install Helm Dashboard Powered by Devtron\n\nRun the following command to install the latest version of Devtron.\n\nAdd the repository to your Helm Chart repository list:\n\n```bash\nhelm repo add devtron https://helm.devtron.ai\n```\n\nUpdate your Helm Chart repositories to pull the latest changes from the remote registries:\n```bash\nhelm repo update\n```\n\nInstall the Devtron Helm Chart\n```bash\nhelm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd\n```\n\n### Access the dashboard\n\n**URL**: Use the following command to get the dashboard URL:\n\n```bash\nkubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'\n```\n\n### Credentials\n\n**Username**:  `admin` \u003cbr\u003e\n**Password**:   Run the following command to get the admin password: \n1. For Devtron version **v0.6.0** and higher\n```bash\nkubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d\n```\n2. For Devtron version less than **v0.6.0**\n```bash\nkubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d\n```\n\n### Installation status\n\nThe above install command starts the **Devtron-operator**, which takes a couple of minutes to spin up all of the Devtron micro-services one by one. You may check the status of the installation with the following command:\n\n```bash\nkubectl -n devtroncd get installers installer-devtron \\\n-o jsonpath='{.status.sync.status}'\n```\n\nThe command executes with one of the following output messages, indicating the status of the installation:\n\n* **Downloaded**: The installer has downloaded all the manifests, and installation is in-progress.\n* **Applied**: The installer has successfully applied all the manifests, and the installation is completed.\n\n**Note:** For different installation methods and integrations, please refer to the [documentation](https://docs.devtron.ai/getting-started/install/install-devtron-with-cicd)\n\n## 📍 Why Helm Dashboard Powered by Devtron?\n- Simplified Access Management\n- Active Resources Monitoring\n- Optimized Resource Grouping\n- Multi-cluster Helm Application Management\n- Out-of-the-box Support for Workload Hibernation\n\n## 💪 Trusted By\n \nThe Helm Dashboard is being used and trusted by enterprises and communities all across the globe. Some of them are:\n\n- [Delhivery](https://www.delhivery.com/)\n- [BharatPe](https://bharatpe.com/)\n- [Livspace](https://www.livspace.com/in)\n- [Moglix](https://www.moglix.com/) \n- [Xoxoday](https://www.xoxoday.com/)\n \n## 👥 Community \u0026 Support\n\nGet updates and chat with project maintainers, contributors, and community members\n- Feel free to check out the [Documentation](https://www.docs.devtron.ai/)\n- Follow [@DevtronL](https://twitter.com/DevtronL) on Twitter\n- Raise feature requests, suggest enhancements, and report bugs in [GitHub Issues](https://github.com/devtron-labs/helm-ui/issues)\n- Interested to contribute? Be sure to check out [Devtron on GitHub](https://github.com/devtron-labs/devtron) 🌟\n- Articles, How-to, Tutorials - [Devtron Blogs](https://devtron.ai/blog/)\n \n### Join us on Discord \n\n\u003cp\u003e\n\u003ca href=\"https://discord.gg/jsRG5qx2gp\"\u003e\u003cimg src=\"https://invidget.switchblade.xyz/jsRG5qx2gp\" alt=\"Join-Devtron\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## :bookmark: License\n \nKubernetes Helm Dashboard powered by Devtron is licensed under [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtron-labs%2Fhelm-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtron-labs%2Fhelm-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtron-labs%2Fhelm-ui/lists"}