11# CouchDB
22
3- ![ Version: 4.6.0 ] ( https://img.shields.io/badge/Version-4.6.0 -informational?style=flat-square ) ![ AppVersion: 3.3.3 ] ( https://img.shields.io/badge/AppVersion-3.3.3 -informational?style=flat-square )
3+ ![ Version: 4.6.1 ] ( https://img.shields.io/badge/Version-4.6.1 -informational?style=flat-square ) ![ AppVersion: 3.5.0 ] ( https://img.shields.io/badge/AppVersion-3.5.0 -informational?style=flat-square )
44
55Apache CouchDB is a database featuring seamless multi-master sync, that scales
66from big data to mobile, with an intuitive HTTP/JSON API and designed for
@@ -18,7 +18,7 @@ storage volumes to each Pod in the Deployment.
1818``` bash
1919$ helm repo add couchdb https://apache.github.io/couchdb-helm
2020$ helm install couchdb/couchdb \
21- --version=4.6.0 \
21+ --version=4.6.1 \
2222 --set allowAdminParty=true \
2323 --set couchdbConfig.couchdb.uuid=$( curl https://www.uuidgenerator.net/api/version4 2> /dev/null | tr -d -)
2424```
@@ -44,7 +44,7 @@ Afterwards install the chart replacing the UUID
4444``` bash
4545$ helm install \
4646 --name my-release \
47- --version=4.6.0 \
47+ --version=4.6.1 \
4848 --set couchdbConfig.couchdb.uuid=decafbaddecafbaddecafbaddecafbad \
4949 couchdb/couchdb
5050```
@@ -78,7 +78,7 @@ and then install the chart while overriding the `createAdminSecret` setting:
7878``` bash
7979$ helm install \
8080 --name my-release \
81- --version=4.6.0 \
81+ --version=4.6.1 \
8282 --set createAdminSecret=false \
8383 --set couchdbConfig.couchdb.uuid=decafbaddecafbaddecafbaddecafbad \
8484 couchdb/couchdb
@@ -133,7 +133,7 @@ version semantics. You can upgrade directly from `stable/couchdb` to this chart
133133
134134``` bash
135135$ helm repo add couchdb https://apache.github.io/couchdb-helm
136- $ helm upgrade my-release --version=4.6.0 couchdb/couchdb
136+ $ helm upgrade my-release --version=4.6.1 couchdb/couchdb
137137```
138138
139139## Configuration
@@ -176,7 +176,7 @@ A variety of other parameters are also configurable. See the comments in the
176176| ` cookieAuthSecret ` | auto-generated |
177177| ` extraPorts ` | [ ] (a list of ContainerPort objects) |
178178| ` image.repository ` | couchdb |
179- | ` image.tag ` | 3.3.3 |
179+ | ` image.tag ` | 3.5.0 |
180180| ` image.pullPolicy ` | IfNotPresent |
181181| ` searchImage.repository ` | kocolosk/couchdb-search |
182182| ` searchImage.tag ` | 0.1.0 |
0 commit comments