chore(chart): bump to 1.9.113 so #1033's template change publishes (version collided with #1032) - #1040
Merged
Merged
Conversation
… same 1.9.112 that #1032 already shipped The image-refresh CronJob fix (#1033) bumped Chart.yaml 1.9.111 -> 1.9.112 on its own branch, and so did the control-plane trim (#1032). Both merged; the second bump was a no-op, so develop's chart version now equals staging's while the templates differ, and the chart-version guard rightly refuses the staging promotion. This bump carries #1033 to 1.9.113. No template change.
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit cd42945. Configure here.
4 tasks
saqlainsyed007
approved these changes
Sep 10, 2026
saqlainsyed007
left a comment
Contributor
There was a problem hiding this comment.
Clean version-only bump. Chart.yaml version and appVersion both go 1.9.112 → 1.9.113, a monotonic increase over the version currently on develop/staging/prod. Diff touches nothing but the two version lines — no template, values, or script changes ride along. This correctly re-publishes #1033's already-merged template content at a fresh chart version so the develop→staging promotion guard (one Helm package per version) can pass. CI green, Bugbot clean. Approving.
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.
Summary
Chart version bump only:
client/Chart.yaml1.9.112 → 1.9.113 (version + appVersion). No template, values or script change.Why
#1033 (image-refresh: gate the fresh-install re-pin roll on a digest-applied marker) bumped the chart 1.9.111 → 1.9.112 on its branch, and #1032 (control-plane trim) did the same. Both merged to
develop; the second bump was a no-op. The chart ondevelopnow carries #1033's template change at the same versionstagingalready has (1.9.112, released to prod as v1.9.112 at 17:51 UTC), so the requiredchart content ⇒ Chart.yaml version bumpcheck refuses the develop→staging promotion (#1037). A Helm index publishes one package per version, so the guard is right to refuse.Test plan
helm unittest729/729 locallychart-version-guard.batsgreen locallyrecut_repos=client); the guard on the recut mirror must pass with 1.9.113 > 1.9.112Checklist
developNote
Low Risk
Version metadata only in
Chart.yaml; no runtime or deployment logic changes in this diff.Overview
Bumps the client Helm chart from
1.9.112to1.9.113by updating bothversionandappVersioninChart.yaml. There are no template, values, or script changes in this PR.This republishes chart content that already landed on
develop(including #1033’s image-refresh template work) under a new chart version, because #1032 and #1033 both advanced the chart to1.9.112and staging/prod already ship that version—so a content change without a higher version blocks develop→staging promotion and Helm index publishing.Reviewed by Cursor Bugbot for commit cd42945. Bugbot is set up for automated code reviews on this repo. Configure here.