Skip to content

Commit 63f36e4

Browse files
committed
Remove placeholder cromwell image
1 parent 64a81d7 commit 63f36e4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

http/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ azure {
374374
cromwell-runner-app-config {
375375
instrumentation-enabled = false
376376
chart-name = "terra-helm/cromwell-runner-app"
377-
chart-version = "0.197.0"
377+
chart-version = "0.198.0"
378378
release-name-suffix = "cra-rls"
379379
namespace-name-suffix = "cra-ns"
380380
ksa-name = "cra-ksa"

http/src/main/scala/org/broadinstitute/dsde/workbench/leonardo/app/CromwellRunnerAppInstall.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,7 @@ class CromwellRunnerAppInstall[F[_]](config: CromwellRunnerAppConfig,
172172

173173
// Bard configs
174174
raw"bard.bardUrl=${config.bardBaseUri}",
175-
raw"bard.enabled=${config.bardEnabled}",
176-
177-
// TEMPORARY HELM OVERRIDE VALUES WHILE WAITING FOR PR
178-
raw"cromwell.image=potomacdevap.azurecr.us/broadinstitute/cromwell:84214c9d71721269f9945406d72e30a6f8aac514"
175+
raw"bard.enabled=${config.bardEnabled}"
179176
)
180177

181178
finalList = maybeLimits match {

0 commit comments

Comments
 (0)