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 Jan 20, 2023
1 parent 8c10c2a commit 2dca277
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
- default base docker image set to CALDP_20221010_CAL_final
- default crds update to hst_1038.pmap
- pull cert chain from ami where the image is built
- significant unit test coverage additions
- node install bugfix in ami-rotation userdata
- default base docker image set to CALDP_drizcosstis_CAL_rc2
- default crds update to hst_1063.pmap
6 changes: 3 additions & 3 deletions terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/bash -xu

export CALCLOUD_VER="v0.4.38"
export CALDP_VER="v0.2.20"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20221010_CAL_final"
export CALCLOUD_VER="v0.4.39-rc2"
export CALDP_VER="v0.2.21-rc2"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_drizcosstis_CAL_rc2"

export BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} `

Expand Down
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ variable crds_context {
default = {
"-sb" = "hst_0962.pmap"
"-dev" = "hst_0962.pmap"
"-test" = "hst_1038.pmap"
"-ops" = "hst_1038.pmap"
"-test" = "hst_1063.pmap"
"-ops" = "hst_1063.pmap"
}
}

Expand Down

0 comments on commit 2dca277

Please sign in to comment.