From 3b84a7b22a8c6f6cab759e19776207de45f788a4 Mon Sep 17 00:00:00 2001 From: LeoKaynan Date: Tue, 7 Oct 2025 17:16:36 -0300 Subject: [PATCH 1/2] 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. --- hosting/k8s/helm/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index 1a577e8ef4..2049c05a8e 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -602,6 +602,12 @@ s3: repository: bitnamilegacy/minio # image: docker.io/bitnamilegacy/minio:2025.6.13-debian-12-r0 + # MinIO Console (Browser UI) configuration + console: + image: + repository: bitnamilegacy/minio-object-browser + # image: docker.io/bitnamilegacy/minio-object-browser:2025.1.10-debian-12-r1 + # Bitnami MinIO chart configuration (when deploy: true) # MinIO provides S3-compatible storage when deployed internally auth: From 3ae6d661823eff6043c43ae13cc4c8b883b52942 Mon Sep 17 00:00:00 2001 From: LeoKaynan Date: Tue, 7 Oct 2025 17:24:32 -0300 Subject: [PATCH 2/2] chore(helm): bump Helm chart version to 4.0.4 --- hosting/k8s/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/k8s/helm/Chart.yaml b/hosting/k8s/helm/Chart.yaml index e74648bbff..50c582b0ef 100644 --- a/hosting/k8s/helm/Chart.yaml +++ b/hosting/k8s/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: trigger description: The official Trigger.dev Helm chart type: application -version: 4.0.3 +version: 4.0.4 appVersion: v4.0.4 home: https://trigger.dev sources: