Added annotation to restart pod all the time.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-07-15 00:34:50 +02:00
parent b684732836
commit de48914057

View File

@ -37,6 +37,7 @@ deploy:
--timeout 2m
--namespace "$NAMESPACE"
-f "$HELM_CONFIG"
--set "podAnnotations.deployed_at=$(date +%Y.%m.%d-%H:%M)"
--set image.repository="$CI_REGISTRY/telegram-bots/autotex"
--set image.pullPolicy="Always"
--set image.tag="latest"