From a89778fd65a7c513ac81f091e4b0550bbb5967a5 Mon Sep 17 00:00:00 2001 From: Brian Hayden <5826711+bhayden53@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:40:50 -0400 Subject: [PATCH] deploy version increments (#95) * deploy version increments --- terraform/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/deploy.sh b/terraform/deploy.sh index 0a684c1a..a88335bb 100755 --- a/terraform/deploy.sh +++ b/terraform/deploy.sh @@ -3,8 +3,8 @@ # ADMIN_ARN is set in the ci node env and should not be included in this deploy script # variables that will likely be changed frequently -CALCLOUD_VER="0.4.2" -CALDP_VER="0.2.3" +CALCLOUD_VER="0.4.3" +CALDP_VER="0.2.4" CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210323_CAL_final" CSYS_VER="CALDP_20210323" # this is the tag that the image will have in AWS ECR