Updating CouchDB version from 3.2.1 to 3.3.2 (#115)

Signed-off-by: Haritz <hsaizsierra@gmail.com>
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 @@
 | `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 @@
 | `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 @@
 ## The CouchDB image
 image:
   repository: couchdb
-  tag: 3.2.1
+  tag: 3.3.2
   pullPolicy: IfNotPresent
 
 ## Experimental integration with Lucene-powered fulltext search