Archived repository of curated Helm charts for Kubernetes applications, now superseded by Artifact Hub.
Helm Charts was the official, centralized repository of curated Helm charts for deploying applications on Kubernetes. It provided a collection of pre-configured application packages that simplified Kubernetes deployment workflows. The project has been deprecated and replaced by distributed chart repositories aggregated through Artifact Hub.
Kubernetes administrators and DevOps engineers who needed reliable, community-reviewed Helm charts for deploying applications. It was particularly useful for teams adopting Helm v2 as their package manager.
It offered a trusted source of production-ready Helm charts with clear stability grading and community maintenance. The centralized model provided consistency and quality control that helped standardize Kubernetes deployments across the ecosystem.
⚠️(OBSOLETE) Curated applications for Kubernetes
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Charts were organized into stable and incubator categories with technical requirements, ensuring reliability for production deployments as outlined in the repository structure.
Each chart had dedicated OWNERS who reviewed contributions and security fixes, fostering a collaborative model documented in the contribution guidelines.
Supported both Helm 2 and 3 for apiVersion: v1 charts, easing transitions during the Helm 3 rollout as per the deprecation timeline.
The project is archived with no active development since 2020, leading to security risks and lack of updates, as confirmed in the deprecation notice.
Limited to apiVersion: v1 charts, missing newer Helm 3 features and improvements, which restricts compatibility with modern Kubernetes workflows.
The centralized repository caused delays in chart updates and was replaced by distributed repos for better agility, as evidenced by the migration to Artifact Hub.