From 1f6ad62b9f3bebb34d68e033bbdfe5bf9e47f508 Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Fri, 20 Dec 2024 04:00:01 +0000 Subject: [PATCH] chore: update docker-compose and helm chart --- docker-compose.yml | 4 ++-- helm/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b53af4ba5e..b596d27a78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -203,7 +203,7 @@ services: retries: 5 infrahub-server: - image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.9}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.10}" restart: unless-stopped command: > gunicorn --config backend/infrahub/serve/gunicorn_config.py @@ -249,7 +249,7 @@ services: deploy: mode: replicated replicas: 2 - image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.9}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.10}" command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck restart: unless-stopped depends_on: diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 72770b649a..bd088b284f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -20,7 +20,7 @@ version: 3.2.7 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.9" +appVersion: "1.0.10" dependencies: - name: neo4j