From 608950bfae28cf8290ebc68d01ed5639e431654f Mon Sep 17 00:00:00 2001 From: broadbot Date: Thu, 15 Aug 2024 15:35:17 +0000 Subject: [PATCH] Auto-update Cromwell version to 0.2.531 --- 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..427109ccb7d 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.531 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 7dddb6ebe02..367df73d02d 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.531" 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.531" 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..815cbfb64b6 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.531") 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 0865b9d6abc..078b2c001d7 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 @@ -89,7 +89,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.531"), ReleaseNameSuffix("coa-rls"), NamespaceNameSuffix("coa-ns"), KsaName("coa-ksa"),