Skip to content
Snippets Groups Projects
Commit f87794a5 authored by Yannick Parker's avatar Yannick Parker
Browse files

fixing image error

parent c1d30daf
No related tags found
1 merge request!4fixing image error
Pipeline #331306 failed with stage
in 0 seconds
......@@ -47,6 +47,11 @@ Deploy Environment:
--install
--atomic
--debug
--set hostname=${CI_ENVIRONMENT_URL#https://}
--set imagePullSecrets."${ESCAPED_CI_REGISTRY}".username=${CI_DEPLOY_USER}
--set imagePullSecrets."${ESCAPED_CI_REGISTRY}".password=${CI_DEPLOY_PASSWORD}
--set image.repository=${CI_REGISTRY_IMAGE}/${IMAGE_NAME}
--set image.tag=${IMAGE_TAG}
--repo="${CHART_DESTINATION_REPO}"
--username=gitlab-ci-token
--password="${CI_JOB_TOKEN}"
......
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