From bad2c139c2874ad2dea04a1de51069a560f489b4 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:41:45 +0530 Subject: [PATCH] Replace minio with coollabs minio on ente photos with s3 service template --- templates/compose/ente-photos-with-s3.yaml | 2 +- templates/compose/reactive-resume.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/ente-photos-with-s3.yaml b/templates/compose/ente-photos-with-s3.yaml index 932745f82..17c79b8ed 100644 --- a/templates/compose/ente-photos-with-s3.yaml +++ b/templates/compose/ente-photos-with-s3.yaml @@ -86,7 +86,7 @@ services: retries: 5 minio: - image: 'quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z' # Released at 2025-09-07T16-13-09Z + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: 'server /data --console-address ":9001"' environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index 9c4e2cf28..0b53b0d7c 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -46,7 +46,7 @@ services: retries: 10 minio: - image: quay.io/minio/minio:latest + image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025 command: server /data --console-address ":9001" environment: - MINIO_SERVER_URL=$MINIO_SERVER_URL