diff --git a/charts/defguard-gateway/Chart.yaml b/charts/defguard-gateway/Chart.yaml index b1b03c4..9c96b28 100644 --- a/charts/defguard-gateway/Chart.yaml +++ b/charts/defguard-gateway/Chart.yaml @@ -3,5 +3,5 @@ name: defguard-gateway description: Defguard gateway is a public-facing VPN endpoint. type: application -version: 0.5.0 -appVersion: 1.6.0 +version: 0.5.1 +appVersion: 1.6.1 diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index b9bea09..88498e2 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.0" + gateway_package_version = "1.6.1" # The architecture of the Defguard Gateway server instance. # Supported values: "x86_64", "aarch64"