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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
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
opencloud posixfs consistencycommand (added in PR Add a "posixfs consistency" command opencloud#1091)appVersion: latestbut values.yaml hastag: "2.1.0"Proposed Solution
Update the default image tag in
charts/opencloud/values.yaml:Benefits
Testing
Should be tested with both S3 and PosixFS storage modes before merging.