Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/rustfs-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rustfs-operator
description: Kubernetes operator for managing RustFS storage clusters
type: application
version: 0.1.0
appVersion: "0.1.0"
appVersion: "1.0.0-beta.9"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep appVersion in sync with release packaging

When the Helm publish workflow runs for any later release, it only rewrites version at .github/workflows/helm-package.yml:78 and packages with --version; it never edits appVersion. Hardcoding this line to 1.0.0-beta.9 means subsequent generated charts will continue to publish app.kubernetes.io/version: "1.0.0-beta.9" via deploy/rustfs-operator/templates/_helpers.tpl:38 even as the chart release advances, leaving chart metadata and Kubernetes labels stale. Please derive appVersion from the release tag in the workflow or update it together with each release.

Useful? React with 👍 / 👎.

home: https://rustfs.com
sources:
- https://github.com/rustfs/operator
Expand Down
Loading