Problem
The MinIO ComponentVersion defines two releases:
| serviceVersion |
image tag |
status |
2024.6.29 |
docker.io/coollabsio/minio:RELEASE.2024-06-29T01-20-47Z |
❌ image not found |
2025.10.15 |
docker.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z |
✅ available |
The 2024.6.29 image does not exist on Docker Hub. Attempting to create a cluster with serviceVersion: 2024.6.29 results in ErrImagePull.
Available images on docker.io/coollabsio/minio
RELEASE.2025-10-15T17-29-55Z (current default)
RELEASE.2025-04-22T22-12-26Z
Fix
Replace the 2024.6.29 entry in values.yaml with 2025.4.22 (RELEASE.2025-04-22T22-12-26Z).
Problem
The MinIO ComponentVersion defines two releases:
2024.6.29docker.io/coollabsio/minio:RELEASE.2024-06-29T01-20-47Z2025.10.15docker.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55ZThe
2024.6.29image does not exist on Docker Hub. Attempting to create a cluster withserviceVersion: 2024.6.29results inErrImagePull.Available images on
docker.io/coollabsio/minioRELEASE.2025-10-15T17-29-55Z(current default)RELEASE.2025-04-22T22-12-26ZFix
Replace the
2024.6.29entry invalues.yamlwith2025.4.22(RELEASE.2025-04-22T22-12-26Z).