update rustfs version to latest#185
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d8c48700e8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| type: application | ||
| version: 0.1.0 | ||
| appVersion: "0.1.0" | ||
| appVersion: "1.0.0-beta.9" |
There was a problem hiding this comment.
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 👍 / 👎.
Type of Change
Related Issues
Summary of Changes
Checklist
make pre-commit(fmt-check + clippy + test + console-lint + console-fmt-check)[Unreleased](if user-visible change)Impact
Verification
Additional Notes
Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.