From 0eec184ac382fe2d0a4472a9d3a2f7f3991dd700 Mon Sep 17 00:00:00 2001 From: Sachin Agarwal Date: Thu, 30 Mar 2023 11:45:26 -0400 Subject: [PATCH 1/2] Bumped up versions to match the Docker compose (as of March 29th) --- charts/supabase/values.example.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/supabase/values.example.yaml b/charts/supabase/values.example.yaml index f8b873f..e4f797f 100644 --- a/charts/supabase/values.example.yaml +++ b/charts/supabase/values.example.yaml @@ -8,7 +8,7 @@ db: enabled: true image: repository: supabase/postgres - tag: 14.1.0.105 + tag: 15.1.0.54-rc0 secretName: "demo-supabase-db" persistence: enabled: false @@ -22,7 +22,7 @@ db: studio: image: repository: supabase/studio - tag: 20230127-6bfd87b + tag: 20230216-e731b77 environment: SUPABASE_URL: http://localhost SUPABASE_REST_URL: http://localhost/rest/v1/ @@ -48,7 +48,8 @@ studio: auth: image: - repo: v2.40.1 + repository: supabase/gotrue + tag: v2.47.0 environment: DB_HOST: demo-supabase-db.default.svc.cluster.local DB_PORT: "5432" @@ -80,7 +81,7 @@ auth: rest: image: repository: postgrest/postgrest - tag: v9.0.1.20220717 + tag: v10.1.2 environment: DB_HOST: demo-supabase-db.default.svc.cluster.local DB_PORT: "5432" @@ -94,7 +95,7 @@ rest: realtime: image: repository: supabase/realtime - tag: v2.1.0 + tag: v2.5.1 environment: DB_HOST: demo-supabase-db.default.svc.cluster.local DB_PORT: "5432" @@ -126,7 +127,7 @@ meta: storage: image: repository: supabase/storage-api - tag: v0.26.1 + tag: v0.28.2 environment: DB_HOST: demo-supabase-db.default.svc.cluster.local DB_PORT: "5432" From c99232c01606cad9cf9b32fa6bbc1134ea71df4a Mon Sep 17 00:00:00 2001 From: Sachin Agarwal Date: Thu, 30 Mar 2023 11:48:17 -0400 Subject: [PATCH 2/2] Bumped chart version --- charts/supabase/Chart.yaml | 2 +- index.yaml | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/charts/supabase/Chart.yaml b/charts/supabase/Chart.yaml index caa158b..b7e83ef 100644 --- a/charts/supabase/Chart.yaml +++ b/charts/supabase/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.3 +version: 0.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/index.yaml b/index.yaml index e3b8437..be8a4b5 100644 --- a/index.yaml +++ b/index.yaml @@ -2,16 +2,25 @@ apiVersion: v1 entries: supabase: - apiVersion: v2 - created: "2023-02-10T15:04:18.116554-05:00" + created: "2023-03-30T11:47:13.654078-04:00" description: The open source Firebase alternative. - digest: 79a75d1ca844b0551a9d0a084131273c63925c19f32513ad18fdc23e6f5854bf + digest: e917ba4f30de12351caab4ac8f5619f3d38fb4e18b7047aad44740dbcce75ff8 + name: supabase + type: application + urls: + - https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.4.tgz + version: 0.0.4 + - apiVersion: v2 + created: "2023-03-30T11:47:13.652627-04:00" + description: The open source Firebase alternative. + digest: 54526bc11cc998f773347e3b2416fd1b436faaa4ba3df3ce90bd9858c9943ada name: supabase type: application urls: - https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.3.tgz version: 0.0.3 - apiVersion: v2 - created: "2023-02-10T15:04:18.113431-05:00" + created: "2023-03-30T11:47:13.648809-04:00" description: The open source Firebase alternative. digest: a0d6c0627c049642f3a9a1d068ecc4601d87c26d0326b47422223a7660424e31 name: supabase @@ -20,7 +29,7 @@ entries: - https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.2.tgz version: 0.0.2 - apiVersion: v2 - created: "2023-02-10T15:04:18.111993-05:00" + created: "2023-03-30T11:47:13.647423-04:00" description: The open source Firebase alternative. digest: 651547b54edc5cfbac1ed39cb42fc574ee766ff8c1c61aa6cedef84d2faa358f name: supabase @@ -28,4 +37,4 @@ entries: urls: - https://supabase-community.github.io/supabase-kubernetes/build/supabase-0.0.1.tgz version: 0.0.1 -generated: "2023-02-10T15:04:18.110189-05:00" +generated: "2023-03-30T11:47:13.645645-04:00"