chart: bump default image tags 2.1.1 → 2.2.0 (chart 2.2.0 catch-up)#47
Conversation
Catch-up for chart 2.2.0, which shipped from PR #39 (multi-App auth) while default image tags were still pinned at 2.1.1. The auto-bump that should have run from lunar-hub-v2.2.0's release workflow failed at the `git push origin main` step — ruleset 9498811 on main requires changes via PR. Chart.yaml stays at 2.2.0; this is a values-only correction. The next lunar-hub release (v2.2.1, expected soon for PR #1710's Grafana dashboard fixes + PR #1708's migration) will roll Chart.yaml + tags forward once we also patch the bump workflow to open PRs instead of pushing direct.
🌒 Earthly Lunar
|
|
Lunar bot flagged 2 failing checks on this PR — both are repo-level pre-existing, not introduced by this catch-up.
Neither failure blocks merging this PR — the branch ruleset doesn't require lunar checks. This PR can squash-merge on approval as planned; the two hygiene fixes will land separately and clear the failures for every future PR. |
brandonSc
left a comment
There was a problem hiding this comment.
its possible Fry doesn't see it when its put in open mode instead of draft first we can track that down separately (fix in Fry's code)
Summary
Chart 2.2.0 (from #39 — multi-App GitHub auth) shipped with
values.yamlimage tags still pinned to2.1.1. This PR fixes the defaults so a freshhelm installof chart 2.2.0 actually picks up the matchinglunar-*images.Why this didn't happen automatically
The auto-bump in
.github/workflows/bump-and-release.ymlwas dispatched bylunar'srelease.ymlwhenlunar-hub-v2.2.0was tagged. The workflow ran but failed at thegit push origin mainstep:Branch ruleset
9498811requires PRs (1 approving review, squash-only). Direct push fromgithub-actions[bot]is rejected.Failed run: https://github.com/earthly/charts/actions/runs/26525092907
What this PR does
charts/lunar/values.yaml:hub.image.tag,operator.image.tag,operator.initImage.tag,operator.sidecarImage.tag,grafana.image.tagall bumped from2.1.1→2.2.0.Chart.yamlstays at2.2.0— this is a values-only correction. Cuttingchart 2.2.1here would decouple chart version from hub version, which the auto-bump assumes.Follow-ups (separate PRs)
bump-and-release.ymlto open a PR (push to a branch +gh pr create --auto-merge) instead of pushing tomain. That way the next hub release auto-bumps cleanly.lunar-hub-v2.2.1for the Grafana dashboard fixes (#1710) + snippet_runs index (#1708) currently sitting onmainpost-tag.Test plan
Editnotyq -i).release.ymlruns chart-releaser. Chart.yaml is unchanged (still 2.2.0), so no new chart artifact is published; the helm repo's existing 2.2.0 stays as-is. The fix lands when chart 2.2.1 is cut by the next hub release.