File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ services:
180180 - 6362:6362
181181
182182 task-manager :
183- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.10 }"
183+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11 }"
184184 command : uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
185185 restart : unless-stopped
186186 depends_on :
@@ -213,7 +213,7 @@ services:
213213 retries : 5
214214
215215 infrahub-server :
216- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.10 }"
216+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11 }"
217217 restart : unless-stopped
218218 command : >
219219 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -259,7 +259,7 @@ services:
259259 deploy :
260260 mode : replicated
261261 replicas : 2
262- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.10 }"
262+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11 }"
263263 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
264264 restart : unless-stopped
265265 depends_on :
Original file line number Diff line number Diff line change 11[project ]
22name = " infrahub-testcontainers"
3- version = " 1.2.10 "
3+ version = " 1.2.11 "
44requires-python = " >=3.9"
55
66[tool .poetry ]
You can’t perform that action at this time.
0 commit comments