Skip to content

Commit ee79e86

Browse files
authored
Update to Defguard Core 1.6.3 (#124)
1 parent 77e358b commit ee79e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/defguard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: defguard
33
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
44

55
type: application
6-
version: 0.14.4
7-
appVersion: 1.6.2
6+
version: 0.14.5
7+
appVersion: 1.6.3
88

99
dependencies:
1010
- name: postgresql

terraform/examples/basic/main.tf.example

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

2525
# The deb package version of the Defguard Core that will be installed on the instance.
2626
# Must be a valid, released version of Defguard Core.
27-
core_package_version = "1.6.2"
27+
core_package_version = "1.6.3"
2828

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

0 commit comments

Comments
 (0)