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 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"