Skip to content

Commit

Permalink
Auto-update CRA to 0.189.0 and WFA to 0.273.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Aug 26, 2024
1 parent 2178c7d commit ad60a34
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.273.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.189.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.189.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.273.0"),
ReleaseNameSuffix("wfa-rls"),
NamespaceNameSuffix("wfa-ns"),
KsaName("wfa-ksa"),
Expand Down

0 comments on commit ad60a34

Please sign in to comment.