Fixed pullPolicy

This commit is contained in:
2024-07-15 00:24:24 +02:00
parent 5c2383ce97
commit 60e3c85ce7

View File

@ -38,6 +38,7 @@ deploy:
--namespace "$NAMESPACE"
-f "$HELM_CONFIG"
--set image.repository="$CI_REGISTRY/telegram-bots/autotex"
--set image.pullPolicy="Always"
--set image.tag="latest"