3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Update README.md - try to add official callout

This commit is contained in:
JesseBot 2023-08-09 08:29:05 +02:00 committed by GitHub
parent a16f0693cc
commit 99aa06d4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ This is a fork of the official mastodon helm chart for installing Mastodon on a
This chart is tested with k8s 1.26+ and helm 3.6.0+.
⚠️ I just became aware of the bitnami mastodon chart [here](https://github.com/bitnami/charts/tree/main/bitnami/mastodon) so I may publicly archive this repo in the near future. Feel free to take what you need though :)
[!Note]
> I just became aware of the bitnami mastodon chart [here](https://github.com/bitnami/charts/tree/main/bitnami/mastodon) so I may publicly archive this repo in the near future. Feel free to take what you need though :)
## Known caveats for this chart
Currently in chart version `4.1.0`, you need to run postgresql and redis helm charts independently of this one. This is because there's a helm hook job called db-migrate that I can't figure out how to make run after the dependency charts are fully installed, but before everything else. If you know the answer to this, please open an issue/pr here and let me know!