From 1acd5fb73a8a6998a492ecf732a41aad5fdf894d Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 16 Aug 2018 13:59:30 -0400 Subject: [PATCH] Use full remote image name when setting deployed image --- deploy/kubernetes/atst-update-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/atst-update-deploy.sh b/deploy/kubernetes/atst-update-deploy.sh index 464669fd..96d3314c 100755 --- a/deploy/kubernetes/atst-update-deploy.sh +++ b/deploy/kubernetes/atst-update-deploy.sh @@ -28,7 +28,7 @@ kubectl config use-context travis kubectl config current-context # Update the ATST deployment -kubectl -n atat set image deployment.apps/atst atst="${PROD_IMAGE_NAME}" +kubectl -n atat set image deployment.apps/atst atst="${remote_image_name}" # Remove the K8S CA file when the script exits function cleanup {