chore(chart): bump proxysql-operator chart 0.4.0 -> 0.5.0 - #85
Merged
Conversation
Match the v0.5.0 operator release (#84, ProxySQLConfig union). appVersion 0.5.0 so the chart's default image tag (values.yaml image.tag empty -> appVersion fallback) resolves to ghcr.io/proxysql/proxysql-operator:0.5.0. CRDs unchanged — the union fix added no CRD fields. helm lint clean. Note: chart-releaser runs on v* tags; the v0.5.0 tag predates this bump, so publishing the chart at 0.5.0 needs either the tag re-pointed here or the next release to pick it up.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Helm chart version and application version change from ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Bumps the operator Helm chart to 0.5.0 to match the released v0.5.0 operator image (the ProxySQLConfig-union fix, #84).
version+appVersion→ 0.5.0. Withvalues.yamlimage.tag: ""falling back toappVersion, the chart's default image isghcr.io/proxysql/proxysql-operator:0.5.0.Release note: chart-releaser runs on
v*tags (viarelease.yaml,skip_existing: true). Thev0.5.0tag predates this bump, so it published the image but skipped the chart (still 0.4.0). To actually publishproxysql-operator-0.5.0to the helm repo, either re-pointv0.5.0to include this commit or let the next release pick it up — maintainer's call.Summary by CodeRabbit