diff --git a/charts/defguard/Chart.lock b/charts/defguard/Chart.lock index b7bd0c1..c3f8c24 100644 --- a/charts/defguard/Chart.lock +++ b/charts/defguard/Chart.lock @@ -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" diff --git a/charts/defguard/Chart.yaml b/charts/defguard/Chart.yaml index ee0584e..a1133bd 100644 --- a/charts/defguard/Chart.yaml +++ b/charts/defguard/Chart.yaml @@ -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 @@ -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 diff --git a/charts/defguard/charts/defguard-proxy-0.8.0.tgz b/charts/defguard/charts/defguard-proxy-0.8.0.tgz deleted file mode 100644 index 7ec990c..0000000 Binary files a/charts/defguard/charts/defguard-proxy-0.8.0.tgz and /dev/null differ diff --git a/charts/defguard/charts/defguard-proxy-0.8.1.tgz b/charts/defguard/charts/defguard-proxy-0.8.1.tgz new file mode 100644 index 0000000..b0a308e Binary files /dev/null and b/charts/defguard/charts/defguard-proxy-0.8.1.tgz differ diff --git a/terraform/examples/basic/main.tf.example b/terraform/examples/basic/main.tf.example index 115a830..b9bea09 100644 --- a/terraform/examples/basic/main.tf.example +++ b/terraform/examples/basic/main.tf.example @@ -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" @@ -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"