⬆️(devx) update the MinIO image on the Tilt stack

Bump the MinIO image used by the Tilt dev stack to a more recent
version, since the previous public image we relied on was removed.
This commit is contained in:
lebaudantoine
2026-09-18 18:14:05 +02:00
committed by aleb_the_flash
parent 1affe65b4a
commit 75836fc817
+2 -2
View File
@@ -74,7 +74,7 @@ spec:
value: meet
- name: MINIO_ROOT_PASSWORD
value: password
image: "minio/minio"
image: "quay.io/minio/minio"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
@@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: mc
image: minio/mc
image: quay.io/minio/mc
command:
- /bin/sh
- -c