From f0b85985543afe8dac027ef09eb07e2ce1e04143 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Tue, 22 Oct 2024 12:20:15 +0200 Subject: [PATCH] Update values.yaml - set default for streaming.image.repository --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 1bf977d..3d6d337 100644 --- a/values.yaml +++ b/values.yaml @@ -276,8 +276,8 @@ mastodon: existingSecret: streaming: image: - repository: - tag: + repository: ghcr.io/mastodon/mastodon-streaming + 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