From bb3bf224704eab30331633d5f8f7c535b205b02f Mon Sep 17 00:00:00 2001 From: Brian Hayden <5826711+bhayden53@users.noreply.github.com> Date: Wed, 2 Jun 2021 19:43:05 +0000 Subject: [PATCH] crds default context update and release versions increment --- terraform/deploy.sh | 4 ++-- terraform/variables.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/deploy.sh b/terraform/deploy.sh index e7110b8c..194c0cac 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.16" -CALDP_VER="0.2.10" +CALCLOUD_VER="0.4.17" +CALDP_VER="0.2.11" CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210505_CAL_final" # this is the tag that the image will have in AWS ECR diff --git a/terraform/variables.tf b/terraform/variables.tf index aab245aa..261475be 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -99,8 +99,8 @@ variable crds_context { default = { "-sb" = "hst_0866.pmap" "-dev" = "hst_0866.pmap" - "-test" = "hst_0920.pmap" - "-ops" = "hst_0920.pmap" + "-test" = "hst_0922.pmap" + "-ops" = "hst_0922.pmap" } }