Skip to content

Commit d47402b

Browse files
authored
WM-2612: Update workflows-app version to 0.215.0 (#4582)
1 parent 2c64626 commit d47402b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ azure {
342342
workflows-app-config {
343343
instrumentation-enabled = false
344344
chart-name = "terra-helm/workflows-app"
345-
chart-version = "0.211.0"
345+
chart-version = "0.215.0"
346346
release-name-suffix = "wfa-rls"
347347
namespace-name-suffix = "wfa-ns"
348348
ksa-name = "wfa-ksa"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
165165
),
166166
WorkflowsAppConfig(
167167
ChartName("terra-helm/workflows-app"),
168-
ChartVersion("0.211.0"),
168+
ChartVersion("0.215.0"),
169169
ReleaseNameSuffix("wfa-rls"),
170170
NamespaceNameSuffix("wfa-ns"),
171171
KsaName("wfa-ksa"),

0 commit comments

Comments
 (0)