This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Description
Current Situation
The helm chart currently hardcodes OpenCloud version 2.1.0 (April 2025) in values.yaml, while the latest stable release is 3.3.0 (August 2025).
Problem
Proposed Solution
Update the default image tag in charts/opencloud/values.yaml:
image:
repository: opencloudeu/opencloud-rolling
tag: "3.3.0" # or "latest" for rolling releases
Benefits
- Access to PosixFS consistency checker
- Better PosixFS stability
- Recent security updates and bug fixes
Testing
Should be tested with both S3 and PosixFS storage modes before merging.