Skip to content

Commit 3dea066

Browse files
authored
Update core Helm chart to 1.6 (#111)
* update core chart * update terraform example
1 parent 5ce391b commit 3dea066

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.0.8
55
- name: defguard-proxy
66
repository: https://defguard.github.io/deployment
7-
version: 0.7.1
7+
version: 0.8.0
88
- name: defguard-gateway
99
repository: https://defguard.github.io/deployment
10-
version: 0.4.1
11-
digest: sha256:f36d1a1caf0c7cc8305a9e50501e507b1bab8adeac8770b7873ea8359f6a35f6
12-
generated: "2025-10-09T12:08:15.737758702+02:00"
10+
version: 0.5.0
11+
digest: sha256:42c45b4850f30ab0668102e140918d4db148b8a4b062645af5714b489ab95cba
12+
generated: "2025-12-09T13:38:47.693709029+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.13.1
7-
appVersion: 1.5.2
6+
version: 0.14.0
7+
appVersion: 1.6.0
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.7.1
16+
version: 0.8.0
1717
repository: https://defguard.github.io/deployment
1818
# repository: "file://../defguard-proxy"
1919
- name: defguard-gateway
2020
condition: defguard-gateway.enabled
21-
version: 0.4.1
21+
version: 0.5.0
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.54 KB
Binary file not shown.
3.54 KB
Binary file not shown.

terraform/examples/basic/main.tf.example

Lines changed: 3 additions & 3 deletions
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.5.0"
27+
core_package_version = "1.6.0"
2828

2929
# The architecture of the Defguard Core server instance.
3030
# Supported values: "x86_64", "aarch64"
@@ -46,7 +46,7 @@ locals {
4646

4747
# The deb package version of the proxy that will be installed on the instance.
4848
# Must be a valid, released version of Defguard Proxy.
49-
proxy_package_version = "1.5.0"
49+
proxy_package_version = "1.6.0"
5050

5151
# The architecture of the Defguard Proxy server instance.
5252
# Supported values: "x86_64", "aarch64"
@@ -77,7 +77,7 @@ locals {
7777

7878
# The gateway deb package version that will be installed on the instance.
7979
# Must be a valid, released version of Defguard Gateway.
80-
gateway_package_version = "1.5.0"
80+
gateway_package_version = "1.6.0"
8181

8282
# The architecture of the Defguard Gateway server instance.
8383
# Supported values: "x86_64", "aarch64"

0 commit comments

Comments
 (0)