Skip to content

Commit

Permalink
Auto-update Cromwell version to 0.2.542
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Aug 26, 2024
1 parent 2178c7d commit dd35c6e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.542
ENV HAIL_BATCH_CHART_VERSION 0.2.0
ENV RSTUDIO_CHART_VERSION 0.12.0
ENV SAS_CHART_VERSION 0.17.0
Expand Down
4 changes: 2 additions & 2 deletions http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.542"
release-name-suffix = "coa-rls"
namespace-name-suffix = "coa-ns"
ksa-name = "coa-ksa"
Expand Down Expand Up @@ -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.542"
services = [
{
name = "cromwell-service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.542")

val coaChart = Chart(coaChartName, coaChartVersion)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.542"),
ReleaseNameSuffix("coa-rls"),
NamespaceNameSuffix("coa-ns"),
KsaName("coa-ksa"),
Expand Down

0 comments on commit dd35c6e

Please sign in to comment.