Stacks
Full systems, one helm install
Stacks are curated umbrella charts that bundle the same hardened building blocks as our individual charts (0-CVE, nonroot, cosign-signed, digest-pinned, multi-arch) and pre-wire them together. Instead of assembling six charts by hand and figuring out how they talk to each other, you get a working system from a single install.
Every stack is operator-free: plain Helm, no CRDs and no operators to run. What you deploy is exactly the wiring you can read in the chart.
Observability Stack
Metrics, alerting, and populated Kubernetes dashboards from a single install.
helm install observability-stack oci://ghcr.io/quenchworks/charts/observability-stackView chartLGTM Stack
The logs + metrics + traces superset, all in one pane of glass.
helm install lgtm-stack oci://ghcr.io/quenchworks/charts/lgtm-stackView chartLogging Stack
Cluster-wide log aggregation and browsing, ready to query.
helm install logging-stack oci://ghcr.io/quenchworks/charts/logging-stackView chartTracing Stack
Distributed tracing with an OTLP ingest gateway, ready for your services.
helm install tracing-stack oci://ghcr.io/quenchworks/charts/tracing-stackView chartIdentity Stack
SSO via OIDC and SAML in front of your apps, with a database that comes with it.
helm install identity-stack oci://ghcr.io/quenchworks/charts/identity-stackView chartSame hardened parts, pre-assembled.
Browse every chart, or read the quickstart to deploy your first one.