diff --git a/charts/defguard-proxy/Chart.yaml b/charts/defguard-proxy/Chart.yaml index f314b9d..536e1ba 100644 --- a/charts/defguard-proxy/Chart.yaml +++ b/charts/defguard-proxy/Chart.yaml @@ -3,5 +3,5 @@ name: defguard-proxy description: Defguard proxy is a public-facing proxy for core Defguard service type: application -version: 0.8.1 -appVersion: 1.6.1 +version: 0.8.2 +appVersion: 1.6.2 diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index 0f987a0..ef4d280 100644 --- a/terraform/examples/basic/main.tf.example +++ b/terraform/examples/basic/main.tf.example @@ -46,7 +46,7 @@ locals { # The deb package version of the proxy that will be installed on the instance. # Must be a valid, released version of Defguard Proxy. - proxy_package_version = "1.6.1" + proxy_package_version = "1.6.2" # The architecture of the Defguard Proxy server instance. # Supported values: "x86_64", "aarch64"