Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #347 from camunda-community-hub/renovate/camunda-z…
Browse files Browse the repository at this point in the history
…eebe-8.x

chore(deps): update camunda/zeebe docker tag to v8.3.3
  • Loading branch information
jwulf committed Nov 20, 2023
2 parents 23781ec + a1dbfba commit 6b28f7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b28f7e

Please sign in to comment.