A standalone Sentry Relay Helm chart for Kubernetes.
Run Relay inside your cluster and forward events to a self-hosted Sentry (or sentry.io) over your private network. This fills a real gap: there is no official Sentry Helm chart for Relay, and the community charts that bundle Relay hardcode it to an in-cluster Sentry stack.
helm repo add sentry-relay https://rootindex.github.io/sentry-relay-helm
helm install relay sentry-relay/sentry-relay --set upstream=https://sentry.internal.example.comThat is a complete proxy-mode install: no credentials, no registration on the Sentry side. Point SDK DSNs at the relay service and you are ingesting.
Full documentation, managed mode setup, and all values: charts/sentry-relay/README.md.
- Proxy mode by default, managed mode (edge PII scrubbing) fully supported
- Built per the official Operating Guidelines: 2 replicas, 2Gi per pod, PodDisruptionBudget, Relay's own healthcheck probes
- Hardened out of the box: non-root distroless image, read-only root filesystem, all capabilities dropped, seccomp RuntimeDefault, no service account token
- Any Relay option via a deep-merged
configvalue - Fail-fast validation: missing upstream, managed mode without credentials, and removed modes are template-time errors
Researched June 2026: every public standalone Relay chart was frozen or abandoned, and the actively maintained sentry-kubernetes umbrella chart cannot point its bundled relay at an external Sentry (closed as not planned upstream). The research notes live in docs/RESEARCH.md.
This project is not affiliated with or endorsed by Sentry (Functional Software, Inc.). "Sentry" and "Relay" refer to their products; the chart deploys the official ghcr.io/getsentry/relay image unmodified.