Skip to content

Commit

Permalink
[WX-1816] Cromwell Runner 0.182.0 & Workflows 0.266.0-AUTOMERGE (#4756)
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot authored Aug 20, 2024
1 parent df43e65 commit 1424e16
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.253.0"
chart-version = "0.266.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.168.0"
chart-version = "0.182.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 @@ -151,7 +151,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
CromwellRunnerAppConfig(
ChartName("terra-helm/cromwell-runner-app"),
ChartVersion("0.168.0"),
ChartVersion("0.182.0"),
ReleaseNameSuffix("cra-rls"),
NamespaceNameSuffix("cra-ns"),
KsaName("cra-ksa"),
Expand All @@ -170,7 +170,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
WorkflowsAppConfig(
ChartName("terra-helm/workflows-app"),
ChartVersion("0.253.0"),
ChartVersion("0.266.0"),
ReleaseNameSuffix("wfa-rls"),
NamespaceNameSuffix("wfa-ns"),
KsaName("wfa-ksa"),
Expand Down

0 comments on commit 1424e16

Please sign in to comment.