Skip to content

Commit d0ecc8d

Browse files
authored
update proxy version (#119)
1 parent 3ecc8cf commit d0ecc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/defguard-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: defguard-proxy
33
description: Defguard proxy is a public-facing proxy for core Defguard service
44

55
type: application
6-
version: 0.8.1
7-
appVersion: 1.6.1
6+
version: 0.8.2
7+
appVersion: 1.6.2

terraform/examples/basic/main.tf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646

4747
# The deb package version of the proxy that will be installed on the instance.
4848
# Must be a valid, released version of Defguard Proxy.
49-
proxy_package_version = "1.6.1"
49+
proxy_package_version = "1.6.2"
5050

5151
# The architecture of the Defguard Proxy server instance.
5252
# Supported values: "x86_64", "aarch64"

0 commit comments

Comments
 (0)