From 340ce06dfc8818b6d8ebe11bc1bbc99db104719c Mon Sep 17 00:00:00 2001 From: Rob Swaters Date: Tue, 13 Aug 2024 18:57:43 +0000 Subject: [PATCH] Update base image and changelog.md --- changelog.md | 2 +- terraform/deploy_vars.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 82d94d3..8ab2b1a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/terraform/deploy_vars.sh b/terraform/deploy_vars.sh index 8ce121a..a858f45 100755 --- a/terraform/deploy_vars.sh +++ b/terraform/deploy_vars.sh @@ -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}"