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 @@ -203,7 +203,7 @@ services:
203203 - 6362:6362
204204
205205 task-manager :
206- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4 }"
206+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5 }"
207207 command : uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
208208 restart : unless-stopped
209209 depends_on :
@@ -236,7 +236,7 @@ services:
236236 retries : 5
237237
238238 infrahub-server :
239- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4 }"
239+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5 }"
240240 restart : unless-stopped
241241 command : >
242242 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -282,7 +282,7 @@ services:
282282 deploy :
283283 mode : replicated
284284 replicas : 2
285- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4 }"
285+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5 }"
286286 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
287287 restart : unless-stopped
288288 depends_on :
You can’t perform that action at this time.
0 commit comments