From 2d1dfa49f6b06f286d64de849202d61b43cc907c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 9 May 2026 00:09:58 +0000 Subject: [PATCH] instagram-poster: pin image tag to 23f8b4ed (initial push) --- stacks/instagram-poster/terragrunt.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/instagram-poster/terragrunt.hcl b/stacks/instagram-poster/terragrunt.hcl index 0e5d00ba..df54666f 100644 --- a/stacks/instagram-poster/terragrunt.hcl +++ b/stacks/instagram-poster/terragrunt.hcl @@ -18,6 +18,6 @@ dependency "external-secrets" { } inputs = { - # Bump per deploy. Use 8-char git SHA in CI; :latest only for local trials. - image_tag = "latest" + # Bump per deploy. Use 8-char git SHA — :latest causes stale pull-through cache. + image_tag = "23f8b4ed" }