Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/supabase] Release 5.0.0 #26138

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bitnami/supabase/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.3.2
version: 15.3.3
- name: kong
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.0.11
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:8a6afa93a3f06f6d02aca40abf1e62eb0959cf4b8a4e03af0c64db402eaf8007
generated: "2024-05-18T03:01:00.135808959Z"
version: 2.19.3
digest: sha256:07c4146fd3efc3f9c2bac2421effc2f0ca8e74c7c9d0d0bbb08dfe36c0007ff2
generated: "2024-05-20T17:11:38.131913569Z"
6 changes: 3 additions & 3 deletions bitnami/supabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ annotations:
- name: supabase-storage
image: docker.io/bitnami/supabase-storage:1.3.1-debian-12-r0
- name: supabase-studio
image: docker.io/bitnami/supabase-studio:0.24.3-debian-12-r6
image: docker.io/bitnami/supabase-studio:1.24.4-debian-12-r0
apiVersion: v2
appVersion: 0.24.3
appVersion: 1.24.4
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -53,4 +53,4 @@ maintainers:
name: supabase
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/supabase
version: 4.0.8
version: 5.0.0
2 changes: 1 addition & 1 deletion bitnami/supabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ studio:
image:
registry: docker.io
repository: bitnami/supabase-studio
tag: 0.24.3-debian-12-r6
tag: 1.24.4-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading