File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
helm/alfresco-content-services Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ` | |
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ alfresco-connector-msteams:
8080 tag : 2.0.6-A.2
8181elastisearch :
8282 image :
83- tag : 8.17.1
83+ tag : 8.17.3
8484 kibana :
8585 image :
8686 tag : 8.17.1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments