Skip to content

Commit b35daa5

Browse files
authored
OPSEXP-3153: bump elasticsearch 3rd party images (#1322)
1 parent 51a32f8 commit b35daa5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker-compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ services:
172172
retries: 3
173173
start_period: 5s
174174
elasticsearch:
175-
image: elasticsearch:7.17.26
175+
image: elasticsearch:8.17.3
176176
environment:
177177
- xpack.security.enabled=false
178178
- discovery.type=single-node

docker-compose/pre-release-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ services:
172172
retries: 3
173173
start_period: 5s
174174
elasticsearch:
175-
image: elasticsearch:8.17.1
175+
image: elasticsearch:8.17.3
176176
environment:
177177
- xpack.security.enabled=false
178178
- discovery.type=single-node

helm/alfresco-content-services/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
244244
| elasticsearch.coordinating.replicaCount | int | `0` | |
245245
| elasticsearch.data.replicaCount | int | `0` | |
246246
| elasticsearch.enabled | bool | `true` | Enables the embedded elasticsearch cluster |
247-
| elasticsearch.image.tag | string | `"7.17.26"` | |
247+
| elasticsearch.image.tag | string | `"8.17.3"` | |
248248
| elasticsearch.ingest.replicaCount | int | `0` | |
249249
| elasticsearch.ingress.enabled | bool | `false` | toggle deploying elasticsearch-audit ingress for more details about configuration check https://github.com/bitnami/charts/blob/main/bitnami/elasticsearch/values.yaml#L366 |
250250
| elasticsearch.kibana.configuration.server.basePath | string | `"/kibana"` | |

helm/alfresco-content-services/pre-release_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ alfresco-connector-msteams:
8080
tag: 2.0.6-A.2
8181
elastisearch:
8282
image:
83-
tag: 8.17.1
83+
tag: 8.17.3
8484
kibana:
8585
image:
8686
tag: 8.17.1

helm/alfresco-content-services/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ elasticsearch:
546546
# -- Enables the embedded elasticsearch cluster
547547
enabled: true
548548
image:
549-
tag: 7.17.26
549+
tag: 8.17.3
550550
master:
551551
masterOnly: false
552552
replicaCount: 1

0 commit comments

Comments
 (0)