From 38b76efb9e4c76e0e44f64ad88910321d20b840b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 13 Jan 2026 22:58:14 +0000 Subject: [PATCH] fix(minio): switch to official minio/minio:latest image --- apps/minio/deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/minio/deployment.yaml b/apps/minio/deployment.yaml index f0b8a07..d2e2d17 100644 --- a/apps/minio/deployment.yaml +++ b/apps/minio/deployment.yaml @@ -19,10 +19,7 @@ spec: spec: containers: - name: minio - # Offizielles Quay Image ist deprecated. Nutze Bitnami oder Alternative. - image: bitnami/minio:2024.1.13 - securityContext: - runAsUser: 1001 # Bitnami Standard User + image: minio/minio:latest args: - server - /data