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
prometheus-community avatar

prometheus-community/helm-charts

0
View on GitHub↗
6,002 stars·5,369 forks·Mustache·apache-2.0·10 viewsprometheus-community.github.io/helm-charts↗

Helm Charts

Features

  • Configuration templating - Generates Kubernetes resource manifests from Go-template files with values injection at install time.
  • Chart Repositories - Stores packaged Kubernetes applications as versioned tarballs in a static HTTP directory with an index.yaml manifest.
  • Dependency Graph Resolution - Resolves inter-chart dependencies declared in Chart.yaml by fetching and merging sub-charts recursively.
  • Semantic Versioning Systems - Assigns version numbers following MAJOR.MINOR.PATCH semantics to enable deterministic upgrades and rollbacks.
  • Chart Signature Verifications - Uses GPG-based cryptographic signatures embedded in provenance files to validate chart integrity before installation.

Star history

Star history chart for prometheus-community/helm-chartsStar history chart for prometheus-community/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 Helm Charts

These projects share indexed features with Helm Charts. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • bridgecrewio/checkovbridgecrewio avatar

    bridgecrewio/checkov

    8,798View on GitHub↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Python
    View on GitHub↗8,798
  • bufbuild/bufbufbuild avatar

    bufbuild/buf

    11,211View on GitHub↗

    Buf is a toolchain for managing the full lifecycle of Protocol Buffers schemas. It provides a set of tools for schema governance, including linting to enforce style guides, a breaking change detector to ensure backward compatibility, and a system for producing language-specific source code via local or remote plugins. The project distinguishes itself through a remote schema registry that centralizes the hosting, versioning, and distribution of Protocol Buffers modules. This registry allows for server-side enforcement of governance policies, such as blocking updates that introduce backward-inc

    Gobuf-clibuf-schema-registrygrpc
    View on GitHub↗11,211
Compare all 30 related projects→

Frequently asked questions

What are the main features of prometheus-community/helm-charts?

The main features of prometheus-community/helm-charts are: Configuration templating, Chart Repositories, Dependency Graph Resolution, Semantic Versioning Systems, Chart Signature Verifications.

Which projects share features with prometheus-community/helm-charts?

Projects with overlapping indexed features include: fluxcd/flux2 — Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with… bridgecrewio/checkov — Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as… conan-io/conan — Conan is a package manager and binary repository for C and C++ that resolves and installs external libraries to ensure… bufbuild/buf — Buf is a toolchain for managing the full lifecycle of Protocol Buffers schemas. It provides a set of tools for schema… bitnami/charts — This project is a Helm chart repository and Kubernetes application catalog providing standardized deployment templates… crablang/crab — Crab is a memory-safe systems programming language and ahead-of-time compiler designed for high-performance software.…