Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 32f9ebe

Browse files
authored
Merge pull request #126 from Alfresco/feature/SEARCH-2258_ss-200-release
SEARCH-2258: Update Search Services to 2.0.0
2 parents 3b3279e + a47d89d commit 32f9ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
- 5432:5432
7979

8080
solr6:
81-
image: alfresco/alfresco-search-services:1.4.2
81+
image: alfresco/alfresco-search-services:2.0.0
8282
mem_limit: 2g
8383
environment:
8484
#Solr needs to know how to register itself with Alfresco

helm/alfresco-content-services-community/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ alfresco-infrastructure:
146146
alfresco-search:
147147
enabled: true
148148
searchServicesImage:
149-
tag: "1.4.2"
149+
tag: "2.0.0"
150150
repository:
151151
# The value for "host" is the name of this chart (will be suffixed with -repository by alfresco-search)
152152
host: alfresco-cs-ce

0 commit comments

Comments
 (0)