update workflows to use submodule actions and clone submodules recursively

Also set persist-credentials: false universally. This could cause problems for the releaser and rebuild actions if they take advantage of the default persist-credentials: true. Also note that rebuild does not clone recursively because it does not use submodules
3 files changed
tree: 4bc5113192dca7708aee18a419e81cfc2aed7047
  1. .github/
  2. couchdb/
  3. docs/
  4. scripts/
  5. test/
  6. .asf.yaml
  7. .gitmodules
  8. .helmignore
  9. LICENSE
  10. Makefile
  11. README.md
README.md

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.

Releasing

Chart versions are immutable. On every version change, make publish should be run to create a new chart bundle and update the repostory metadata.

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.