You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2023/04/26 14:51:30 UTC

[couchdb-helm] branch main updated: Updating CouchDB version from 3.2.1 to 3.3.2 (#115)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4b40b84  Updating CouchDB version from 3.2.1 to 3.3.2 (#115)
4b40b84 is described below

commit 4b40b846a29b000648f275ec5b3aab7a2ee07105
Author: Haritz S. Sierra <31...@users.noreply.github.com>
AuthorDate: Wed Apr 26 16:51:24 2023 +0200

    Updating CouchDB version from 3.2.1 to 3.3.2 (#115)
    
    Signed-off-by: Haritz <hs...@gmail.com>
---
 couchdb/Chart.yaml       | 4 ++--
 couchdb/README.md        | 4 ++--
 couchdb/README.md.gotmpl | 2 +-
 couchdb/values.yaml      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index dfe7fbf..1de5fa8 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,7 +1,7 @@
 apiVersion: v1
 name: couchdb
-version: 4.3.0
-appVersion: 3.2.1
+version: 4.3.1
+appVersion: 3.3.2
 description: A database featuring seamless multi-master sync, that scales from
   big data to mobile, with an intuitive HTTP/JSON API and designed for
   reliability.
diff --git a/couchdb/README.md b/couchdb/README.md
index 4212684..5175d25 100644
--- a/couchdb/README.md
+++ b/couchdb/README.md
@@ -1,6 +1,6 @@
 # CouchDB
 
-![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 3.2.1](https://img.shields.io/badge/AppVersion-3.2.1-informational?style=flat-square)
+![Version: 4.3.1](https://img.shields.io/badge/Version-4.3.1-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square)
 
 Apache CouchDB is a database featuring seamless multi-master sync, that scales
 from big data to mobile, with an intuitive HTTP/JSON API and designed for
@@ -172,7 +172,7 @@ A variety of other parameters are also configurable. See the comments in the
 | `adminHash`                            |                                                  |
 | `cookieAuthSecret`                     | auto-generated                                   |
 | `image.repository`                     | couchdb                                          |
-| `image.tag`                            | 3.2.1                                            |
+| `image.tag`                            | 3.3.2                                            |
 | `image.pullPolicy`                     | IfNotPresent                                     |
 | `searchImage.repository`               | kocolosk/couchdb-search                          |
 | `searchImage.tag`                      | 0.1.0                                            |
diff --git a/couchdb/README.md.gotmpl b/couchdb/README.md.gotmpl
index 3eefec8..2bdd972 100644
--- a/couchdb/README.md.gotmpl
+++ b/couchdb/README.md.gotmpl
@@ -163,7 +163,7 @@ A variety of other parameters are also configurable. See the comments in the
 | `adminHash`                          |                                                                                                                                                              |
 | `cookieAuthSecret`                   | auto-generated                                                                                                                                               |
 | `image.repository`                   | couchdb                                                                                                                                                      |
-| `image.tag`                          | 3.2.1                                                                                                                                                        |
+| `image.tag`                          | 3.3.2                                                                                                                                                        |
 | `image.pullPolicy`                   | IfNotPresent                                                                                                                                                 |
 | `searchImage.repository`             | kocolosk/couchdb-search                                                                                                                                      |
 | `searchImage.tag`                    | 0.1.0                                                                                                                                                        |
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index 61966b2..cc9878e 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -78,7 +78,7 @@ persistentVolume:
 ## The CouchDB image
 image:
   repository: couchdb
-  tag: 3.2.1
+  tag: 3.3.2
   pullPolicy: IfNotPresent
 
 ## Experimental integration with Lucene-powered fulltext search