{"id":37118832,"url":"https://github.com/appscode/helm","last_synced_at":"2026-01-14T13:52:26.437Z","repository":{"id":57485116,"uuid":"76449129","full_name":"appscode/helm","owner":"appscode","description":"The Kubernetes Package Manager","archived":true,"fork":true,"pushed_at":"2020-06-10T07:13:29.000Z","size":12903,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"2.16.1-k.1.18.3","last_synced_at":"2024-06-21T18:00:03.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"helm/helm","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_CONTACTS","support":null}},"created_at":"2016-12-14T10:23:33.000Z","updated_at":"2023-01-28T11:02:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/appscode/helm","commit_stats":null,"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/appscode/helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appscode%2Fhelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appscode%2Fhelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appscode%2Fhelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appscode%2Fhelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appscode","download_url":"https://codeload.github.com/appscode/helm/tar.gz/refs/heads/2.16.1-k.1.18.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appscode%2Fhelm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-14T13:52:25.878Z","updated_at":"2026-01-14T13:52:26.421Z","avatar_url":"https://github.com/appscode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm\n\n[![CircleCI](https://circleci.com/gh/helm/helm.svg?style=shield)](https://circleci.com/gh/helm/helm)\n[![Go Report Card](https://goreportcard.com/badge/github.com/helm/helm)](https://goreportcard.com/report/github.com/helm/helm)\n[![GoDoc](https://godoc.org/k8s.io/helm?status.svg)](https://godoc.org/k8s.io/helm)\n\nHelm is a tool for managing Kubernetes charts. Charts are packages of\npre-configured Kubernetes resources.\n\nUse Helm to:\n\n- Find and use [popular software packaged as Helm charts](https://github.com/helm/charts) to run in Kubernetes\n- Share your own applications as Helm charts\n- Create reproducible builds of your Kubernetes applications\n- Intelligently manage your Kubernetes manifest files\n- Manage releases of Helm packages\n\n## Helm in a Handbasket\n\nHelm is a tool that streamlines installing and managing Kubernetes applications.\nThink of it like apt/yum/homebrew for Kubernetes.\n\n- Helm has two parts: a client (`helm`) and a server (`tiller`)\n- Tiller runs inside of your Kubernetes cluster, and manages releases (installations)\n  of your charts.\n- Helm runs on your laptop, CI/CD, or wherever you want it to run.\n- Charts are Helm packages that contain at least two things:\n  - A description of the package (`Chart.yaml`)\n  - One or more templates, which contain Kubernetes manifest files\n- Charts can be stored on disk, or fetched from remote chart repositories\n  (like Debian or RedHat packages)\n\n## Install\n\n\nBinary downloads of the Helm client can be found on [the Releases page](https://github.com/helm/helm/releases/latest).\n\nUnpack the `helm` binary and add it to your PATH and you are good to go!\n\nIf you want to use a package manager:\n\n- [Homebrew](https://brew.sh/) users can use `brew install kubernetes-helm`.\n- [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`.\n- [Scoop](https://scoop.sh/) users can use `scoop install helm`.\n- [GoFish](https://gofi.sh/) users can use `gofish install helm`.\n- [Snap](https://snapcraft.io/) users can use `sudo snap install helm\n  --classic`.\n\nInformation can be found in the [\"From Script\" guide](https://helm.sh/docs/using_helm/#from-script) if you want to install Helm using an installer script.\n\nTo rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide).\n\nSee the [installation guide](https://docs.helm.sh/using_helm/#installing-helm) for more options,\nincluding installing pre-releases.\n\n## Docs\n\nGet started with the [Quick Start guide](https://docs.helm.sh/using_helm/#quickstart-guide) or plunge into the [complete documentation](https://docs.helm.sh)\n\n## Roadmap\n\nThe [Helm roadmap uses Github milestones](https://github.com/helm/helm/milestones) to track the progress of the project.\n\n## Community, discussion, contribution, and support\n\nYou can reach the Helm community and developers via the following channels:\n\n- [Kubernetes Slack](https://kubernetes.slack.com):\n  - [#helm-users](https://kubernetes.slack.com/messages/helm-users)\n  - [#helm-dev](https://kubernetes.slack.com/messages/helm-dev)\n  - [#charts](https://kubernetes.slack.com/messages/charts)\n- Mailing List:\n  - [Helm Mailing List](https://lists.cncf.io/g/cncf-helm)\n- Developer Call: Thursdays at 9:30-10:00 Pacific. [https://zoom.us/j/696660622](https://zoom.us/j/696660622)\n\n### Code of conduct\n\nParticipation in the Helm community is governed by the [Code of Conduct](code-of-conduct.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappscode%2Fhelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappscode%2Fhelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappscode%2Fhelm/lists"}