Skip to content

Commit

Permalink
Auto-update cromwell-runner-app version to 0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Feb 1, 2024
1 parent 20a96bd commit 5b46edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -326,7 +326,7 @@ azure {
cromwell-runner-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/cromwell-runner-app"
chart-version = "0.76.0"
chart-version = "0.82.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 @@ -138,7 +138,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
CromwellRunnerAppConfig(
ChartName("terra-helm/cromwell-runner-app"),
ChartVersion("0.76.0"),
ChartVersion("0.82.0"),
ReleaseNameSuffix("cra-rls"),
NamespaceNameSuffix("cra-ns"),
KsaName("cra-ksa"),
Expand Down

0 comments on commit 5b46edd

Please sign in to comment.