Skip to content

Commit 2c1da3b

Browse files
committed
chore: update docker-compose-try-it.yaml and Helm chart to 0.13.4
- Updated devguard image to 0.13.4 - Updated devguard-web image to 0.13.4 - Updated devguard-postgresql image to 0.13.4 - Updated Helm chart appVersion to 0.13.4
1 parent 5462430 commit 2c1da3b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/devguard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.13.1
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: 0.13.2
23+
appVersion: 0.13.4

docker-compose-try-it.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
postgresql:
5-
image: ghcr.io/l3montree-dev/devguard/postgresql:0.13.2
5+
image: ghcr.io/l3montree-dev/devguard/postgresql:0.13.4
66
container_name: devguard-postgres
77
environment:
88
POSTGRES_USER: postgres
@@ -60,7 +60,7 @@ services:
6060
- devguard-local
6161

6262
devguard-api:
63-
image: ghcr.io/l3montree-dev/devguard:0.13.2
63+
image: ghcr.io/l3montree-dev/devguard:0.13.4
6464
container_name: devguard-api
6565
depends_on:
6666
postgresql:
@@ -85,7 +85,7 @@ services:
8585
- devguard-local
8686

8787
devguard-web:
88-
image: ghcr.io/l3montree-dev/devguard-web:0.13.2
88+
image: ghcr.io/l3montree-dev/devguard-web:0.13.4
8989
container_name: devguard-web
9090
depends_on:
9191
- devguard-api

0 commit comments

Comments
 (0)