diff --git a/charts/defguard-gateway/Chart.yaml b/charts/defguard-gateway/Chart.yaml index 9c96b28..a23083f 100644 --- a/charts/defguard-gateway/Chart.yaml +++ b/charts/defguard-gateway/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: defguard-gateway -description: Defguard gateway is a public-facing VPN endpoint. +description: Defguard Gateway is a public-facing VPN endpoint. type: application -version: 0.5.1 -appVersion: 1.6.1 +version: 0.5.2 +appVersion: 1.6.2 diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index ef4d280..d366a83 100644 --- a/terraform/examples/basic/main.tf.example +++ b/terraform/examples/basic/main.tf.example @@ -77,7 +77,7 @@ locals { # The gateway deb package version that will be installed on the instance. # Must be a valid, released version of Defguard Gateway. - gateway_package_version = "1.6.1" + gateway_package_version = "1.6.2" # The architecture of the Defguard Gateway server instance. # Supported values: "x86_64", "aarch64"