Skip to content

Commit f5caa66

Browse files
authored
fix(helm): use bitnami legacy repo for minio console (#2592)
* 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. * chore(helm): bump Helm chart version to 4.0.4
1 parent 64fcc88 commit f5caa66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

hosting/k8s/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: trigger
33
description: The official Trigger.dev Helm chart
44
type: application
5-
version: 4.0.3
5+
version: 4.0.4
66
appVersion: v4.0.4
77
home: https://trigger.dev
88
sources:

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)