File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ services:
213213 - 6362:6362
214214
215215 task-manager :
216- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1 }"
216+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2 }"
217217 command : uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
218218 restart : unless-stopped
219219 depends_on :
@@ -246,7 +246,7 @@ services:
246246 retries : 5
247247
248248 infrahub-server :
249- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1 }"
249+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2 }"
250250 restart : unless-stopped
251251 command : >
252252 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -292,7 +292,7 @@ services:
292292 deploy :
293293 mode : replicated
294294 replicas : 2
295- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1 }"
295+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2 }"
296296 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
297297 restart : unless-stopped
298298 depends_on :
You can’t perform that action at this time.
0 commit comments