Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WX-1821: Update Cromwell version to 0.2.543 #4768

Closed
wants to merge 1 commit into from
Closed
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 @@ -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
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.543"
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.543"
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.543")

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.543"),
ReleaseNameSuffix("coa-rls"),
NamespaceNameSuffix("coa-ns"),
KsaName("coa-ksa"),
Expand Down
Loading