Skip to content

Delist broken radar-hub chart 1.2.0 from the index - #28

Open
hisco wants to merge 1 commit into
gh-pagesfrom
delist-radar-hub-1.2.0
Open

Delist broken radar-hub chart 1.2.0 from the index#28
hisco wants to merge 1 commit into
gh-pagesfrom
delist-radar-hub-1.2.0

Conversation

@hisco

@hisco hisco commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

What

Removes the radar-hub 1.2.0 entry from the chart index (gh-pages/index.yaml).

Why

radar-hub 1.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 install resolves to the highest version by default (1.2.1), so 1.2.0 is only reachable via an explicit --version 1.2.0 pin — but removing its index entry delists it from helm repo update + install entirely, so nobody can land on it by accident.

Scope

  • Index entry only. The GitHub release radar-hub-1.2.0 + git tag are left in place (harmless once delisted; only reachable by a hand-typed direct URL).
  • The OSS radar chart's own 1.2.0 is a different chart and is untouched.
  • radar-hub versions after this change: 1.2.1, 1.1.1, 1.1.0, 1.0.1, 1.0.0.

Verified: index.yaml still parses, radar-hub no longer lists 1.2.0, 1.2.1 present, radar 1.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-hub version.

Overview
Removes the radar-hub 1.2.0 listing from index.yaml so it no longer appears after helm repo update or via helm 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 current radar-hub release.

This is an index-only change: the GitHub release/tag for radar-hub-1.2.0 is unchanged, and the separate radar chart 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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant