Helm Charts for Spacebird Utilities
  • Go Template 56.4%
  • Python 34.6%
  • Shell 4.6%
  • Makefile 4.4%
Find a file
2026-06-22 02:30:55 +00:00
.github chore(deps): update azure/setup-helm action to v5 (#146) 2026-04-30 22:17:35 +02:00
charts chore(deps): update helm release gotenberg to v1.21.0 2026-05-05 05:10:34 +00:00
tests paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
util paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
.gitignore initial commit 2023-09-06 02:55:07 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#109) 2025-09-28 16:17:08 +02:00
LICENSE Initial commit 2023-09-05 23:26:46 +02:00
Makefile paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
README.md use helm-docs for doc generation (#21) 2024-07-14 19:51:00 +02:00
requirements.in add pre-commit to requirements 2024-07-14 21:50:40 +02:00
requirements.txt chore(deps): update dependency certifi to v2026.6.17 2026-06-22 02:30:55 +00:00

charts

Helm Charts for Spacebird projects, as well as other applications.

Please see the individual chart directories for installation instructions.

To add this chart repository to your helm configuration, run:

helm repo add spacebird https://charts.spacebird.dev

Contributing

Contributions to these charts are always welcome! For small bugfixes or other additions, feel free to open a PR directly! For larger changes, you may first want to open an issue for comments.

After making changes to a chart, please regenerate the docs by running make docs in the chart directory. This requires docker. You can also use a manual install of helm-docs, see the Makefile for the required command.