Skip to content

Commit 79c5e16

Browse files
committed
chore: update docker-compose-try-it.yaml and Helm chart to 0.13.0
- Updated devguard image to 0.13.0 - Updated devguard-web image to 0.13.0 - Updated devguard/postgresql image to 0.13.0 - Updated Helm chart values to use 0.13.0
1 parent ddba635 commit 79c5e16

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/devguard/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ api:
3434
# This will be changed to a specific tag once we are in BETA.
3535
pullPolicy: Always # IfNotPresent
3636
# Overrides the image tag whose default is the chart appVersion.
37-
tag: main-latest
37+
tag: 0.13.0
3838
imagePullSecrets: []
3939
podAnnotations: {}
4040
podLabels: {}
@@ -93,7 +93,7 @@ web:
9393
# This will be changed to a specific tag once we are in BETA.
9494
pullPolicy: Always # IfNotPresent
9595
# Overrides the image tag whose default is the chart appVersion.
96-
tag: main-latest
96+
tag: 0.13.0
9797
imagePullSecrets: []
9898
podAnnotations: {}
9999
podLabels: {}

docker-compose-try-it.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
- devguard-local
6161

6262
devguard-api:
63-
image: ghcr.io/l3montree-dev/devguard:main-latest
63+
image: ghcr.io/l3montree-dev/devguard:0.13.0
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:main-latest
88+
image: ghcr.io/l3montree-dev/devguard-web:0.13.0
8989
container_name: devguard-web
9090
depends_on:
9191
- devguard-api

0 commit comments

Comments
 (0)