ig-poster: bump to cac6fa97 + sync POSTIZ_INTEGRATION_ID via ESO

This commit is contained in:
Viktor Barzin 2026-05-09 12:40:35 +00:00
parent 36d5cebb5c
commit f61e7c9bfc
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 5 additions and 1 deletions

View file

@ -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" }
},
]
}
}

View file

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