Skip to content
Snippets Groups Projects
Commit 12b55f59 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

setting correct image tag and waiting for deployment

parent 5798bdef
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
......@@ -4,4 +4,6 @@ helm -n $KUBE_NAMESPACE upgrade --install \
review-${CI_COMMIT_REF_SLUG} \
chart/ \
-f $DEPLOYMENT_HELM_VALUES \
--set ingress.hosts[0].host=$DEPLOYMENT_URL
\ No newline at end of file
--set ingress.hosts[0].host=$DEPLOYMENT_URL \
--set image.fpm.tag=$DOCKER_FPM_IMAGE_TAG \
--set image.nginx.tag=$DOCKER_NGINX_IMAGE_TAG
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment