Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/defguard/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 18.0.8
- name: defguard-proxy
repository: https://defguard.github.io/deployment
version: 0.7.1
version: 0.8.0
- name: defguard-gateway
repository: https://defguard.github.io/deployment
version: 0.4.1
digest: sha256:f36d1a1caf0c7cc8305a9e50501e507b1bab8adeac8770b7873ea8359f6a35f6
generated: "2025-10-09T12:08:15.737758702+02:00"
version: 0.5.0
digest: sha256:42c45b4850f30ab0668102e140918d4db148b8a4b062645af5714b489ab95cba
generated: "2025-12-09T13:38:47.693709029+01:00"
8 changes: 4 additions & 4 deletions charts/defguard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: defguard
description: Defguard is an open-source enterprise WireGuard VPN with MFA and SSO

type: application
version: 0.13.1
appVersion: 1.5.2
version: 0.14.0
appVersion: 1.6.0

dependencies:
- name: postgresql
Expand All @@ -13,11 +13,11 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: defguard-proxy
condition: defguard-proxy.enabled
version: 0.7.1
version: 0.8.0
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-proxy"
- name: defguard-gateway
condition: defguard-gateway.enabled
version: 0.4.1
version: 0.5.0
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-gateway"
Binary file removed charts/defguard/charts/defguard-gateway-0.4.1.tgz
Binary file not shown.
Binary file added charts/defguard/charts/defguard-gateway-0.5.0.tgz
Binary file not shown.
Binary file removed charts/defguard/charts/defguard-proxy-0.7.1.tgz
Binary file not shown.
Binary file added charts/defguard/charts/defguard-proxy-0.8.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions terraform/examples/basic/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

# The deb package version of the Defguard Core that will be installed on the instance.
# Must be a valid, released version of Defguard Core.
core_package_version = "1.5.0"
core_package_version = "1.6.0"

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

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

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

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

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