fix(operator): default the operator chart to image 0.15.2 - #118
Merged
Conversation
0.15.2 carries the reconciler self-trigger fix (operator#107), which merged 24 minutes after 0.15.1 was cut and had been in no published image since. On 0.15.1 any genuinely unhealthy remote MCPServer spins at ~168 reconciles/s -- measured 6 per minute after the fix -- saturating a controller worker and burying unrelated events in the log. Chart appVersion has no auto-sync in this repo, so a fresh install keeps pointing at the old image until this is bumped by hand. Refs mcp-hangar/mcp-hangar-operator#108 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Why
operator
v0.15.2is released and on GHCR. It carries mcp-hangar/mcp-hangar-operator#107 — the reconciler self-trigger fix — which merged 24 minutes afterv0.15.1was cut and has been in no published image since (tracked at mcp-hangar/mcp-hangar-operator#108).Without the bump a fresh
helm installkeeps pointing at0.15.1, where any genuinely unhealthy remote MCPServer still spins at ~168 reconciles/s (measured 6/min after the fix — the 10serrorRequeueAfterthe code always intended), saturating a controller worker and burying unrelated events in the log.appVersionhas no auto-sync in this repo —sync-core-appversioncovers the core chart only — so this is a hand bump, same as #107 was.How tested
helm lint mcp-hangar-operator— clean.ghcr.io/mcp-hangar/mcp-hangar-operator:0.15.2.kubeconform -strictat the CI-pinned k8s 1.32.8 — 8 valid, 0 invalid (4 CRD schemas skipped, as before).0.15.2returns 200,install.yamlon the release pins:0.15.2, and the cosign keyless signature verifies againstrefs/tags/v0.15.2withgithubWorkflowShaa7fed82.🤖 Generated with Claude Code