Files
deprecated-helm-charts/stable/couchdb/Chart.yaml
T
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

19 lines
509 B
YAML

apiVersion: v1
name: couchdb
version: 2.2.0
appVersion: 2.3.1
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.
keywords:
- couchdb
- database
- nosql
home: https://couchdb.apache.org/
sources:
- https://github.com/apache/couchdb-docker
maintainers:
- name: kocolosk
email: kocolosk@apache.org
icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg