Skip to content

Commit

Permalink
Auto-update workflows-app version to 0.126.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Feb 8, 2024
1 parent 384cc8b commit 7234773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ azure {
workflows-app-config {
instrumentation-enabled = false
chart-name = "terra-helm/workflows-app"
chart-version = "0.124.0"
chart-version = "0.126.0"
release-name-suffix = "wfa-rls"
namespace-name-suffix = "wfa-ns"
ksa-name = "wfa-ksa"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
WorkflowsAppConfig(
ChartName("terra-helm/workflows-app"),
ChartVersion("0.124.0"),
ChartVersion("0.126.0"),
ReleaseNameSuffix("wfa-rls"),
NamespaceNameSuffix("wfa-ns"),
KsaName("wfa-ksa"),
Expand Down

0 comments on commit 7234773

Please sign in to comment.