From 159aa5d2536ce93e04577bce28957ea6babe02d9 Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Sun, 2 Feb 2025 01:49:33 -0600 Subject: [PATCH] Change streaming tag empty representation This addresses https://github.com/mastodon/chart/pull/157#discussion_r1810557337 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index e42b871..82c0457 100644 --- a/values.yaml +++ b/values.yaml @@ -279,7 +279,7 @@ mastodon: # streaming image split in Mastodon v4.3.0 repository: ghcr.io/mastodon/mastodon-streaming # other options: `latest` for the latest release or `edge` for most recent commit - tag: null + tag: "" port: 4000 # -- this should be set manually since os.cpus() returns the number of CPUs on # the node running the pod, which is unrelated to the resources allocated to