From 68e3663ccb5ee7712d4f282f042e527607d95580 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo <31685197+soedirgo@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:03:45 +0800 Subject: [PATCH] fix: pg-meta v0.84.2 (#2783) --- 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 11be00252..0b2edfcf3 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.84.1" + pgmetaImage = "supabase/postgres-meta:v0.84.2" studioImage = "supabase/studio:20241014-c083b3b" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.59.0"