docs: normalize legacy server product name to "ownCloud Classic" - #109
Merged
Conversation
Rename the chart description to "ownCloud Classic Helm chart" in both the Chart.yaml source-of-truth and the generated chart README, keeping them consistent. The "supported by ownCloud 10" read-only-filesystem note is an instance/version constraint and is left unchanged. Part of the cross-repo rebrand tracked in owncloud/docs#5111. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
commented
Jun 24, 2026
DeepDiver1975
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 Automated review by Claude Code review agent.
Prose-only product-name normalization, looks clean. Two display-text occurrences of "ownCloud Server" → "ownCloud Classic":
charts/owncloud/Chart.yaml— thedescription:value (human-readable text, not a key/image ref).charts/owncloud/README.md— the chart description line.
Verified no non-prose targets touched: no values.yaml keys, no chart name, no image references (owncloud/server Docker Hub refs are untouched), no template logic, no URLs or version pins changed. The renovate: annotation and appVersion are untouched.
CHANGELOG: n-a — this repo has no CHANGELOG.md.
Checks: lint + lint-editorconfig green. No reservations on the content; not approving/merging per policy.
18 tasks
phil-davis
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the chart description to ownCloud Classic Helm chart in both the
Chart.yamlsource-of-truth and the generated chartREADME.md, keeping them consistent.Scope: prose only. The "supported by ownCloud 10" read-only-filesystem note is an instance/version constraint and is left unchanged.
Part of the cross-repo rebrand campaign tracked in owncloud/docs#5111 (owncloud-docker org).