You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2020/05/11 19:52:08 UTC

[couchdb-helm] 01/01: Update Search image to provide Clouseau 2.17.0

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

kocolosk pushed a commit to branch update-clouseau-image-tag
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit e2e0f87959b90a06e57a4977c09e5bad47a8bbb9
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon May 11 15:49:42 2020 -0400

    Update Search image to provide Clouseau 2.17.0
    
    Previously we were using 4dbd4ba of Clouseau for no particularly good
    reason. The 2.17.0 release includes a number of fixes and is required
    for running with Erlang 20 and above.
---
 couchdb/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index bc1b9c6..0769d13 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -64,7 +64,7 @@ image:
 ## Experimental integration with Lucene-powered fulltext search
 searchImage:
   repository: kocolosk/couchdb-search
-  tag: 0.1.2
+  tag: 0.2.0
   pullPolicy: IfNotPresent
 
 ## Flip this to flag to include the Search container in each Pod