Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/defguard-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion terraform/examples/basic/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down