Skip to content

Commit

Permalink
Merge pull request #126 from bhayden53/master
Browse files Browse the repository at this point in the history
crds default context update and release versions increment
  • Loading branch information
bhayden53 authored Jun 2, 2021
2 parents 34a75be + bb3bf22 commit 5907eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# 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.16"
CALDP_VER="0.2.10"
CALCLOUD_VER="0.4.17"
CALDP_VER="0.2.11"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210505_CAL_final"

# this is the tag that the image will have in AWS ECR
Expand Down
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ variable crds_context {
default = {
"-sb" = "hst_0866.pmap"
"-dev" = "hst_0866.pmap"
"-test" = "hst_0920.pmap"
"-ops" = "hst_0920.pmap"
"-test" = "hst_0922.pmap"
"-ops" = "hst_0922.pmap"
}
}

Expand Down

0 comments on commit 5907eac

Please sign in to comment.