Skip to content

Commit

Permalink
OPSEXP-2950 Bump elasticsearch to 8.16.1 for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 9, 2024
1 parent 35b7a5a commit b7f9590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/pre-release-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
retries: 3
start_period: 5s
elasticsearch:
image: elasticsearch:7.17.3
image: elasticsearch:8.16.1
environment:
- xpack.security.enabled=false
- discovery.type=single-node
Expand All @@ -204,7 +204,7 @@ services:
retries: 5
start_period: 30s
kibana:
image: kibana:7.17.3
image: kibana:8.16.1
mem_limit: 1g
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
Expand Down
4 changes: 4 additions & 0 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ alfresco-connector-ms365:
alfresco-connector-msteams:
image:
tag: 2.0.4-A4
elasticsearch-audit:
imageTag: 8.16.1
alfresco-audit-storage:
image:
tag: 1.0.0
elasticsearch:
imageTag: 8.16.1
dtas:
config:
assertions:
Expand Down

0 comments on commit b7f9590

Please sign in to comment.