Delist broken radar-hub chart 1.2.0 from the index - #28
Open
hisco wants to merge 1 commit into
Open
Conversation
radar-hub 1.2.0 shipped with appVersion 1.1.0 — it pulls pre-feature 1.1.0 images, so a self-hosting install from it is broken. 1.2.1 (appVersion 1.2.1) is the correct release. helm resolves to the highest version by default, so 1.2.0 is only reachable via an explicit --version pin; removing its index entry delists it from 'helm repo update' + install entirely. Index entry only — the GitHub release + tag are left in place (harmless once delisted). The OSS 'radar' chart's own 1.2.0 is untouched. Claude-Session: https://claude.ai/code/session_01B6qfgtR1pL3dHmoWWfLUh5
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.
What
Removes the
radar-hub1.2.0 entry from the chart index (gh-pages/index.yaml).Why
radar-hub1.2.0 was published with appVersion 1.1.0 — it resolves to the pre-feature 1.1.0 images, so a self-hosting install from it is broken. 1.2.1 (appVersion 1.2.1) is the correct release.helm installresolves to the highest version by default (1.2.1), so 1.2.0 is only reachable via an explicit--version 1.2.0pin — but removing its index entry delists it fromhelm repo update+ install entirely, so nobody can land on it by accident.Scope
radar-hub-1.2.0+ git tag are left in place (harmless once delisted; only reachable by a hand-typed direct URL).radarchart's own 1.2.0 is a different chart and is untouched.1.2.1, 1.1.1, 1.1.0, 1.0.1, 1.0.0.Verified:
index.yamlstill parses,radar-hubno longer lists 1.2.0, 1.2.1 present,radar1.2.0 intact.Note
Low Risk
Single index entry removal with no application or chart template changes; only affects discoverability of an already-broken
radar-hubversion.Overview
Removes the
radar-hub1.2.0 listing fromindex.yamlso it no longer appears afterhelm repo updateor viahelm install --version 1.2.0. That chart version shipped with appVersion 1.1.0 (wrong images for a 1.2.x self-hosted install); 1.2.1 stays as the currentradar-hubrelease.This is an index-only change: the GitHub release/tag for
radar-hub-1.2.0is unchanged, and the separateradarchart 1.2.0 entry is not modified.Reviewed by Cursor Bugbot for commit 98218f0. Bugbot is set up for automated code reviews on this repo. Configure here.