Skip to content

Commit

Permalink
Update caldp version
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Oct 14, 2024
1 parent e3771d9 commit e742f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.45-rc5"
export CALCLOUD_VER="v0.4.45-rc6"
export CALDP_VER="v0.2.27-rc2"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20240813_CAL_final"
export CAL_BASE_IMAGE="stsci/hst-pipeline:2024.10.1.1-mostlycos-py311"
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

0 comments on commit e742f84

Please sign in to comment.