From 9a80965c823f3144129a81e3bedc5db1863a3f77 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 26 Aug 2024 17:16:10 +0000 Subject: [PATCH] Auto-update Cromwell version to 0.2.543 --- Dockerfile | 2 +- http/src/main/resources/reference.conf | 4 ++-- .../dsde/workbench/leonardo/KubernetesTestData.scala | 2 +- .../dsde/workbench/leonardo/http/ConfigReaderSpec.scala | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff1ab960380..8d147df60d5 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.543 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 af40998d1b6..072ec1c2e82 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.543" 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.543" 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 5727e47f747..8b4ab31a1f5 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.543") 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 5a66540dc42..447e0e51b63 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.543"), ReleaseNameSuffix("coa-rls"), NamespaceNameSuffix("coa-ns"), KsaName("coa-ksa"),