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

Fix minio storage typo

* fix storage fails to deploy if minio stub exists
* update postgres-meta image tag
parent 3a5ee797
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,6 @@ spec:
{{- end }}
resources:
requests:
minio: {{ .Values.minio.persistence.size | quote }}
storage: {{ .Values.minio.persistence.size | quote }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -78,7 +78,7 @@ spec:
echo "Waiting for minio to start..."
sleep 2
done
/usr/bin/mc mb supa-minio/stub
/usr/bin/mc mb --ignore-existing supa-minio/stub
{{- end }}
containers:
- name: {{ include "supabase.storage.name" $ }}
......
......@@ -72,7 +72,7 @@ realtime:
meta:
image:
tag: v0.77.2
tag: v0.80.0
storage:
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment