Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions develop-docs/self-hosted/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ how various components fit together. Folks needing larger setups can expand from
Please see our <Link to="/self-hosted/troubleshooting/">troubleshooting section</Link> before posting on the forum or filing an issue.
</Alert>

## Kubernetes and Helm

The self-hosted project maintains only the Docker Compose deployment. Sentry does not publish Kubernetes manifests or Helm charts for self-hosted installations and does not provide support for those deployment methods.

A [community-maintained Helm chart](https://github.com/sentry-kubernetes/charts) is available, but it is not affiliated with Sentry and falls outside the self-hosted project's support scope. Direct questions and bug reports about that chart to its [issue tracker](https://github.com/sentry-kubernetes/charts/issues).

Our principles for the support of self-hosted Sentry are:

1. We **DO NOT** provide dedicated support for self-hosted.
Expand Down