couchdb-helm icon indicating copy to clipboard operation
couchdb-helm copied to clipboard

Apache CouchDB Helm Chart

Results 51 couchdb-helm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The Placement Manager hard-codes the resource name to 'couchdb' in 'couchdb/ci/templates/placementmanager.yaml', line 37, of this chart and in '/app/src/couch/couch.py', line 166, of the placement manager code. This...

**Is your feature request related to a problem? Please describe.** Yes. On first deployment of the couchdb helm chart, I need to create the `adminSecret` myself **Describe the solution you'd...

**Describe the bug** Did a fresh setup: helm repo add couchdb https://apache.github.io/couchdb-helm helm repo update helm install couchdb couchdb/couchdb --set persistentVolume.enabled=true --set couchdbConfig.chttpd.require_valid_user=true --set prometheusPort.enabled=true --set couchdbConfig.couchdb.uuid= --namespace couchdb --create-namespace...

**Describe the bug** A clear and concise description of what the bug is. I've been trying to enable JWT Authenitcation handler so an RSA token can be used to authenticate....

Since the text search does not work on the `4.4.5` version of the Helm Chart, I have forked the [clouseau-docker](https://github.com/kocolosk/clouseau-docker) repository and applied the [changes suggested here](https://github.com/apache/couchdb/issues/4369) (see the fork...

The post-install job in `templates/job.yaml` is only executed when CouchDB is installed, but not when it is upgraded. This is problematic when CouchDB is used as a subchart but not...

#### What this PR does / why we need it: This updates `cookeAuthSecret` to `erlangCookie` in the README for the helm chart directory, as that is what couchdb looks for...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

outside of the helm-chart for consistency and to prevent accidental deletions by helm. #### What this PR does / why we need it: Currently the chart manages the PVCs for...

#### What this PR does / why we need it: Adds support for container lifecycle hooks which serve different use cases than helm hooks and can be more reliable for...