couchdb-helm icon indicating copy to clipboard operation
couchdb-helm copied to clipboard

Text search not working with CouchDB 3.3.2

Open lmorandini opened this issue 2 years ago • 0 comments

Since the text search does not work on the 4.4.5 version of the Helm Chart, I have forked the clouseau-docker repository and applied the changes suggested here (see the fork at update-clouseau-2.21.6 branch).

I then built a Docker image from it and pushed it to Docker Hub, hence a simple change to the values.yaml should make the text search work with CouchDB 3.3.2 using this Helm chart.

The stanza to change in the values.yaml is:

searchImage:
  repository: docker.io/lmorandini/couchdb-search
  tag: 0.2.1
  pullPolicy: IfNotPresent

lmorandini avatar Dec 09 '23 08:12 lmorandini