Skip to content

Commit 7bd95ba

Browse files
authored
update Helm charts for core version 1.6.4 (#130)
* bump core version * update subcharts
1 parent 99d351a commit 7bd95ba

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

charts/defguard/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 18.2.3
55
- name: defguard-proxy
66
repository: https://defguard.github.io/deployment
7-
version: 0.8.2
7+
version: 0.8.3
88
- name: defguard-gateway
99
repository: https://defguard.github.io/deployment
10-
version: 0.5.2
11-
digest: sha256:a1897583c67ac3b1209e786fbb689b099bc8ca5ac6001a08460a764cb4190a5a
12-
generated: "2026-02-02T09:53:15.675646+01:00"
10+
version: 0.5.3
11+
digest: sha256:fe8b0c518d19ac33203769f2ad1b7a9dc9b0099f1596d86b0a2026a3f0131b46
12+
generated: "2026-02-18T08:19:16.209894248+01:00"

charts/defguard/Chart.yaml

Lines changed: 4 additions & 4 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.5
7-
appVersion: 1.6.3
6+
version: 0.14.6
7+
appVersion: 1.6.4
88

99
dependencies:
1010
- name: postgresql
@@ -13,11 +13,11 @@ dependencies:
1313
repository: https://charts.bitnami.com/bitnami
1414
- name: defguard-proxy
1515
condition: defguard-proxy.enabled
16-
version: 0.8.2
16+
version: 0.8.3
1717
repository: https://defguard.github.io/deployment
1818
# repository: "file://../defguard-proxy"
1919
- name: defguard-gateway
2020
condition: defguard-gateway.enabled
21-
version: 0.5.2
21+
version: 0.5.3
2222
repository: https://defguard.github.io/deployment
2323
# repository: "file://../defguard-gateway"
-3.35 KB
Binary file not shown.
3.35 KB
Binary file not shown.
-3.55 KB
Binary file not shown.
3.54 KB
Binary file not shown.

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.3"
27+
core_package_version = "1.6.4"
2828

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

0 commit comments

Comments
 (0)