Skip to content

Stamp the fabric identity image at publish - #13

Merged
scotwells merged 1 commit into
mainfrom
fix/pin-fabric-identity-image
Aug 27, 2026
Merged

Stamp the fabric identity image at publish#13
scotwells merged 1 commit into
mainfrom
fix/pin-fabric-identity-image

Conversation

@scotwells

Copy link
Copy Markdown
Collaborator

The bundle stamps a published tag into the cell manager overlay only. The central allocator ships in the same bundle from a different overlay, so its deployment carried a tag the workflow never publishes and the pod would not have started.

Both overlays are now declared through the workflow multi image input, and the allocator overlay carries an images block so the pin is visible in the repo rather than appearing only after a publish.

This replaces an interim pin in the deployment change, datum-cloud/infra#4226, which should drop it once a bundle carrying this ships.

The publish workflow rewrites the image tag in every overlay it is given,
and it was given only the cell manager's. The central allocator's overlay
does not include that one, so its deployment shipped a tag the workflow
never publishes and the pod would not have started.

Key changes:
- Declare both overlays through the workflow's multi-image input
- Carry an images block in the fabric identity overlay so the pin is
  visible in the repo rather than only after a publish
@scotwells
scotwells marked this pull request as ready for review August 27, 2026 14:11
@scotwells
scotwells requested a review from a team as a code owner August 27, 2026 14:11
@scotwells
scotwells merged commit be2d9c3 into main Aug 27, 2026
7 checks passed
@scotwells
scotwells deleted the fix/pin-fabric-identity-image branch August 27, 2026 14:12
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