From 75836fc81701e75642ee4cabb1cb0ca71cb05020 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 18 Sep 2026 18:14:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(devx)=20update=20the=20MinIO?= =?UTF-8?q?=20image=20on=20the=20Tilt=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/helm/extra/templates/minio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helm/extra/templates/minio.yaml b/src/helm/extra/templates/minio.yaml index 72091e12..7e6a73bb 100644 --- a/src/helm/extra/templates/minio.yaml +++ b/src/helm/extra/templates/minio.yaml @@ -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