fix(charts): use bitnamilegacy repo for MinIO Object Browser#2592
Conversation
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.
|
Walkthrough
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (3)📚 Learning: 2025-06-25T13:18:44.103ZApplied to files:
📚 Learning: 2025-06-25T13:20:17.174ZApplied to files:
📚 Learning: 2025-06-25T13:18:04.827ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (22)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
nicktrn
left a comment
There was a problem hiding this comment.
Thanks @LeoKaynan will release this asap!
The Bitnami
minio-object-browserimage has been removed from Docker Hub. This patch updates the Trigger Helm chart to reference thebitnamilegacy/minio-object-browserrepository under thes3.console.imagesection, ensuring that the legacy MinIO browser pod can still be deployed without image pull errors.All other MinIO components continue using the
bitnamilegacy/minioimage for consistency across Bitnami Legacy dependencies.✅ Checklist
Testing
Deployed the chart locally using:
Confirmed that both S3 pods (
trigger-s3andtrigger-s3-console) start successfully and use the expected images:kubectl get pod trigger-s3-console-xxxx -o jsonpath='{.spec.containers[0].image}'Output:
No
ImagePullBackOffor missing image errors were observed.Changelog
Screenshots
[Screenshots]

💯