Commit 5c51ab5 1 parent 1f39d10 commit 5c51ab5 Copy full SHA for 5c51ab5
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 @@ -34,7 +34,7 @@ ENV CROWELL_ON_AZURE_CHART_VERSION 0.2.397
34
34
# These two are the new Workflows and Cromwell Runner apps to eventually replace COA (and maybe one day Cromwell):
35
35
ENV CROMWELL_RUNNER_APP_VERSION 0.52.0
36
36
# WORKFLOWS APP comment to prevent merge conflicts
37
- ENV WORKFLOWS_APP_VERSION 0.83 .0
37
+ ENV WORKFLOWS_APP_VERSION 0.91 .0
38
38
# WDS CHART comment to prevent merge conflicts
39
39
ENV WDS_CHART_VERSION 0.59.0
40
40
ENV HAIL_BATCH_CHART_VERSION 0.1.9
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ azure {
305
305
workflows-app-config {
306
306
instrumentation-enabled = false
307
307
chart-name = "/leonardo/workflows-app"
308
- chart-version = "0.83 .0"
308
+ chart-version = "0.91 .0"
309
309
release-name-suffix = "wfa-rls"
310
310
namespace-name-suffix = "wfa-ns"
311
311
ksa-name = "wfa-ksa"
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
154
154
),
155
155
WorkflowsAppConfig (
156
156
ChartName (" /leonardo/workflows-app" ),
157
- ChartVersion (" 0.83 .0" ),
157
+ ChartVersion (" 0.91 .0" ),
158
158
ReleaseNameSuffix (" wfa-rls" ),
159
159
NamespaceNameSuffix (" wfa-ns" ),
160
160
KsaName (" wfa-ksa" ),
You can’t perform that action at this time.
0 commit comments