From 23dd60fb5f6262900b408484c4042b82b0a6b767 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 11 Jan 2024 12:59:55 +0100 Subject: [PATCH] Set default chart version to 4.2, add version compatilibity notes for some feature --- values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index b9fd707c..da49ee00 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 @@ -364,6 +364,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: