A reusable Helm chart library · maintained by Muhammad Imad
helm repo add acme https://muhammad-imad.github.io/helm-charts-library
helm repo update
helm search repo acme
Stateless HTTP microservice โ Deployment, Service, Ingress, HPA, PDB, NetworkPolicy.
Queue / async worker โ KEDA-scaled, no Service/Ingress.
Library chart of shared template helpers (labels, image, probes, security context).
helm install my-api acme/web-service \
--set image.repository=ghcr.io/acme/web \
--set image.tag=1.0.0