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:07 UTC

[couchdb-helm] branch update-clouseau-image-tag created (now e2e0f87)

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

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


      at e2e0f87  Update Search image to provide Clouseau 2.17.0

This branch includes the following new commits:

     new e2e0f87  Update Search image to provide Clouseau 2.17.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ko...@apache.org.
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