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: ...@@ -20,6 +20,6 @@ spec:
{{- end }} {{- end }}
resources: resources:
requests: requests:
minio: {{ .Values.minio.persistence.size | quote }} storage: {{ .Values.minio.persistence.size | quote }}
{{- end }} {{- end }}
{{- end }} {{- end }}
\ No newline at end of file
...@@ -78,7 +78,7 @@ spec: ...@@ -78,7 +78,7 @@ spec:
echo "Waiting for minio to start..." echo "Waiting for minio to start..."
sleep 2 sleep 2
done done
/usr/bin/mc mb supa-minio/stub /usr/bin/mc mb --ignore-existing supa-minio/stub
{{- end }} {{- end }}
containers: containers:
- name: {{ include "supabase.storage.name" $ }} - name: {{ include "supabase.storage.name" $ }}
......
...@@ -72,7 +72,7 @@ realtime: ...@@ -72,7 +72,7 @@ realtime:
meta: meta:
image: image:
tag: v0.77.2 tag: v0.80.0
storage: storage:
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment