ci: increasing the helm upgrade timeout (#419)

* ci: increasing the helm upgrade timeout

* readjusting the value
This commit is contained in:
arshamparity
2021-09-30 19:00:11 +03:00
committed by GitHub
parent 7ac88a7e84
commit da452c75bb
+1 -1
View File
@@ -124,7 +124,7 @@ stages:
- helm upgrade
--install
--atomic
--timeout 120s
--timeout 300s
--namespace $HELM_NAMESPACE
--values custom-values.yaml
--set image.backend.repository="${CONTAINER_REPO_BACKEND}"