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 Jul 29, 2024
1 parent 86ed7d0 commit 3749701
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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_mostlyCOS_CAL_rc2
- default crds update to hst_1168.pmap
- default base docker image set to CALDP_mostlyCOS_CAL_rc4
- default crds update to hst_1169.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.44-rc2"
export CALDP_VER="v0.2.26-rc2"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_mostlyCOS_CAL_rc2"
export CALCLOUD_VER="v0.4.44-rc4"
export CALDP_VER="v0.2.26-rc4"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_mostlyCOS_CAL_rc4"
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
8 changes: 4 additions & 4 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ variable crds_context {
description = "the crds context to be the default for the environment"
type = map(string)
default = {
"-sb" = "hst_1163.pmap"
"-dev" = "hst_1163.pmap"
"-test" = "hst_1168.pmap"
"-ops" = "hst_1168.pmap"
"-sb" = "hst_1165.pmap"
"-dev" = "hst_1165.pmap"
"-test" = "hst_1169.pmap"
"-ops" = "hst_1169.pmap"
}
}

Expand Down

0 comments on commit 3749701

Please sign in to comment.