Commit dbdda15 1 parent 92d9b57 commit dbdda15 Copy full SHA for dbdda15
File tree 3 files changed +3
-3
lines changed
test/scala/org/broadinstitute/dsde/workbench/leonardo/http
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV CROMWELL_RUNNER_APP_VERSION 0.52.0
36
36
# WORKFLOWS APP comment to prevent merge conflicts
37
37
ENV WORKFLOWS_APP_VERSION 0.83.0
38
38
# WDS CHART comment to prevent merge conflicts
39
- ENV WDS_CHART_VERSION 0.58 .0
39
+ ENV WDS_CHART_VERSION 0.59 .0
40
40
ENV HAIL_BATCH_CHART_VERSION 0.1.9
41
41
ENV RSTUDIO_CHART_VERSION 0.3.0
42
42
ENV SAS_CHART_VERSION 0.3.0
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ azure {
350
350
environment-base = "live"
351
351
instrumentation-enabled = false
352
352
chart-name = "/leonardo/wds"
353
- chart-version = "0.58 .0"
353
+ chart-version = "0.59 .0"
354
354
release-name-suffix = "wds-rls"
355
355
namespace-name-suffix = "wds-ns"
356
356
ksa-name = "wds-ksa"
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
172
172
),
173
173
WdsAppConfig (
174
174
ChartName (" /leonardo/wds" ),
175
- ChartVersion (" 0.58 .0" ),
175
+ ChartVersion (" 0.59 .0" ),
176
176
ReleaseNameSuffix (" wds-rls" ),
177
177
NamespaceNameSuffix (" wds-ns" ),
178
178
KsaName (" wds-ksa" ),
You can’t perform that action at this time.
0 commit comments