Skip to content

chore: pin overlay images to immutable sha- tags#1

Merged
David-Uka merged 1 commit into
mainfrom
chore/pin-sha-tags
Jul 6, 2026
Merged

chore: pin overlay images to immutable sha- tags#1
David-Uka merged 1 commit into
mainfrom
chore/pin-sha-tags

Conversation

@David-Uka

Copy link
Copy Markdown
Owner

Replaces floating dev/staging/prod tags in each overlay's kustomization.yaml with a sha-0000000 placeholder.

Why: floating tags let ArgoCD sync whatever currently has that name in GHCR — non-reproducible, and rollback becomes ambiguous (which image was actually running?). CI (bump-dev-overlay / promote.yml) becomes the only thing expected to update this value, via kustomize edit set image.

Verified with kustomize build on all three overlays.

Replace floating dev/staging/prod tags with a sha-0000000 placeholder
in each overlay's kustomization.yaml. Floating tags let ArgoCD sync
whatever currently has that name in GHCR, which is non-reproducible
and makes rollback ambiguous. CI (bump-dev-overlay / promote.yml) is
now the only thing expected to update this value, via
'kustomize edit set image'.

Placeholder will be replaced by a real digest on the first successful
CI run.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Kustomize overlays for the dev, staging, and prod environments of the sample-app. Specifically, it replaces the floating image tags (dev, staging, prod) with a placeholder immutable SHA tag (sha-0000000) and adds explanatory comments detailing that CI will manage these values. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@David-Uka
David-Uka merged commit b49ad75 into main Jul 6, 2026
0 of 3 checks passed
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.

1 participant