Skip to content

Commit

Permalink
Update base image and changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Aug 13, 2024
1 parent 0908fe6 commit 340ce06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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_rc5
- default base docker image set to CALDP_20240813_CAL_final
- 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-rc5"
export CALDP_VER="v0.2.26-rc5"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_mostlyCOS_CAL_rc5"
export CALCLOUD_VER="v0.4.44"
export CALDP_VER="v0.2.26"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20240813_CAL_final"
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 340ce06

Please sign in to comment.