You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add minio-mc bucket initialization Job to MinIO Helm chart
- Created bucket-init-job.yaml as Helm hook for post-install bucket creation
- Uses minio/mc:RELEASE.2025-07-21T05-28-08Z image for bucket management
- Configurable bucket list and policies via values.yaml
- Implemented across all environments (staging, production, prestaging)
- Job runs as Helm post-install hook with proper cleanup policies
- Updated MinIO image versions to RELEASE.2025-07-23T15-54-02Z across environments
- Addresses missing minio_mc functionality from docker-compose setup
Resolves bucket initialization that was previously handled by docker-compose createbucket service.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments