From 3749701a0db4899249e5f85b223373836be1ffd3 Mon Sep 17 00:00:00 2001 From: Rob Swaters Date: Mon, 29 Jul 2024 19:30:01 +0000 Subject: [PATCH] Base image and CRDS context updates --- changelog.md | 4 ++-- terraform/deploy_vars.sh | 6 +++--- terraform/variables.tf | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index 2e5934f..761f74b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -- default base docker image set to CALDP_mostlyCOS_CAL_rc2 -- default crds update to hst_1168.pmap +- default base docker image set to CALDP_mostlyCOS_CAL_rc4 +- default crds update to hst_1169.pmap diff --git a/terraform/deploy_vars.sh b/terraform/deploy_vars.sh index 33b9669..9eb210e 100755 --- a/terraform/deploy_vars.sh +++ b/terraform/deploy_vars.sh @@ -1,7 +1,7 @@ #! /bin/bash -xu -export CALCLOUD_VER="v0.4.44-rc2" -export CALDP_VER="v0.2.26-rc2" -export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_mostlyCOS_CAL_rc2" +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 BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} ` export COMMON_IMAGE_TAG="CALCLOUD_${CALCLOUD_VER}-CALDP_${CALDP_VER}-BASE_${BASE_IMAGE_TAG}" diff --git a/terraform/variables.tf b/terraform/variables.tf index f50395e..643735b 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -117,10 +117,10 @@ variable crds_context { description = "the crds context to be the default for the environment" type = map(string) default = { - "-sb" = "hst_1163.pmap" - "-dev" = "hst_1163.pmap" - "-test" = "hst_1168.pmap" - "-ops" = "hst_1168.pmap" + "-sb" = "hst_1165.pmap" + "-dev" = "hst_1165.pmap" + "-test" = "hst_1169.pmap" + "-ops" = "hst_1169.pmap" } }