From b3c799cfca2cbb6cbf4009a8098d3b9b0b9dae76 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Sun, 1 Dec 2024 19:58:59 -0500 Subject: [PATCH] fix(squadquest-supabase): use fixed fork of chart --- .holo/sources/supabase.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.holo/sources/supabase.toml b/.holo/sources/supabase.toml index 24c485f..9020bd1 100644 --- a/.holo/sources/supabase.toml +++ b/.holo/sources/supabase.toml @@ -1,3 +1,4 @@ [holosource] -url = "https://github.com/supabase-community/supabase-kubernetes" +# Use fork until bug fix is merged: https://github.com/supabase-community/supabase-kubernetes/pull/94 +url = "https://github.com/JarvusInnovations/supabase-kubernetes" ref = "refs/heads/main"