Skip to content

Commit 980c601

Browse files
committed
chore: update docker-compose and helm chart
1 parent 78e3a90 commit 980c601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ services:
146146
- 6362:6362
147147

148148
infrahub-server:
149-
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.1}"
149+
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.2}"
150150
restart: unless-stopped
151151
command: >
152152
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -185,7 +185,7 @@ services:
185185
deploy:
186186
mode: replicated
187187
replicas: 2
188-
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.1}"
188+
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.2}"
189189
command: infrahub git-agent start --debug
190190
restart: unless-stopped
191191
depends_on:

0 commit comments

Comments
 (0)