Skip to content

Commit

Permalink
Update wds version to 0.66.0 (#4200)
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot authored Feb 9, 2024
1 parent b81e3fa commit 22eb6b0
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 @@ -348,7 +348,7 @@ azure {
environment-base = "live"
instrumentation-enabled = false
chart-name = "terra-helm/wds"
chart-version = "0.64.0"
chart-version = "0.66.0"
release-name-suffix = "wds-rls"
namespace-name-suffix = "wds-ns"
ksa-name = "wds-ksa"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class ConfigReaderSpec extends AnyFlatSpec with Matchers {
),
WdsAppConfig(
ChartName("terra-helm/wds"),
ChartVersion("0.64.0"),
ChartVersion("0.66.0"),
ReleaseNameSuffix("wds-rls"),
NamespaceNameSuffix("wds-ns"),
KsaName("wds-ksa"),
Expand Down

0 comments on commit 22eb6b0

Please sign in to comment.