From 8d4d6db39898e53bbb3f311299a71f44c8bb6aa5 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Fri, 18 Oct 2024 16:11:48 +0800 Subject: [PATCH] fix: pg-meta v0.84.1 --- pkg/config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 90d1b821f..11be00252 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -9,7 +9,7 @@ const ( kongImage = "library/kong:2.8.1" inbucketImage = "inbucket/inbucket:3.0.3" postgrestImage = "postgrest/postgrest:v12.2.0" - pgmetaImage = "supabase/postgres-meta:v0.83.2" + pgmetaImage = "supabase/postgres-meta:v0.84.1" studioImage = "supabase/studio:20241014-c083b3b" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.59.0"