Skip to content
Snippets Groups Projects
Commit c4b8116a authored by drpsyko101's avatar drpsyko101
Browse files

Update image tags

* update analytics command and environment variables
* fix persistent volume claim request schema
parent 43060ba1
No related branches found
No related tags found
No related merge requests found
......@@ -55,15 +55,7 @@ spec:
done
- echo "Database is ready"
containers:
- command:
- /bin/sh
- -c
- |
cat << EOF > run.sh && sh run.sh
./logflare eval Logflare.Release.migrate
./logflare start --sname logflare
EOF
name: {{ include "supabase.analytics.name" $ }}
- name: {{ include "supabase.analytics.name" $ }}
securityContext:
{{- toYaml .Values.analytics.securityContext | nindent 12 }}
image: "{{ .Values.analytics.image.repository }}:{{ .Values.analytics.image.tag | default .Chart.AppVersion }}"
......
......@@ -20,6 +20,6 @@ spec:
{{- end }}
resources:
requests:
db: {{ .Values.db.persistence.size | quote }}
storage: {{ .Values.db.persistence.size | quote }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -20,6 +20,6 @@ spec:
{{- end }}
resources:
requests:
imgproxy: {{ .Values.imgproxy.persistence.size | quote }}
storage: {{ .Values.imgproxy.persistence.size | quote }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -48,7 +48,7 @@ studio:
auth:
image:
repo: v2.99.0
repo: v2.125.1
environment:
GOTRUE_SITE_URL: http://example.com
GOTRUE_EXTERNAL_EMAIL_ENABLED: "true"
......@@ -73,7 +73,7 @@ realtime:
meta:
image:
tag: v0.68.0
tag: v0.75.0
storage:
image:
......@@ -145,4 +145,4 @@ vector:
functions:
image:
tag: v1.22.4
tag: v1.29.1
......@@ -840,9 +840,7 @@ analytics:
DB_SCHEMA: _analytics
LOGFLARE_SINGLE_TENANT: "true"
LOGFLARE_SUPABASE_MODE: "true"
LOGFLARE_MIN_CLUSTER_SIZE: "1"
FEATURE_FLAG_OVERRIDE: multibackend=true
RELEASE_COOKIE: cookie
# Enable Big Query backend for analytics
bigQuery:
enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment