Skip to content

Commit dbdda15

Browse files
authored
AJ-1351: Update wds version to 0.59.0 (#4009)
1 parent 92d9b57 commit dbdda15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV CROMWELL_RUNNER_APP_VERSION 0.52.0
3636
# WORKFLOWS APP comment to prevent merge conflicts
3737
ENV WORKFLOWS_APP_VERSION 0.83.0
3838
# WDS CHART comment to prevent merge conflicts
39-
ENV WDS_CHART_VERSION 0.58.0
39+
ENV WDS_CHART_VERSION 0.59.0
4040
ENV HAIL_BATCH_CHART_VERSION 0.1.9
4141
ENV RSTUDIO_CHART_VERSION 0.3.0
4242
ENV SAS_CHART_VERSION 0.3.0

http/src/main/resources/reference.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ azure {
350350
environment-base = "live"
351351
instrumentation-enabled = false
352352
chart-name = "/leonardo/wds"
353-
chart-version = "0.58.0"
353+
chart-version = "0.59.0"
354354
release-name-suffix = "wds-rls"
355355
namespace-name-suffix = "wds-ns"
356356
ksa-name = "wds-ksa"

http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/ConfigReaderSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
172172
),
173173
WdsAppConfig(
174174
ChartName("/leonardo/wds"),
175-
ChartVersion("0.58.0"),
175+
ChartVersion("0.59.0"),
176176
ReleaseNameSuffix("wds-rls"),
177177
NamespaceNameSuffix("wds-ns"),
178178
KsaName("wds-ksa"),

0 commit comments

Comments
 (0)