From f61e7c9bfcf06d4e1dcd1795308b77e8a968097c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 9 May 2026 12:40:35 +0000 Subject: [PATCH] ig-poster: bump to cac6fa97 + sync POSTIZ_INTEGRATION_ID via ESO --- stacks/instagram-poster/modules/instagram-poster/main.tf | 4 ++++ stacks/instagram-poster/terragrunt.hcl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stacks/instagram-poster/modules/instagram-poster/main.tf b/stacks/instagram-poster/modules/instagram-poster/main.tf index 7a6181e9..1959d324 100644 --- a/stacks/instagram-poster/modules/instagram-poster/main.tf +++ b/stacks/instagram-poster/modules/instagram-poster/main.tf @@ -79,6 +79,10 @@ resource "kubernetes_manifest" "external_secret" { secretKey = "TELEGRAM_CHAT_ID" remoteRef = { key = "instagram-poster", property = "telegram_chat_id" } }, + { + secretKey = "POSTIZ_INTEGRATION_ID" + remoteRef = { key = "instagram-poster", property = "postiz_integration_id" } + }, ] } } diff --git a/stacks/instagram-poster/terragrunt.hcl b/stacks/instagram-poster/terragrunt.hcl index 08349275..d23fffa3 100644 --- a/stacks/instagram-poster/terragrunt.hcl +++ b/stacks/instagram-poster/terragrunt.hcl @@ -19,5 +19,5 @@ dependency "external-secrets" { inputs = { # Bump per deploy. Use 8-char git SHA — :latest causes stale pull-through cache. - image_tag = "25e46efd" + image_tag = "cac6fa97" }