awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
helm avatar

helm/chartsArchived

0
View on GitHub↗
15,425 stars·16,357 forks·Go·Apache-2.0·23 views

Charts

This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters.

The project focuses on maintaining version compatibility and providing a reliable source of verified packages. This allows for a standardized cluster setup by simplifying the installation and versioning of software on a container orchestration platform.

Features

  • Kubernetes Application Deployments - Provides a standardized way to deploy a curated collection of containerized applications and Helm charts.
  • Package Registries - Provides a centralized registry for hosting and distributing standardized Kubernetes software packages.
  • Immutable Package Archives - Bundles application definitions into immutable, versioned archives to ensure reproducible deployments across environments.
  • Version Compatibility Management - Maintaining application stability across different minor releases of the Kubernetes platform through curated package updates.
  • Manifest Template Engines - Generates final Kubernetes YAML manifests by injecting configuration values into generic application templates.
  • Package Managers - Implements a standardized package manager to handle the installation and versioning of software on Kubernetes.
  • Application Installers - Simplifies the initial cluster setup by providing mechanisms to install a collection of predefined applications.
  • Cluster Bootstrapping - Simplifies the initial cluster setup by deploying a verified and compatible set of application configurations.
  • Version and Compatibility Management - Ensures that curated packages remain compatible across multiple minor releases of the Kubernetes platform.
  • Semantic Versioning Systems - Uses semantic versioning constraints to ensure compatibility between application packages and Kubernetes releases.
  • Data Validation Schemas - Implements schema-based validation to ensure configuration values adhere to predefined rules before deployment.
  • Infrastructure Resource Mapping - Maps high-level user configuration options to low-level Kubernetes resources through structured values files.
  • Deployment Solutions - Standardized Helm charts for Kubernetes package management.
  • Database Tools - Helm charts for deploying the database on Kubernetes.

Star history

Star history chart for helm/chartsStar history chart for helm/charts

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Charts

These projects share indexed features with Charts. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kubernetes/helmkubernetes avatar

    kubernetes/helm

    29,887View on GitHub↗

    Helm is a package manager and application bundler for Kubernetes. It provides a system for defining, installing, and upgrading complex applications using shareable, versioned packages called charts. The project functions as a template engine and release manager, rendering dynamic resource manifests from static charts using configurable values. It tracks the history of deployments to enable reliable updates and rollbacks to previous stable versions within a cluster. The system handles the end-to-end lifecycle of application deployment, including the bundling of manifest files into reproducibl

    Go
    View on GitHub↗29,887
  • fluxcd/flux2fluxcd avatar

    fluxcd/flux2

    7,888View on GitHub↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Gocontinuous-deliverygitopsgitops-toolkit
    View on GitHub↗7,888
  • jenkins-x/jxjenkins-x avatar

    jenkins-x/jx

    4,691View on GitHub↗

    jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of applications. It functions as a cloud native pipeline manager that executes container-based build and deployment sequences using a catalog of reusable tasks. The project distinguishes itself through the automated orchestration of preview environments, which are created and destroyed based on pull request activity to enable validation before merging. It employs a GitOps-based state synchronization model to maintain the desired state of clusters by polling git repositories and

    Goacceleratorcicdcontinuous-delivery
    View on GitHub↗4,691
  • bitnami/chartsbitnami avatar

    bitnami/charts

    10,374View on GitHub↗

    This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates for popular open-source software. It serves as a library of pre-configured packages designed to automate the installation and configuration of server-side applications on container clusters. The collection includes a suite of hardened container images built on minimal base layers to reduce the attack surface. These images undergo automated vulnerability scanning and triage within the release pipeline to identify and remediate security flaws before deployment. The project man

    Go Templatebitnamichartshelm
    View on GitHub↗10,374
Compare all 30 related projects→

Frequently asked questions

What does helm/charts do?

This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters.

What are the main features of helm/charts?

The main features of helm/charts are: Kubernetes Application Deployments, Package Registries, Immutable Package Archives, Version Compatibility Management, Manifest Template Engines, Package Managers, Application Installers, Cluster Bootstrapping.

Which projects share features with helm/charts?

Projects with overlapping indexed features include: kubernetes/helm — Helm is a package manager and application bundler for Kubernetes. It provides a system for defining, installing, and… fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… jenkins-x/jx — jx is a GitOps delivery platform and Kubernetes CI/CD orchestrator designed to automate the building and deployment of… bitnami/charts — This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates… bower/bower — Bower is a frontend package manager and client-side asset manager used to install and track third-party JavaScript and… rust-lang/cargo — Cargo is the official build system and package manager for the Rust programming language. It provides a unified…