From 9348895a8c79382c97e91b648540444b86777820 Mon Sep 17 00:00:00 2001 From: cwiklik Date: Tue, 21 Jul 2026 17:43:55 -0400 Subject: [PATCH] fix(charts): correct operator controller image to rossoctl-operator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Signed-off-by: cwiklik --- charts/operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index b7095ebb..e266c949 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -3,7 +3,7 @@ controllerManager: replicas: 1 container: image: - repository: ghcr.io/rossoctl/operator/operator + repository: ghcr.io/rossoctl/operator/rossoctl-operator tag: __PLACEHOLDER__ pullPolicy: IfNotPresent args: