Skip to content

Commit

Permalink
[AN-128] Cromwell Runner 0.197.0 & Workflows 0.284.0-AUTOMERGE (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot authored Oct 15, 2024
1 parent 56410cc commit 10b9aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ azure {
workflows-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/workflows-app"
chart-version = "0.269.0"
chart-version = "0.284.0"
release-name-suffix = "wfa-rls"
namespace-name-suffix = "wfa-ns"
ksa-name = "wfa-ksa"
Expand All @@ -374,7 +374,7 @@ azure {
cromwell-runner-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/cromwell-runner-app"
chart-version = "0.185.0"
chart-version = "0.197.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 @@ -152,7 +152,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
CromwellRunnerAppConfig(
ChartName("terra-helm/cromwell-runner-app"),
ChartVersion("0.185.0"),
ChartVersion("0.197.0"),
ReleaseNameSuffix("cra-rls"),
NamespaceNameSuffix("cra-ns"),
KsaName("cra-ksa"),
Expand All @@ -171,7 +171,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
WorkflowsAppConfig(
ChartName("terra-helm/workflows-app"),
ChartVersion("0.269.0"),
ChartVersion("0.284.0"),
ReleaseNameSuffix("wfa-rls"),
NamespaceNameSuffix("wfa-ns"),
KsaName("wfa-ksa"),
Expand Down

0 comments on commit 10b9aaf

Please sign in to comment.