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" }