File tree 5 files changed +6
-16
lines changed
5 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 55
55
done
56
56
- echo "Database is ready"
57
57
containers :
58
- - command :
59
- - /bin/sh
60
- - -c
61
- - |
62
- cat << EOF > run.sh && sh run.sh
63
- ./logflare eval Logflare.Release.migrate
64
- ./logflare start --sname logflare
65
- EOF
66
- name : {{ include "supabase.analytics.name" $ }}
58
+ - name : {{ include "supabase.analytics.name" $ }}
67
59
securityContext :
68
60
{{- toYaml .Values.analytics.securityContext | nindent 12 }}
69
61
image : " {{ .Values.analytics.image.repository }}:{{ .Values.analytics.image.tag | default .Chart.AppVersion }}"
Original file line number Diff line number Diff line change 20
20
{{- end }}
21
21
resources :
22
22
requests :
23
- db : {{ .Values.db.persistence.size | quote }}
23
+ storage : {{ .Values.db.persistence.size | quote }}
24
24
{{- end }}
25
25
{{- end }}
Original file line number Diff line number Diff line change 20
20
{{- end }}
21
21
resources :
22
22
requests :
23
- imgproxy : {{ .Values.imgproxy.persistence.size | quote }}
23
+ storage : {{ .Values.imgproxy.persistence.size | quote }}
24
24
{{- end }}
25
25
{{- end }}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ studio:
48
48
49
49
auth :
50
50
image :
51
- repo : v2.99.0
51
+ repo : v2.125.1
52
52
environment :
53
53
GOTRUE_SITE_URL : http://example.com
54
54
GOTRUE_EXTERNAL_EMAIL_ENABLED : " true"
@@ -73,7 +73,7 @@ realtime:
73
73
74
74
meta :
75
75
image :
76
- tag : v0.68 .0
76
+ tag : v0.75 .0
77
77
78
78
storage :
79
79
image :
@@ -145,4 +145,4 @@ vector:
145
145
146
146
functions :
147
147
image :
148
- tag : v1.22.4
148
+ tag : v1.29.1
Original file line number Diff line number Diff line change @@ -840,9 +840,7 @@ analytics:
840
840
DB_SCHEMA : _analytics
841
841
LOGFLARE_SINGLE_TENANT : " true"
842
842
LOGFLARE_SUPABASE_MODE : " true"
843
- LOGFLARE_MIN_CLUSTER_SIZE : " 1"
844
843
FEATURE_FLAG_OVERRIDE : multibackend=true
845
- RELEASE_COOKIE : cookie
846
844
# Enable Big Query backend for analytics
847
845
bigQuery :
848
846
enabled : false
You can’t perform that action at this time.
0 commit comments