Skip to content

Commit

Permalink
base image, crds context, and rc tag updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed Mar 19, 2022
1 parent 6ba5844 commit 4d06474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#! /bin/bash -xu

export CALCLOUD_VER="v0.4.34"
export CALDP_VER="v0.2.17"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20211129_CAL_final"
export CALCLOUD_VER="v0.4.35-rc1"
export CALDP_VER="v0.2.18-rc1"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_mvmbeta_CAL_rc3"


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_0866.pmap"
"-dev" = "hst_0866.pmap"
"-test" = "hst_0981.pmap"
"-ops" = "hst_0981.pmap"
"-test" = "hst_0989.pmap"
"-ops" = "hst_0989.pmap"
}
}

Expand Down

0 comments on commit 4d06474

Please sign in to comment.