Apache CouchDB Helm Chart

Clone this repo:
  1. 202c4e3 Update default CouchDB version to 3.5.0 (#216) by Lars · 7 days ago main couchdb-4.6.1
  2. 3d49068 build(deps-dev): (deps): Bump .github/actions/kind-action (#164) by dependabot[bot] · 3 months ago
  3. 94889cc Support lifecycle hooks (#124) by Tony Schmidt · 3 months ago couchdb-4.6.0
  4. 463b411 Support extra secrets (#185) by Tony Schmidt · 3 months ago couchdb-4.5.7
  5. a1dfd8b Add extraPorts to the network policy when it is enabled. (#157) by Sam Rose · 1 year, 1 month ago couchdb-4.5.6

CouchDB Helm Charts

This repository contains assets related to the CouchDB Helm chart.

Layout

  • couchdb: contains the unbundled Helm chart
  • test: containes scripts to test the chart locally using Kind

Testing

make test will run an integration test using Kind. This stands up a Kubernetes cluster locally and ensures the chart will deploy using the default options and Helm.

On GitHub, there is a GitHub Action to Lint and Test charts for each PR.

Releasing

On merge to main, a new release is generated by the Chart Releaser GitHub action.

Feedback / Issues / Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project. In short, use GitHub Issues, do not report anything to the Helm team.

The chart follows the technical guidelines / best practices maintained by the Helm team.