Skip to content

Fix(charts): correct operator controller image to rossoctl-operator#493

Merged
cwiklik merged 1 commit into
mainfrom
fix/operator-chart-image-name
Jul 22, 2026
Merged

Fix(charts): correct operator controller image to rossoctl-operator#493
cwiklik merged 1 commit into
mainfrom
fix/operator-chart-image-name

Conversation

@cwiklik

@cwiklik cwiklik commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix the operator-chart controller image reference left inconsistent by the
kagenti → rossoctl rename.

The rename renamed the repo to operator and the controller image to
rossoctl-operator, but charts/operator/values.yaml set
controllerManager.container.image.repository to the repo name
(ghcr.io/rossoctl/operator/operator) — which does not exist.

Impact

rossoctl-controller-manager hits ImagePullBackOff (403 — image not found)
on platform install, failing the Kind e2e on both main and the
v0.7.0-alpha.6 PR
. The real image ghcr.io/rossoctl/operator/rossoctl-operator
publishes correctly; only the chart reference was wrong.

Fix

Point image.repository at the actual published image:
ghcr.io/rossoctl/operator/rossoctl-operator.

After merge

Re-cut operator v0.3.0-alpha.10, then re-pin the platform (rossoctl/rossoctl)
to alpha.10 — the Kind e2e should then install cleanly.

Assisted-By: Claude Code

The rename renamed the repo to 'operator' and the controller image to
'rossoctl-operator', but the chart's image.repository was set to the repo
name (ghcr.io/rossoctl/operator/operator) — which does not exist. This caused
rossoctl-controller-manager to ImagePullBackOff (403) on platform install,
failing the Kind e2e on both main and the v0.7.0-alpha.6 PR.

Point it at the actual published image: ghcr.io/rossoctl/operator/rossoctl-operator.

Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: cwiklik <cwiklikj@gmail.com>
@cwiklik
cwiklik requested a review from a team as a code owner July 21, 2026 21:44
@cwiklik cwiklik changed the title fix(charts): correct operator controller image to rossoctl-operator Fix(charts): correct operator controller image to rossoctl-operator Jul 21, 2026
@cwiklik
cwiklik merged commit baad7f2 into main Jul 22, 2026
17 of 18 checks passed
cwiklik added a commit to rossoctl/rossoctl that referenced this pull request Jul 22, 2026
Re-pin operator to v0.3.0-alpha.10, which carries the operator-chart fix
(rossoctl/operator#493) that corrects the controller image reference to
ghcr.io/rossoctl/operator/rossoctl-operator. alpha.9's chart pointed at a
nonexistent .../operator image, causing rossoctl-controller-manager
ImagePullBackOff and the Kind e2e failure on this PR.

Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: cwiklik <cwiklikj@gmail.com>
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.

2 participants