feat(ci): update Postgres minor version and delete temporary tags

This commit is contained in:
Peter 2025-03-26 13:51:04 +01:00
parent 366ceece24
commit 87a06dac66
Signed by: prskr
GPG key ID: F56BED6903BC5E37
25 changed files with 422 additions and 321 deletions
internal/supabase

View file

@ -42,15 +42,15 @@ var Images = struct {
}{
EdgeRuntime: ImageRef{
Repository: "supabase/edge-runtime",
Tag: "v1.67.0",
Tag: "v1.67.4",
},
Envoy: ImageRef{
Repository: "envoyproxy/envoy",
Tag: "distroless-v1.33.0",
Tag: "distroless-v1.33.2",
},
Gotrue: ImageRef{
Repository: "supabase/gotrue",
Tag: "v2.167.0",
Tag: "v2.170.0",
},
ImgProxy: ImageRef{
Repository: "darthsim/imgproxy",
@ -58,22 +58,22 @@ var Images = struct {
},
PostgresMeta: ImageRef{
Repository: "supabase/postgres-meta",
Tag: "v0.84.2",
Tag: "v0.87.1",
},
Postgrest: ImageRef{
Repository: "postgrest/postgrest",
Tag: "v12.2.0",
Tag: "v12.2.8",
},
Realtime: ImageRef{
Repository: "supabase/realtime",
Tag: "v2.34.7",
Tag: "v2.34.43",
},
Storage: ImageRef{
Repository: "supabase/storage-api",
Tag: "v1.14.5",
Tag: "v1.19.3",
},
Studio: ImageRef{
Repository: "supabase/studio",
Tag: "20250113-83c9420",
Tag: "20250317-6955350",
},
}