Skip to content

Commit

Permalink
Merge pull request #98 from camunda-community-hub/jwulf/issue63
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf authored Apr 1, 2024
2 parents b801f5f + d3445a1 commit 6ae25eb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
tag-and-publish:
runs-on: ubuntu-latest
environment:
name: publish
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
Expand All @@ -23,7 +25,7 @@ jobs:
- 9200:9200
- 9300:9300
zeebe:
image: camunda/zeebe:8.3.3
image: camunda/zeebe:8.4.5
env:
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m"
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME: io.camunda.zeebe.exporter.ElasticsearchExporter
Expand Down

0 comments on commit 6ae25eb

Please sign in to comment.