Skip to content

Commit 3b84a7b

Browse files
committed
fix(charts): use bitnamilegacy repo for MinIO Object Browser
The Bitnami `minio-object-browser` image has been removed from Docker Hub. This patch updates the Trigger Helm chart to reference the `bitnamilegacy/minio-object-browser` repository under the `s3.console.image` section, ensuring that the legacy MinIO browser pod can still be deployed without image pull errors. All other MinIO components continue using the `bitnamilegacy/minio` image for consistency across Bitnami Legacy dependencies.
1 parent 64fcc88 commit 3b84a7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hosting/k8s/helm/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@ s3:
602602
repository: bitnamilegacy/minio
603603
# image: docker.io/bitnamilegacy/minio:2025.6.13-debian-12-r0
604604

605+
# MinIO Console (Browser UI) configuration
606+
console:
607+
image:
608+
repository: bitnamilegacy/minio-object-browser
609+
# image: docker.io/bitnamilegacy/minio-object-browser:2025.1.10-debian-12-r1
610+
605611
# Bitnami MinIO chart configuration (when deploy: true)
606612
# MinIO provides S3-compatible storage when deployed internally
607613
auth:

0 commit comments

Comments
 (0)