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
6 changes: 3 additions & 3 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.8.0
version: 0.8.1
- name: defguard-gateway
repository: https://defguard.github.io/deployment
version: 0.5.0
digest: sha256:42c45b4850f30ab0668102e140918d4db148b8a4b062645af5714b489ab95cba
generated: "2025-12-09T13:38:47.693709029+01:00"
digest: sha256:ca399fbadeabf7b14cca1ef02d4454c8ab12cdf9430490a06838525ff8d31aaa
generated: "2026-01-09T16:38:14.929770544+01:00"
6 changes: 3 additions & 3 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.14.0
appVersion: 1.6.0
version: 0.14.1
appVersion: 1.6.1

dependencies:
- name: postgresql
Expand All @@ -13,7 +13,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: defguard-proxy
condition: defguard-proxy.enabled
version: 0.8.0
version: 0.8.1
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-proxy"
- name: defguard-gateway
Expand Down
Binary file removed charts/defguard/charts/defguard-proxy-0.8.0.tgz
Binary file not shown.
Binary file added charts/defguard/charts/defguard-proxy-0.8.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 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.6.0"
core_package_version = "1.6.1"

# 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.6.0"
proxy_package_version = "1.6.1"

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