Skip to content

Commit fc5443c

Browse files
authored
update core version (#136)
1 parent ef81fca commit fc5443c

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.6
7-
appVersion: 1.6.4
6+
version: 0.14.7
7+
appVersion: 1.6.5
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.4"
27+
core_package_version = "1.6.5"
2828

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

0 commit comments

Comments
 (0)