From 0c3cb05083a3292e35b0c563aae0f6ce6b6266d9 Mon Sep 17 00:00:00 2001 From: broadbot Date: Thu, 9 Oct 2025 21:05:07 +0000 Subject: [PATCH] Auto-update Cromwell version to 0.2.559 --- Dockerfile | 2 +- http/src/main/resources/reference.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7239709255..32d6db9d8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ENV TERRA_APP_VERSION 0.5.0 ENV GALAXY_VERSION 2.10.1 ENV NGINX_VERSION 4.3.0 # If you update this here, make sure to also update reference.conf: -ENV CROMWELL_CHART_VERSION 0.2.558 +ENV CROMWELL_CHART_VERSION 0.2.559 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 51dc57ea73..a95ac8724e 100644 --- a/http/src/main/resources/reference.conf +++ b/http/src/main/resources/reference.conf @@ -562,7 +562,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.558" + chartVersion = "0.2.559" services = [ { name = "cromwell-service"