Skip to content

Commit 202c4e3

Browse files
authored
Update default CouchDB version to 3.5.0 (#216)
1 parent 3d49068 commit 202c4e3

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

couchdb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: couchdb
3-
version: 4.6.0
4-
appVersion: 3.3.3
3+
version: 4.6.1
4+
appVersion: 3.5.0
55
description: A database featuring seamless multi-master sync, that scales from
66
big data to mobile, with an intuitive HTTP/JSON API and designed for
77
reliability.

couchdb/NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# NEWS
22

3+
## 4.6.1
4+
- Update default CouchDB version to 3.5.0
5+
36
## 4.5.7
47

58
- Add support for extra secrets not created by the chart, such as Hashicorp Vault or OpenBao.

couchdb/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Apache CouchDB is a database featuring seamless multi-master sync, that scales
66
from 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 |

couchdb/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ A variety of other parameters are also configurable. See the comments in the
163163
| `adminHash` | |
164164
| `cookieAuthSecret` | auto-generated |
165165
| `image.repository` | couchdb |
166-
| `image.tag` | 3.3.3 |
166+
| `image.tag` | 3.5.0 |
167167
| `image.pullPolicy` | IfNotPresent |
168168
| `searchImage.repository` | kocolosk/couchdb-search |
169169
| `searchImage.tag` | 0.1.0 |

couchdb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ persistentVolumeClaimRetentionPolicy:
9292
## The CouchDB image
9393
image:
9494
repository: couchdb
95-
tag: 3.3.3
95+
tag: 3.5.0
9696
pullPolicy: IfNotPresent
9797

9898
## Experimental integration with Lucene-powered fulltext search

0 commit comments

Comments
 (0)