From 5b6c5a63e60e30a269152c94c1754fb408ee5f79 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Tue, 12 May 2026 13:14:36 -0500 Subject: [PATCH] chore: embed image tag in kustomize bundle at publish time Pass image-name and image-overlays inputs to publish-kustomize-bundle.yaml so the "Set Image Tags in Kustomize Overlays" step runs and bakes the correct docker image tag into config/manager before publishing the OCI bundle. Without these inputs the step is skipped (conditional on both inputs being non-empty), leaving the bundle with newTag: latest and causing ImagePullBackOff when FluxCD deploys from the bundle. --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ffc3cb2..537927d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,4 +31,6 @@ jobs: with: bundle-name: ghcr.io/datum-cloud/network-services-operator-kustomize bundle-path: config + image-name: ghcr.io/datum-cloud/network-services-operator + image-overlays: config/manager secrets: inherit