Skip to content

Commit

Permalink
Base image and CRDS context updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Apr 2, 2024
1 parent 4cf548b commit 28e849a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 28e849a

Please sign in to comment.