File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ services:
206206 - 6362:6362
207207
208208 task-manager :
209- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2 }"
209+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3 }"
210210 command : uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
211211 restart : unless-stopped
212212 depends_on :
@@ -239,7 +239,7 @@ services:
239239 retries : 5
240240
241241 infrahub-server :
242- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2 }"
242+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3 }"
243243 restart : unless-stopped
244244 command : >
245245 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -285,7 +285,7 @@ services:
285285 deploy :
286286 mode : replicated
287287 replicas : 2
288- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2 }"
288+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3 }"
289289 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
290290 restart : unless-stopped
291291 depends_on :
You can’t perform that action at this time.
0 commit comments