Skip to content

Commit 5c51ab5

Browse files
authored
WM-1865: Update workflows-app version to 0.91.0 (#4016)
1 parent 1f39d10 commit 5c51ab5

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
@@ -34,7 +34,7 @@ ENV CROWELL_ON_AZURE_CHART_VERSION 0.2.397
3434
# These two are the new Workflows and Cromwell Runner apps to eventually replace COA (and maybe one day Cromwell):
3535
ENV CROMWELL_RUNNER_APP_VERSION 0.52.0
3636
# WORKFLOWS APP comment to prevent merge conflicts
37-
ENV WORKFLOWS_APP_VERSION 0.83.0
37+
ENV WORKFLOWS_APP_VERSION 0.91.0
3838
# WDS CHART comment to prevent merge conflicts
3939
ENV WDS_CHART_VERSION 0.59.0
4040
ENV HAIL_BATCH_CHART_VERSION 0.1.9

http/src/main/resources/reference.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ azure {
305305
workflows-app-config {
306306
instrumentation-enabled = false
307307
chart-name = "/leonardo/workflows-app"
308-
chart-version = "0.83.0"
308+
chart-version = "0.91.0"
309309
release-name-suffix = "wfa-rls"
310310
namespace-name-suffix = "wfa-ns"
311311
ksa-name = "wfa-ksa"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
154154
),
155155
WorkflowsAppConfig(
156156
ChartName("/leonardo/workflows-app"),
157-
ChartVersion("0.83.0"),
157+
ChartVersion("0.91.0"),
158158
ReleaseNameSuffix("wfa-rls"),
159159
NamespaceNameSuffix("wfa-ns"),
160160
KsaName("wfa-ksa"),

0 commit comments

Comments
 (0)