From 7ded82ba0a04dc901caf0858788be71476ce4647 Mon Sep 17 00:00:00 2001 From: Brian Hayden <5826711+bhayden53@users.noreply.github.com> Date: Wed, 24 Mar 2021 23:24:14 +0000 Subject: [PATCH] caldp version incrememt for deploy script --- terraform/deploy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/terraform/deploy.sh b/terraform/deploy.sh index ce7b3d53..87a7f2ef 100755 --- a/terraform/deploy.sh +++ b/terraform/deploy.sh @@ -4,8 +4,9 @@ # variables that will likely be changed frequently CALCLOUD_VER="0.3.1" -CALDP_VER="0.2.0" +CALDP_VER="0.2.1" CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20201208_DRZ_final" +CSYS_VER="CALDP_20201208" # this is the tag that the image will have in AWS ECR CALDP_IMAGE_TAG="latest" @@ -64,7 +65,7 @@ cd ../calcloud-${CALCLOUD_VER}/terraform # must taint the compute env to be safe about launch template handling. see comments in batch.tf awsudo $ADMIN_ARN terraform taint aws_batch_compute_environment.calcloud # manual confirmation required -awsudo $ADMIN_ARN terraform apply -var "awsysver=${CALCLOUD_VER}" -var "awsdpver=${CALDP_VER}" -var "csys_ver=${CAL_BASE_IMAGE##*:}" +awsudo $ADMIN_ARN terraform apply -var "awsysver=${CALCLOUD_VER}" -var "awsdpver=${CALDP_VER}" -var "csys_ver=${CSYS_VER}" # make sure needed prefixes exist in primary s3 bucket # pulls the bucket name in from a tag called Name