Skip to content

Commit

Permalink
update optimize and elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
lwluc committed May 5, 2023
1 parent e8d6a65 commit 95d3abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- camunda-platform-server

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.10
container_name: elasticsearch
environment:
- discovery.type=single-node
Expand All @@ -25,7 +25,7 @@ services:
mem_limit: 2g

camunda-optimize:
image: registry.camunda.cloud/optimize-ee/optimize:3.7.2
image: registry.camunda.cloud/optimize-ee/optimize:3.10.0
mem_limit: 512M
environment:
- OPTIMIZE_CAMUNDABPM_REST_URL=http://camunda-platform-server:8080/engine-rest
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/camunda-optimize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
value: '[admin]'
- name: OPTIMIZE_EVENT_INGESTION_ACCESS_TOKEN
value: demo
image: registry.camunda.cloud/optimize-ee/optimize:3.7.2
image: registry.camunda.cloud/optimize-ee/optimize:3.10.0
name: camunda-optimize
ports:
- containerPort: 8090
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
privileged: true
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.10
imagePullPolicy: IfNotPresent
env:
- name: ES_JAVA_OPTS
Expand Down

0 comments on commit 95d3abe

Please sign in to comment.