From 9879959ebe8848a99a197c33a51ec7becece7324 Mon Sep 17 00:00:00 2001 From: Brian Hayden <5826711+bhayden53@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:31:39 -0400 Subject: [PATCH] deploy increment --- terraform/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/deploy.sh b/terraform/deploy.sh index a9eb45bb..8ce643ef 100755 --- a/terraform/deploy.sh +++ b/terraform/deploy.sh @@ -3,7 +3,7 @@ # ADMIN_ARN is set in the ci node env and should not be included in this deploy script # variables that will likely be changed frequently -CALCLOUD_VER="0.4.30-rc4" +CALCLOUD_VER="0.4.30-rc5" CALDP_VER="v0.2.15-rc2" CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_drizzlecats_CAL_rc5"