Skip to content

Commit 9a91802

Browse files
committed
chore: update docker-compose-try-it.yaml and Helm chart to 0.13.1
- Updated devguard image to 0.13.1 - Updated devguard-web image to 0.13.1 - Updated devguard-postgresql image to 0.13.1 - Updated Helm chart appVersion to 0.13.1
1 parent 4e44f17 commit 9a91802

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.12.0
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.12.0
23+
appVersion: 0.13.1

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:v0.4.16
5+
image: ghcr.io/l3montree-dev/devguard/postgresql:0.13.1
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.0
63+
image: ghcr.io/l3montree-dev/devguard:0.13.1
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.0
88+
image: ghcr.io/l3montree-dev/devguard-web:0.13.1
8989
container_name: devguard-web
9090
depends_on:
9191
- devguard-api

0 commit comments

Comments
 (0)