From e327416da44139f1956e4de8f63e1c0ff931ce41 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Fri, 19 Jan 2024 03:41:52 -0800 Subject: [PATCH] Set default chart version to 4.2, add version compatilibity notes (#113) --- values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 7c995d0..e606b8b 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: "" + tag: "v4.2" # use `Always` when using `latest` tag pullPolicy: IfNotPresent @@ -368,6 +368,7 @@ postgresql: # Options for a read-only replica. # If enabled, mastodon uses existing defaults for postgres for these values as well. + # NOTE: This feature is only available on Mastodon v4.2+ # Documentation for more information on this feature: # https://docs.joinmastodon.org/admin/scaling/#read-replicas readReplica: