From b504c8b8228b41ecf639e88af129308085456631 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 25 Oct 2023 15:19:13 +0200 Subject: [PATCH] Update README.md - add note about specific PR from bitnami --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbc766a..ec07ce6 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ This is a fork of the official mastodon helm chart for installing Mastodon on a 2. `helm repo add https://jessebot.github.io/mastodon-helm-chart` 3. `helm install --namespace mastodon --create-namespace mastodon -f path/to/values.yaml` -This chart is tested with k8s 1.26+ and helm 3.6.0+. +This chart is tested with k8s 1.27+ and helm 3.6.0+. > [!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 :) +> 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 if [bitnami/charts#19179](https://github.com/bitnami/charts/pull/19179) is merged. 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! +Currently in chart version `4.3.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