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

Update README.md - update reasoning and version

This commit is contained in:
JesseBot 2023-07-14 16:35:39 +02:00 committed by GitHub
parent e5cef9f1a0
commit 6ff4d59520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# Introduction # Introduction
This is a [Helm](https://helm.sh/) chart for installing Mastodon on a Kubernetes cluster. This is a fork of the official mastodon helm chart, as the upstream repo had some issues with security and order of operations. This is a fork of the official mastodon helm chart for installing Mastodon on a Kubernetes cluster. I'll maintain this at least till some of the security features PRs are merged in the upstream repo. The basic usage is:
The basic usage is:
1. edit `values.yaml` or create a separate yaml file for custom values 1. edit `values.yaml` or create a separate yaml file for custom values
2. `helm repo add https://jessebot.github.io/mastodon-helm-chart` 2. `helm repo add https://jessebot.github.io/mastodon-helm-chart`
@ -10,7 +9,7 @@ The basic usage is:
This chart is tested with k8s 1.26+ and helm 3.6.0+. This chart is tested with k8s 1.26+ and helm 3.6.0+.
## Known caveats ## Known caveats
Currently in chart version `4.0.9`, 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! 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!
# Configuration # Configuration