4 Commits
Author SHA1 Message Date
Will Holley 7c8a2cefba [stable/couchdb] Deprecate CouchDB chart (#18079)
This chart is deprecated in favour of https://github.com/apache/couchdb-helm.

Signed-off-by: Will Holley <willholley@apache.org>
2019-10-24 03:55:19 -07:00
Will Holley 844c5c8041 [stable/couchdb] use seedlist to join cluster (#15167)
Uses the [seedlist] feature in CouchDB 2.3.1 to join the nodes
in the cluster. This removes the requirement for the
statefulset-assembler sidecar.

One slight niggle is that CouchDB will assume the seedlist
contains fully qualified domain names, which can't be determined
by Helm at install time. To address this, a new config value:

`dns.clusterDomainSuffix` is added, which defaults to `cluster.local`.
For now, users will need to modify this when using a non-default
domain suffix.

Signed-off-by: Will Holley <willholley@apache.org>
2019-08-24 22:12:22 -07:00
Adam Kocoloski 23157715c2 Use PV for search indexes (#16294)
This is an oversight -- we want to persist the search indexes on the
same volume where CouchDB is storing database data. Requires an update
to the underlying search image.

Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
2019-08-15 13:20:48 -07:00
Adam Kocoloski 1ef58a8a1c [incubator/couchdb] Promote CouchDB chart to stable (#14925)
* Copy incubator chart for CouchDB to stable

Signed-off-by: Adam Kocoloski <kocolosk@apache.org>

* Bump stable chart version and update docs

Signed-off-by: Adam Kocoloski <kocolosk@apache.org>

* Deprecate incubator chart for CouchDB

Signed-off-by: Adam Kocoloski <kocolosk@apache.org>

* Update helper image

This is just a base image update to clear out a few CVEs.

Signed-off-by: Adam Kocoloski <kocolosk@apache.org>
2019-08-15 08:00:35 -07:00