File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ services:
207207 retries : 5
208208
209209 infrahub-server :
210- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.1.8a1 }"
210+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.1.7 }"
211211 restart : unless-stopped
212212 command : >
213213 gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -253,7 +253,7 @@ services:
253253 deploy :
254254 mode : replicated
255255 replicas : 2
256- image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.1.8a1 }"
256+ image : " ${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.1.7 }"
257257 command : prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
258258 restart : unless-stopped
259259 depends_on :
You can’t perform that action at this time.
0 commit comments