diff --git a/Dockerfile b/Dockerfile index ff1ab96038..694f248e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV TERRA_APP_VERSION 0.5.0 ENV GALAXY_VERSION 2.9.0 ENV NGINX_VERSION 4.3.0 # If you update this here, make sure to also update reference.conf: -ENV CROMWELL_CHART_VERSION 0.2.523 +ENV CROMWELL_CHART_VERSION 0.2.547 ENV HAIL_BATCH_CHART_VERSION 0.2.0 ENV RSTUDIO_CHART_VERSION 0.12.0 ENV SAS_CHART_VERSION 0.17.0 diff --git a/http/src/main/resources/reference.conf b/http/src/main/resources/reference.conf index f5d64f013b..7b1638008d 100644 --- a/http/src/main/resources/reference.conf +++ b/http/src/main/resources/reference.conf @@ -274,7 +274,7 @@ azure { coa-app-config { instrumentation-enabled = false chart-name = "cromwell-helm/cromwell-on-azure" - chart-version = "0.2.523" + chart-version = "0.2.547" release-name-suffix = "coa-rls" namespace-name-suffix = "coa-ns" ksa-name = "coa-ksa" @@ -830,7 +830,7 @@ gke { cromwellApp { # If you update the chart name or version here, make sure to also update it in the dockerfile: chartName = "/leonardo/cromwell" - chartVersion = "0.2.523" + chartVersion = "0.2.547" services = [ { name = "cromwell-service" diff --git a/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/KubernetesTestData.scala b/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/KubernetesTestData.scala index 5727e47f74..9270ab441b 100644 --- a/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/KubernetesTestData.scala +++ b/http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/KubernetesTestData.scala @@ -58,7 +58,7 @@ object KubernetesTestData { val ingressChart = Chart(ingressChartName, ingressChartVersion) val coaChartName = ChartName("cromwell-helm/cromwell-on-azure") - val coaChartVersion = ChartVersion("0.2.523") + val coaChartVersion = ChartVersion("0.2.547") val coaChart = Chart(coaChartName, coaChartVersion) 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 5a66540dc4..f77366235a 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 @@ -90,7 +90,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers { AzureAppRegistrationConfig(ClientId(""), ClientSecret(""), ManagedAppTenantId("")), CoaAppConfig( ChartName("cromwell-helm/cromwell-on-azure"), - ChartVersion("0.2.523"), + ChartVersion("0.2.547"), ReleaseNameSuffix("coa-rls"), NamespaceNameSuffix("coa-ns"), KsaName("coa-ksa"),