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 @@ -7,6 +7,6 @@ dependencies:
version: 2.0.0
- name: defguard-gateway
repository: https://defguard.github.io/deployment
version: 2.0.0
digest: sha256:99959681524b647c6daccdcc7453fff4ea1ed923ac2a5380ca1f8c1dcd91c9c6
generated: "2026-04-30T14:46:45.734169+02:00"
version: 2.0.1
digest: sha256:0de72842e142f210004aa252a4693af2b3f84cb97af4fa0c0eb7f86abb4a95a7
generated: "2026-05-05T12:52:33.156043+02:00"
4 changes: 2 additions & 2 deletions charts/defguard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Defguard is an open-source enterprise WireGuard VPN with MFA and SS
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0
version: 2.0.1
appVersion: 2.0.0

dependencies:
Expand All @@ -19,6 +19,6 @@ dependencies:
# repository: "file://../defguard-proxy"
- name: defguard-gateway
condition: defguard-gateway.enabled
version: 2.0.0
version: 2.0.1
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-gateway"
Binary file removed charts/defguard/charts/defguard-gateway-2.0.0.tgz
Binary file not shown.
Binary file added charts/defguard/charts/defguard-gateway-2.0.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docker-compose2.0/docker-compose.firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- default

gateway1:
image: ghcr.io/defguard/gateway:dev
image: ghcr.io/defguard/gateway:2.0.1
cap_add:
- NET_ADMIN
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose2.0/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro

gateway1:
image: ghcr.io/defguard/gateway:2.0.0
image: ghcr.io/defguard/gateway:2.0.1
cap_add:
- NET_ADMIN
volumes:
Expand All @@ -48,7 +48,7 @@ services:
HEALTH_PORT: 55003

gateway2:
image: ghcr.io/defguard/gateway:2.0.0
image: ghcr.io/defguard/gateway:2.0.1
cap_add:
- NET_ADMIN
volumes:
Expand All @@ -58,7 +58,7 @@ services:
HEALTH_PORT: 55003

gateway-lb:
image: envoyproxy/envoy:v1.33-latest
image: envoyproxy/envoy:v1.38-latest
command: ["envoy", "-c", "/etc/envoy/envoy.yaml", "-l", "debug"]
ports:
- "51820:51820/udp"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose2.0/docker-compose.ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- "443:443"

gateway1:
image: ghcr.io/defguard/gateway:2.0.0
image: ghcr.io/defguard/gateway:2.0.1
cap_add:
- NET_ADMIN
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose2.0/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- "443:443"

gateway1:
image: ghcr.io/defguard/gateway:2.0.0
image: ghcr.io/defguard/gateway:2.0.1
cap_add:
- NET_ADMIN
volumes:
Expand Down
Loading