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
4 changes: 2 additions & 2 deletions charts/defguard-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Defguard Gateway is a public-facing VPN endpoint.
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0-beta.2
appVersion: 2.0.0-beta2
version: 2.0.0
appVersion: 2.0.0
4 changes: 2 additions & 2 deletions charts/defguard-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Defguard Edge is a public-facing proxy for Defguard Core.
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0-beta.2
appVersion: 2.0.0-beta2
version: 2.0.0
appVersion: 2.0.0
4 changes: 2 additions & 2 deletions docker-compose2.0/docker-compose.firewall.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0-beta2
image: ghcr.io/defguard/defguard:2.0.0
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -21,7 +21,7 @@ services:
- default

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
image: ghcr.io/defguard/defguard-proxy:2.0.0
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose2.0/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0-beta2
image: ghcr.io/defguard/defguard:2.0.0
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,12 +18,12 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
image: ghcr.io/defguard/defguard-proxy:2.0.0
volumes:
- ./.volumes/certs2.0-ha/edge1:/etc/defguard/certs

edge2:
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
image: ghcr.io/defguard/defguard-proxy:2.0.0
volumes:
- ./.volumes/certs2.0-ha/edge2:/etc/defguard/certs

Expand All @@ -38,7 +38,7 @@ services:
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro

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

gateway2:
image: ghcr.io/defguard/gateway:2.0.0-beta2
image: ghcr.io/defguard/gateway:2.0.0
cap_add:
- NET_ADMIN
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose2.0/docker-compose.ldap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0-beta2
image: ghcr.io/defguard/defguard:2.0.0
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,7 +18,7 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
image: ghcr.io/defguard/defguard-proxy:2.0.0
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand All @@ -27,7 +27,7 @@ services:
- "443:443"

gateway1:
image: ghcr.io/defguard/gateway:2.0.0-beta2
image: ghcr.io/defguard/gateway:2.0.0
cap_add:
- NET_ADMIN
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose2.0/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0-beta2
image: ghcr.io/defguard/defguard:2.0.0
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,7 +18,7 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
image: ghcr.io/defguard/defguard-proxy:2.0.0
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand All @@ -27,7 +27,7 @@ services:
- "443:443"

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