Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading