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 @@ -199,7 +199,7 @@ services:
199199 - 6362:6362
200200
201201 task-manager :
202- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10 }"
202+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11 }"
203203 command : uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
204204 restart : unless-stopped
205205 depends_on :
@@ -232,7 +232,7 @@ services:
232232 retries : 5
233233
234234 infrahub-server :
235- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10 }"
235+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11 }"
236236 restart : unless-stopped
237237 command : >
238238 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -278,7 +278,7 @@ services:
278278 deploy :
279279 mode : replicated
280280 replicas : 2
281- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10 }"
281+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11 }"
282282 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
283283 restart : unless-stopped
284284 depends_on :
You can’t perform that action at this time.
0 commit comments