Skip to content

Commit

Permalink
Remove placeholder cromwell image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaun committed Jan 31, 2025
1 parent 64a81d7 commit 63f36e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ azure {
cromwell-runner-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/cromwell-runner-app"
chart-version = "0.197.0"
chart-version = "0.198.0"
release-name-suffix = "cra-rls"
namespace-name-suffix = "cra-ns"
ksa-name = "cra-ksa"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,7 @@ class CromwellRunnerAppInstall[F[_]](config: CromwellRunnerAppConfig,

// Bard configs
raw"bard.bardUrl=${config.bardBaseUri}",
raw"bard.enabled=${config.bardEnabled}",

// TEMPORARY HELM OVERRIDE VALUES WHILE WAITING FOR PR
raw"cromwell.image=potomacdevap.azurecr.us/broadinstitute/cromwell:84214c9d71721269f9945406d72e30a6f8aac514"
raw"bard.enabled=${config.bardEnabled}"
)

finalList = maybeLimits match {
Expand Down

0 comments on commit 63f36e4

Please sign in to comment.