From b9f89cb69e4a4880986371399f0d1118198f9bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ciarcin=CC=81ski?= Date: Wed, 4 Feb 2026 13:24:10 +0100 Subject: [PATCH] Update to Defguard Core 1.6.3 --- charts/defguard/Chart.yaml | 4 ++-- terraform/examples/basic/main.tf.example | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/defguard/Chart.yaml b/charts/defguard/Chart.yaml index a3c14a4..413e7a0 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.4 -appVersion: 1.6.2 +version: 0.14.5 +appVersion: 1.6.3 dependencies: - name: postgresql diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index d366a83..9f14ed5 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.2" + core_package_version = "1.6.3" # The architecture of the Defguard Core server instance. # Supported values: "x86_64", "aarch64"