From 8d4a027a070e31ba4b432796ba7f9a1b1e5197dd Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 16 May 2020 18:19:40 -0400 Subject: [PATCH] add image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ad2c7c..07d8e3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,4 +36,4 @@ deploy_to_prod: - curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - chmod +x /usr/local/bin/kubectl - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - - helm template $CI_PROJECT_NAME --set tag=$CI_COMMIT_TAG --set port=$DEPLOY_PORT ./helm | kubectl apply -f - \ No newline at end of file + - helm template $CI_PROJECT_NAME --set tag=$CI_COMMIT_TAG --set image=$CI_REGISTRY_IMAGE --set port=$DEPLOY_PORT ./helm | kubectl apply -f - \ No newline at end of file