# prometheus-community/helm-charts

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/prometheus-community-helm-charts).**

6,002 stars · 5,369 forks · Mustache · apache-2.0

## Links

- GitHub: https://github.com/prometheus-community/helm-charts
- Homepage: https://prometheus-community.github.io/helm-charts/
- awesome-repositories: https://awesome-repositories.com/repository/prometheus-community-helm-charts.md

## Topics

`charts` `helm` `helm-charts` `kubernetes` `prometheus`

## Tags

### DevOps & Infrastructure

- [Configuration templating](https://awesome-repositories.com/f/devops-infrastructure/configuration-templating.md) — Generates Kubernetes resource manifests from Go-template files with values injection at install time.
- [Chart Repositories](https://awesome-repositories.com/f/devops-infrastructure/helm-chart-management/chart-repositories.md) — Stores packaged Kubernetes applications as versioned tarballs in a static HTTP directory with an index.yaml manifest.
- [Semantic Versioning Systems](https://awesome-repositories.com/f/devops-infrastructure/dependency-management/version-compatibility-management/semantic-versioning-systems.md) — Assigns version numbers following MAJOR.MINOR.PATCH semantics to enable deterministic upgrades and rollbacks.
- [Chart Signature Verifications](https://awesome-repositories.com/f/devops-infrastructure/helm-chart-management/chart-signature-verifications.md) — Uses GPG-based cryptographic signatures embedded in provenance files to validate chart integrity before installation.

### Software Engineering & Architecture

- [Dependency Graph Resolution](https://awesome-repositories.com/f/software-engineering-architecture/dependency-graph-resolution.md) — Resolves inter-chart dependencies declared in Chart.yaml by fetching and merging sub-charts recursively.
