From 22d5fd92d882387e676c77b5779db34ece930172 Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Wed, 13 Nov 2024 15:47:06 +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 e5610da7a5..6120161b4e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -200,7 +200,7 @@ services: retries: 5 infrahub-server: - image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.3}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.4}" restart: unless-stopped command: > gunicorn --config backend/infrahub/serve/gunicorn_config.py @@ -246,7 +246,7 @@ services: deploy: mode: replicated replicas: 2 - image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.3}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.4}" 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 a7b1abd45a..463170cd49 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -20,7 +20,7 @@ version: 3.2.1 # 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.3" +appVersion: "1.0.4" dependencies: - name: neo4j