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/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: defguard
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO

type: application
version: 0.14.2
appVersion: 1.6.1
version: 0.14.3
appVersion: 1.6.2

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion terraform/examples/basic/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

# The deb package version of the Defguard Core that will be installed on the instance.
# Must be a valid, released version of Defguard Core.
core_package_version = "1.6.1"
core_package_version = "1.6.2"

# The architecture of the Defguard Core server instance.
# Supported values: "x86_64", "aarch64"
Expand Down