From 85f7ec689cb7d2ae31457883ab4fe26587894f07 Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Fri, 8 Nov 2024 15:35:21 +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 e208fffa3a..376ad2e135 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.2}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.3}" 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.2}" + image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.0.3}" 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 5df21ecd88..a7b1abd45a 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.2" +appVersion: "1.0.3" dependencies: - name: neo4j