diff --git a/changelog.md b/changelog.md index 6935174..9ea48c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -- default base docker image set to CALDP_infrastructure_CAL_rc1 -- default crds update to hst_1140.pmap +- default base docker image set to CALDP_infrastructure_CAL_rc6 +- default crds update to hst_1149.pmap diff --git a/terraform/deploy_vars.sh b/terraform/deploy_vars.sh index 6eb07c5..a0c074a 100755 --- a/terraform/deploy_vars.sh +++ b/terraform/deploy_vars.sh @@ -1,7 +1,7 @@ #! /bin/bash -xu -export CALCLOUD_VER="v0.4.43-rc1" -export CALDP_VER="v0.2.25-rc1" -export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_infrastructure_CAL_rc1" +export CALCLOUD_VER="v0.4.43-rc2" +export CALDP_VER="v0.2.25-rc2" +export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_infrastructure_CAL_rc6" export BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} ` export COMMON_IMAGE_TAG="CALCLOUD_${CALCLOUD_VER}-CALDP_${CALDP_VER}-BASE_${BASE_IMAGE_TAG}" diff --git a/terraform/variables.tf b/terraform/variables.tf index 272d406..4647e5f 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -119,8 +119,8 @@ variable crds_context { default = { "-sb" = "hst_1101.pmap" "-dev" = "hst_1101.pmap" - "-test" = "hst_1140.pmap" - "-ops" = "hst_1140.pmap" + "-test" = "hst_1149.pmap" + "-ops" = "hst_1149.pmap" } }