Apache CouchDB Helm Chart

Clone this repo:
  1. a1dfd8b Add extraPorts to the network policy when it is enabled. (#157) by Sam Rose · 7 weeks ago main couchdb-4.5.6
  2. b6d55fc Give the Service default port (5984) a name so that it is not ambiguous if service.extraPorts are used. (#156) by Sam Rose · 8 weeks ago couchdb-4.5.5
  3. fa32ff8 Support extraPorts in the service template. (#154) by Sam Rose · 8 weeks ago couchdb-4.5.4
  4. 0c21ed9 fix(imagePullSecrets): restore ability to set image pull secrets (#139) by bryopsida · 8 weeks ago couchdb-4.5.3
  5. 1e67904 fix: remove duplicate build setup helm action by Will Holley · 10 weeks ago

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.