We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e358b commit ee79e86Copy full SHA for ee79e86
charts/defguard/Chart.yaml
@@ -3,8 +3,8 @@ name: defguard
3
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO
4
5
type: application
6
-version: 0.14.4
7
-appVersion: 1.6.2
+version: 0.14.5
+appVersion: 1.6.3
8
9
dependencies:
10
- name: postgresql
terraform/examples/basic/main.tf.example
@@ -24,7 +24,7 @@ locals {
24
25
# The deb package version of the Defguard Core that will be installed on the instance.
26
# Must be a valid, released version of Defguard Core.
27
- core_package_version = "1.6.2"
+ core_package_version = "1.6.3"
28
29
# The architecture of the Defguard Core server instance.
30
# Supported values: "x86_64", "aarch64"
0 commit comments