From c5ecccc7db54ea641d61c1a038be9e41cbaf8bd3 Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Tue, 26 Nov 2024 10:57:29 -0500 Subject: [PATCH] Use reticulum instead of ret as the docker repository to pull the Reticulum image from It was decided that continuing to use ret is too obscure and that now is the time to change it before too much history builds up. Depends on https://github.com/Hubs-Foundation/reticulum/pull/725 --- community-edition/input-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-edition/input-values.yaml b/community-edition/input-values.yaml index 45353ae..c57c727 100644 --- a/community-edition/input-values.yaml +++ b/community-edition/input-values.yaml @@ -21,7 +21,7 @@ SKETCHFAB_API_KEY: "?" TENOR_API_KEY: "?" GENERATE_PERSISTENT_VOLUMES: "Yes" PERSISTENT_VOLUME_SIZE: "10Gi" -OVERRIDE_RETICULUM_IMAGE: "hubsfoundation/ret:$Container_Tag" +OVERRIDE_RETICULUM_IMAGE: "hubsfoundation/reticulum:$Container_Tag" OVERRIDE_POSTGREST_IMAGE: "No" OVERRIDE_POSTGRES_IMAGE: "No" OVERRIDE_PGBOUNCER_IMAGE: "No"