promote(frontend): economical/prod -> sha256:e8923e48f7c991145bf2515a915c69c94896bba004dce5a323907461119f9c0d - #70
Open
EstebanGZam wants to merge 1 commit into
Open
Conversation
…8f7c991145bf2515a915c69c94896bba004dce5a323907461119f9c0d
EstebanGZam
force-pushed
the
promote/frontend-economical-prod-reissue
branch
from
August 25, 2026 01:48
d101034 to
098cfc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-issues the stranded promotion in #43.
That PR targeted
apps/frontend/overlays/prod/, a path that no longer exists since service composition moved toprofiles/<profile>/overlays/<env>/. Its digest is newer than whatmaincarries, so closing it without replacement would have silently left the platform on an older image.frontendeconomicalprodeks-devsha256:e8923e48f7c991145bf2515a915c69c94896bba004dce5a323907461119f9c0dProduced by
scripts/bump-image.sh frontend prod economical eks-dev <digest>, so exactly one overlay changes and the registry location is preserved from the overlay rather than guessed.The digest was confirmed present in ECR before this PR was opened.
Rollback:
git revertthis commit.Supersedes #43. The pipeline that produced the original was repaired in
MicroTodoSuite/.github#11, so future promotions land on the correct path automatically.