Skip to content

Commit

Permalink
Merge pull request #116 from bhayden53/quickfix/v0.4.13-qf1
Browse files Browse the repository at this point in the history
quickfix for ebs volume on ops
  • Loading branch information
bhayden53 authored May 11, 2021
2 parents 3eff76d + 30ae52c commit 6fc0c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
CALCLOUD_VER="0.4.13-qf1"
CALDP_VER="0.2.8"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210415_CAL_final"

Expand Down
6 changes: 3 additions & 3 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable lt_ebs_type {
"-sb" = "gp2"
"-dev" = "gp2"
"-test" = "gp3"
"-ops" = "gp2"
"-ops" = "gp3"
}
}

Expand All @@ -65,7 +65,7 @@ variable lt_ebs_iops {
"-sb" = 0
"-dev" = 0
"-test" = 3000
"-ops" = 0
"-ops" = 3000
}
}

Expand All @@ -78,7 +78,7 @@ variable lt_ebs_throughput {
"-sb" = null
"-dev" = null
"-test" = 250
"-ops" = null
"-ops" = 250
}
}

Expand Down

0 comments on commit 6fc0c48

Please sign in to comment.