From 13759b7104356fff21fb16b98bf1023e49d6980a Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Wed, 22 Oct 2025 12:51:52 +0530 Subject: [PATCH] Added coollabs minio to the SPECIFIC_SERVICES constants --- bootstrap/helpers/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 36243e119..d1ae1e4fd 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -51,6 +51,7 @@ const SPECIFIC_SERVICES = [ 'quay.io/minio/minio', 'minio/minio', + 'ghcr.io/coollabsio/minio', 'svhd/logto', ];