Added annotation to restart pod all the time.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
@ -37,6 +37,7 @@ deploy:
|
|||||||
--timeout 2m
|
--timeout 2m
|
||||||
--namespace "$NAMESPACE"
|
--namespace "$NAMESPACE"
|
||||||
-f "$HELM_CONFIG"
|
-f "$HELM_CONFIG"
|
||||||
|
--set "podAnnotations.deployed_at=$(date +%Y.%m.%d-%H:%M)"
|
||||||
--set image.repository="$CI_REGISTRY/telegram-bots/autotex"
|
--set image.repository="$CI_REGISTRY/telegram-bots/autotex"
|
||||||
--set image.pullPolicy="Always"
|
--set image.pullPolicy="Always"
|
||||||
--set image.tag="latest"
|
--set image.tag="latest"
|
||||||
|
Reference in New Issue
Block a user