โ›ต Helm Repository

Helm Charts Repository

A reusable Helm chart library · maintained by Muhammad Imad

๐Ÿš€ Add this repository

helm repo add acme https://muhammad-imad.github.io/helm-charts-library
helm repo update
helm search repo acme

๐Ÿ“ฆ Available charts

web-service

Stateless HTTP microservice โ€” Deployment, Service, Ingress, HPA, PDB, NetworkPolicy.

worker

Queue / async worker โ€” KEDA-scaled, no Service/Ingress.

common

Library chart of shared template helpers (labels, image, probes, security context).

โฌ‡๏ธ Install an example

helm install my-api acme/web-service \
  --set image.repository=ghcr.io/acme/web \
  --set image.tag=1.0.0