You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/10/31 15:15:58 UTC

[couchdb-helm] branch master updated (2f1f27a -> 2f98c4c)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git.


    from 2f1f27a  Merge pull request #6 from arjun-1/configurable_path
     add e98bd87  Add support for pod annotations
     add a3f8c1c  Include pod tolerations in statefulset
     add 8bba11e  Add ServiceAccount support
     add 17b3889  Add optional network policy
     add 5b205f5  Update to support kube 1.16 changes
     add 456149c  Add credits
     add d6fec58  Bump chart version to 2.4.0
     add 2f98c4c  Merge pull request #2 from apache/port-helm-prs

No new revisions were added by this update.

Summary of changes:
 couchdb/Chart.yaml                    |   2 +-
 couchdb/README.md                     |  71 +++++++++++++++++++---------------
 couchdb/templates/_helpers.tpl        |  11 ++++++
 couchdb/templates/ingress.yaml        |   2 +-
 couchdb/templates/networkpolicy.yaml  |  31 +++++++++++++++
 couchdb/templates/serviceaccount.yaml |  15 +++++++
 couchdb/templates/statefulset.yaml    |  13 ++++++-
 couchdb/values.yaml                   |  19 +++++++++
 docs/couchdb-2.4.0.tgz                | Bin 0 -> 7897 bytes
 docs/index.yaml                       |  29 ++++++++++++--
 test/e2e-kind.sh                      |   2 +-
 11 files changed, 157 insertions(+), 38 deletions(-)
 create mode 100644 couchdb/templates/networkpolicy.yaml
 create mode 100644 couchdb/templates/serviceaccount.yaml
 create mode 100644 docs/couchdb-2.4.0.tgz