From 09f594b69f0d96f755d4189cdd66b28efac6f97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Mon, 26 Jan 2026 11:41:25 +0100 Subject: [PATCH 1/2] update core chart version --- charts/defguard/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/defguard/Chart.yaml b/charts/defguard/Chart.yaml index d43a32e..6781bd4 100644 --- a/charts/defguard/Chart.yaml +++ b/charts/defguard/Chart.yaml @@ -3,8 +3,8 @@ name: defguard description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO type: application -version: 0.14.2 -appVersion: 1.6.1 +version: 0.14.3 +appVersion: 1.6.2 dependencies: - name: postgresql From ff61e7af7f9cad6274583eb5cfd68cd868b1ce99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Mon, 26 Jan 2026 11:41:55 +0100 Subject: [PATCH 2/2] update terraform example --- terraform/examples/basic/main.tf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index 88498e2..0f987a0 100644 --- a/terraform/examples/basic/main.tf.example +++ b/terraform/examples/basic/main.tf.example @@ -24,7 +24,7 @@ locals { # The deb package version of the Defguard Core that will be installed on the instance. # Must be a valid, released version of Defguard Core. - core_package_version = "1.6.1" + core_package_version = "1.6.2" # The architecture of the Defguard Core server instance. # Supported values: "x86_64", "aarch64"