From a1dbfba9bfa95e33ebf3b10dd66a6ee2ce7effcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:31:40 +0000 Subject: [PATCH] chore(deps): update camunda/zeebe docker tag to v8.3.3 --- .github/workflows/build-docs.yml | 2 +- .github/workflows/tag-and-publish.yml | 2 +- .github/workflows/test.yml | 2 +- docker/docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 9fecdd7..648f380 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -23,7 +23,7 @@ jobs: - 9200:9200 - 9300:9300 zeebe: - image: camunda/zeebe:8.3.0 + image: camunda/zeebe:8.3.3 env: JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m" ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter diff --git a/.github/workflows/tag-and-publish.yml b/.github/workflows/tag-and-publish.yml index dd73929..452bb4a 100644 --- a/.github/workflows/tag-and-publish.yml +++ b/.github/workflows/tag-and-publish.yml @@ -23,7 +23,7 @@ jobs: - 9200:9200 - 9300:9300 zeebe: - image: camunda/zeebe:8.3.0 + image: camunda/zeebe:8.3.3 env: JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m" ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3a1741..f77694d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest services: zeebe: - image: camunda/zeebe:8.3.0 + image: camunda/zeebe:8.3.3 ports: - 26500:26500 steps: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 5fa7729..0d56e69 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -4,7 +4,7 @@ services: zeebe: restart: always container_name: zeebe_broker - image: camunda/zeebe:8.3.0 + image: camunda/zeebe:8.3.3 environment: - ZEEBE_LOG_LEVEL=debug volumes: