From 62c7506b98d54a2050dc0e8c7ed77a8337352567 Mon Sep 17 00:00:00 2001 From: STRRL <20221408+STRRL@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:39:37 +0000 Subject: [PATCH] chore: sync component image versions from upstream Supabase --- api/v1alpha1/supabaseproject_types.go | 4 ++-- api/v1alpha1/wellknown_images.go | 4 ++-- .../crds/supabase.strrl.dev_supabaseprojects.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/v1alpha1/supabaseproject_types.go b/api/v1alpha1/supabaseproject_types.go index 9b0e496..c6cc46c 100644 --- a/api/v1alpha1/supabaseproject_types.go +++ b/api/v1alpha1/supabaseproject_types.go @@ -99,7 +99,7 @@ type StorageConfig struct { } type KongConfig struct { - // +kubebuilder:default="kong/kong:3.9.1" + // +kubebuilder:default="kong/kong:3.9.3" // +optional Image string `json:"image,omitempty"` @@ -213,7 +213,7 @@ type MetaConfig struct { } type StudioConfig struct { - // +kubebuilder:default="supabase/studio:2026.07.07-sha-a6a04f2" + // +kubebuilder:default="supabase/studio:2026.08.03-sha-022b374" // +optional Image string `json:"image,omitempty"` diff --git a/api/v1alpha1/wellknown_images.go b/api/v1alpha1/wellknown_images.go index 9e2f923..0cccffd 100644 --- a/api/v1alpha1/wellknown_images.go +++ b/api/v1alpha1/wellknown_images.go @@ -9,13 +9,13 @@ package v1alpha1 // which reads the upstream compose file: // https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml const ( - DefaultKongImage = "kong/kong:3.9.1" + DefaultKongImage = "kong/kong:3.9.3" DefaultAuthImage = "supabase/gotrue:v2.189.0" DefaultPostgRESTImage = "postgrest/postgrest:v14.12" DefaultRealtimeImage = "supabase/realtime:v2.102.3" DefaultStorageAPIImage = "supabase/storage-api:v1.60.4" DefaultMetaImage = "supabase/postgres-meta:v0.96.6" - DefaultStudioImage = "supabase/studio:2026.07.07-sha-a6a04f2" + DefaultStudioImage = "supabase/studio:2026.08.03-sha-022b374" ) // DefaultPostgresImage is used by the database init job only. The operator diff --git a/helm/supabase-operator/crds/supabase.strrl.dev_supabaseprojects.yaml b/helm/supabase-operator/crds/supabase.strrl.dev_supabaseprojects.yaml index 5b60ffa..2387116 100644 --- a/helm/supabase-operator/crds/supabase.strrl.dev_supabaseprojects.yaml +++ b/helm/supabase-operator/crds/supabase.strrl.dev_supabaseprojects.yaml @@ -519,7 +519,7 @@ spec: type: object type: array image: - default: kong/kong:3.9.1 + default: kong/kong:3.9.3 type: string replicas: default: 1 @@ -1716,7 +1716,7 @@ spec: type: object type: array image: - default: supabase/studio:2026.07.07-sha-a6a04f2 + default: supabase/studio:2026.08.03-sha-022b374 type: string publicUrl: type: string