diff --git a/capif/templates/cd-deploy-ocf.gitlab-ci.yml b/capif/templates/cd-deploy-ocf.gitlab-ci.yml index 6076cee6d0f981c1e4671d10da84d54104149c1d..bb9675a96431035c8528a0c1c396f5ffdb4afe20 100644 --- a/capif/templates/cd-deploy-ocf.gitlab-ci.yml +++ b/capif/templates/cd-deploy-ocf.gitlab-ci.yml @@ -169,7 +169,9 @@ deploy_ocf_dev: --set publishedApis.publishedApis.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/ocf-publish-service-api \ --set publishedApis.publishedApis.image.tag=$CI_COMMIT_REF_SLUG \ --set serviceApis.serviceApis.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/ocf-discover-service-api \ - --set serviceApis.serviceApis.image.tag=$CI_COMMIT_REF_SLUG --wait --timeout=10m --create-namespace + --set serviceApis.serviceApis.image.tag=$CI_COMMIT_REF_SLUG \ + --set nginx.nginx.image.repository=$CI_REGISTRY/ocf/capif/$CI_COMMIT_REF_SLUG/nginx \ + --set nginx.nginx.image.tag=$CI_COMMIT_REF_SLUG --wait --timeout=10m --create-namespace delete_ocf_dev: stage: delete_ocf_dev