Skip to content

Commit

Permalink
Fix Studio Storage UI mixed content
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Dec 29, 2022
1 parent 10b563a commit 2a5b662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/supabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: supabase
description: The open source Firebase alternative.

type: application
version: 0.3.5
version: 0.3.6
4 changes: 4 additions & 0 deletions charts/supabase/templates/studio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ spec:
value: {{ include "supabase.meta_url" $ }}
- name: SUPABASE_URL
value: {{ include "supabase.api_internal_url" $ }}
- name: NEXT_PUBLIC_SUPABASE_URL
value: {{ include "supabase.api_internal_url" $ }}
- name: SUPABASE_REST_URL
value: {{ .Values.apiUrl }}/rest/v1/
- name: SUPABASE_PUBLIC_URL
value: {{ .Values.apiUrl }}
- name: NEXT_PUBLIC_SUPABASE_PUBLIC_URL
value: {{ .Values.apiUrl }}
- name: PUBLIC_REST_URL
value: {{ .Values.apiUrl }}/rest/v1/
- name: DEFAULT_ORGANIZATION_NAME
Expand Down

0 comments on commit 2a5b662

Please sign in to comment.