We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ecc8d commit 9b494eaCopy full SHA for 9b494ea
charts/defguard-gateway/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: defguard-gateway
3
-description: Defguard gateway is a public-facing VPN endpoint.
+description: Defguard Gateway is a public-facing VPN endpoint.
4
5
type: application
6
-version: 0.5.1
7
-appVersion: 1.6.1
+version: 0.5.2
+appVersion: 1.6.2
terraform/examples/basic/main.tf.example
@@ -77,7 +77,7 @@ locals {
77
78
# The gateway deb package version that will be installed on the instance.
79
# Must be a valid, released version of Defguard Gateway.
80
- gateway_package_version = "1.6.1"
+ gateway_package_version = "1.6.2"
81
82
# The architecture of the Defguard Gateway server instance.
83
# Supported values: "x86_64", "aarch64"
0 commit comments