diff --git a/http/src/main/resources/reference.conf b/http/src/main/resources/reference.conf index 7dddb6ebe0..10054d8f25 100644 --- a/http/src/main/resources/reference.conf +++ b/http/src/main/resources/reference.conf @@ -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" @@ -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" diff --git a/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala b/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala index 0865b9d6ab..2f171c4eec 100644 --- a/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala +++ b/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala @@ -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"), @@ -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"),