Skip to content

Conversation

@ArshiyaDev
Copy link

@ArshiyaDev ArshiyaDev commented Oct 24, 2025

Summary

Replace MinIO with SeaweedFS as the object storage backend in Pyroscope Helm chart.

Fixes #4557

Motivation

SeaweedFS offers several advantages for production deployments:

  • Production-ready: Battle-tested in large-scale environments with proven reliability
  • S3-compatible API: Drop-in replacement for S3, ensuring compatibility with existing tooling
  • Active community: Strong community support and regular updates
  • Performance: Optimized for handling large volumes of profiling data efficiently

Changes

  • Removed minio dependency from Chart.yaml
  • Added seaweedfs (v4.0.393) as the storage backend
  • Updated Chart.lock and dependency artifacts

Testing

  • make lint passes
  • make go/test passes
  • Helm chart validates successfully

- Remove minio dependency from Helm chart
- Add seaweedfs (v4.0.393) as object storage backend
- Update Chart.lock with new dependency resolution
@ArshiyaDev ArshiyaDev requested a review from a team as a code owner October 24, 2025 08:40
@CLAassistant
Copy link

CLAassistant commented Oct 24, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace minio with alternatives

2 participants