From 0908fe63b7a418aa07f2e8908896a834c3e55963 Mon Sep 17 00:00:00 2001 From: Rob Swaters Date: Thu, 1 Aug 2024 20:03:59 +0000 Subject: [PATCH] Base image and CRDS context updates --- changelog.md | 2 +- terraform/deploy_vars.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 761f74b..82d94d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -- default base docker image set to CALDP_mostlyCOS_CAL_rc4 +- default base docker image set to CALDP_mostlyCOS_CAL_rc5 - default crds update to hst_1169.pmap diff --git a/terraform/deploy_vars.sh b/terraform/deploy_vars.sh index 9eb210e..8ce121a 100755 --- a/terraform/deploy_vars.sh +++ b/terraform/deploy_vars.sh @@ -1,7 +1,7 @@ #! /bin/bash -xu -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 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 BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} ` export COMMON_IMAGE_TAG="CALCLOUD_${CALCLOUD_VER}-CALDP_${CALDP_VER}-BASE_${BASE_IMAGE_TAG}"