This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch clouseau-3
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit f947b325f0de1119c4370f8e1f43d9f505288079
Author: Jay Doane <[email protected]>
AuthorDate: Wed Dec 10 21:35:16 2025 -0800

    Update search image
    
    Set cookie explicitly
---
 couchdb/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index c4a7cac..5f58052 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -99,8 +99,8 @@ image:
 
 ## Experimental integration with Lucene-powered fulltext search
 searchImage:
-  repository: kocolosk/couchdb-search
-  tag: 0.2.0
+  repository: ghcr.io/jaydoane/clouseau
+  tag: 3.0.0
   pullPolicy: IfNotPresent
 
 # -- Flip this to flag to include the Search container in each Pod
@@ -221,7 +221,7 @@ erlangFlags:
   # Older versions of the official CouchDB image (anything prior to 3.2.1)
   # do not act on the COUCHDB_ERLANG_COOKIE environment variable, so if you
   # want to cluster these deployments it's necessary to pass in a cookie here
-  # setcookie: make-something-up
+  setcookie: ERLANG_COOKIE_HERE
 
 # -- couchdbConfig will override default CouchDB configuration settings.
 # The contents of this map are reformatted into a .ini file laid down

Reply via email to