Update default CouchDB version to 3.5.0 (#216)
diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index e369a78..0add32a 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: couchdb
-version: 4.6.0
-appVersion: 3.3.3
+version: 4.6.1
+appVersion: 3.5.0
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/NEWS.md b/couchdb/NEWS.md
index 694df9a..336af84 100644
--- a/couchdb/NEWS.md
+++ b/couchdb/NEWS.md
@@ -1,5 +1,8 @@
# NEWS
+## 4.6.1
+- Update default CouchDB version to 3.5.0
+
## 4.5.7
- Add support for extra secrets not created by the chart, such as Hashicorp Vault or OpenBao.
diff --git a/couchdb/README.md b/couchdb/README.md
index 6c02773..b2d8615 100644
--- a/couchdb/README.md
+++ b/couchdb/README.md
@@ -1,6 +1,6 @@
# CouchDB
- 
+ 
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
@@ -18,7 +18,7 @@
```bash
$ helm repo add couchdb https://apache.github.io/couchdb-helm
$ helm install couchdb/couchdb \
- --version=4.6.0 \
+ --version=4.6.1 \
--set allowAdminParty=true \
--set couchdbConfig.couchdb.uuid=$(curl https://www.uuidgenerator.net/api/version4 2>/dev/null | tr -d -)
```
@@ -44,7 +44,7 @@
```bash
$ helm install \
--name my-release \
- --version=4.6.0 \
+ --version=4.6.1 \
--set couchdbConfig.couchdb.uuid=decafbaddecafbaddecafbaddecafbad \
couchdb/couchdb
```
@@ -78,7 +78,7 @@
```bash
$ helm install \
--name my-release \
- --version=4.6.0 \
+ --version=4.6.1 \
--set createAdminSecret=false \
--set couchdbConfig.couchdb.uuid=decafbaddecafbaddecafbaddecafbad \
couchdb/couchdb
@@ -133,7 +133,7 @@
```bash
$ helm repo add couchdb https://apache.github.io/couchdb-helm
-$ helm upgrade my-release --version=4.6.0 couchdb/couchdb
+$ helm upgrade my-release --version=4.6.1 couchdb/couchdb
```
## Configuration
@@ -176,7 +176,7 @@
| `cookieAuthSecret` | auto-generated |
| `extraPorts` | [] (a list of ContainerPort objects) |
| `image.repository` | couchdb |
-| `image.tag` | 3.3.3 |
+| `image.tag` | 3.5.0 |
| `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 41deed6..dda7188 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.3.3 |
+| `image.tag` | 3.5.0 |
| `image.pullPolicy` | IfNotPresent |
| `searchImage.repository` | kocolosk/couchdb-search |
| `searchImage.tag` | 0.1.0 |
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index bc4712f..0284d13 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -92,7 +92,7 @@
## The CouchDB image
image:
repository: couchdb
- tag: 3.3.3
+ tag: 3.5.0
pullPolicy: IfNotPresent
## Experimental integration with Lucene-powered fulltext search