Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.3 KB

⚠️ DEPRECATION WARNING: This deployment method is no longer supported.

For all new installs please refer to the charts-clickhouse repository, which contains instructions on how to deploy ClickHouse-backed PostHog.

The last version of PostHog supported with this chart is 1.30.0.

PostHog Charts

This repository contains Helm charts for PostHog backed by Postgres.

helm repo add posthog https://posthog.github.io/charts/
helm repo update
helm install posthog posthog/posthog

NOTE: If Helm hangs while installing this chart, try increasing the memory of your nodes.

As a baseline we suggest having at least 4 GB of memory per node.

GitHub Actions

We have an action to create new releases automatically. On pushes to master, it checks that the version was bumped and then:

If the bot fails to create a release, take a look at the upstream action repo to see if there were any breaking changes.

Questions?