Fork of https://gitlab.com/glitchtip/glitchtip-helm-chart to fix a bug in the upstream django-helm-chart
Find a file
2021-06-02 19:43:08 -04:00
charts Based on django helm chart now 2021-06-02 19:43:08 -04:00
django-helm-chart@51a5f0e276 Based on django helm chart now 2021-06-02 19:43:08 -04:00
.gitlab-ci.yml Based on django helm chart now 2021-06-02 19:43:08 -04:00
.gitmodules Based on django helm chart now 2021-06-02 19:43:08 -04:00
.helmignore Initial commit 2020-01-14 22:04:41 -05:00
Chart.lock Based on django helm chart now 2021-06-02 19:43:08 -04:00
Chart.yaml Based on django helm chart now 2021-06-02 19:43:08 -04:00
LICENSE Add LICENSE 2020-11-20 16:46:31 +00:00
README.md Based on django helm chart now 2021-06-02 19:43:08 -04:00
templates Based on django helm chart now 2021-06-02 19:43:08 -04:00
values.yaml Based on django helm chart now 2021-06-02 19:43:08 -04:00

GlitchTip Helm Chart

We use this chart internally. However it's not fully documented yet nor tested in a wide range of scenarios. If you are a helm and kubernetes expert - feel free to use this and help contribute to this repo.

Based on https://gitlab.com/burke-software/django-helm-chart/

Usage

  1. Add our Helm chart repo helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/
  2. Review our values.yaml. At a minimum you'll need to set env.secret.DATABASE_URL and SECRET_KEY.
  3. Install the chart helm install glitchtip/glitchtip

Tips

  • Use helm diff to preview changes
  • We don't version this chart at this time
  • Set image.tag to the GlitchTip version you wish to install