summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Will Holley [Thu, 31 Oct 2019 09:24:41 +0000 (09:24 +0000)]
Bump chart version to 2.4.0
Will Holley [Tue, 22 Oct 2019 17:20:41 +0000 (18:20 +0100)]
Add credits
Will Holley [Tue, 22 Oct 2019 17:17:32 +0000 (18:17 +0100)]
Update to support kube 1.16 changes
Port from https://github.com/helm/charts/pull/17683
Co-authored-by: Kevin Lau <kevin.lau31@gmail.com>
Will Holley [Tue, 22 Oct 2019 15:16:51 +0000 (16:16 +0100)]
Add optional network policy
Adds a NetworkPolicy to enable communication between CouchDB pods
and external ingress on port 5984.
This is required in environments (e.g. Red Hat OpenShift) which apply
DenyAll network policies by default.
ported from https://github.com/helm/charts/pull/17262
Will Holley [Tue, 22 Oct 2019 13:28:54 +0000 (14:28 +0100)]
Add ServiceAccount support
Ported from https://github.com/helm/charts/pull/17254.
Will Holley [Tue, 22 Oct 2019 13:24:25 +0000 (14:24 +0100)]
Include pod tolerations in statefulset
Ported from https://github.com/helm/charts/pull/17079/.
Co-authored-by: jayenzo <jwarner315@gmail.com>
Will Holley [Tue, 22 Oct 2019 12:51:50 +0000 (13:51 +0100)]
Add support for pod annotations
Ported from https://github.com/helm/charts/pull/16794.
Co-authored-by: Sylvain Perrinel <sylvain.perrinel@gmail.com>
Arjun Dhawan [Wed, 30 Oct 2019 09:57:52 +0000 (10:57 +0100)]
Add configurable path
* Makes the path in the ingress configurable, defaulting to '/'. Fixes #4
Will Holley [Mon, 28 Oct 2019 13:06:52 +0000 (13:06 +0000)]
Merge pull request #1 from apache/tests
Add e2e tests
Will Holley [Mon, 28 Oct 2019 09:12:45 +0000 (09:12 +0000)]
Address review comments
Will Holley [Tue, 22 Oct 2019 13:02:07 +0000 (14:02 +0100)]
Maintain chart repo in master branch
Previously we used a branch gh-pages to serve the Helm repository
but I think it's simpler to just use a subdirectory instead.
This commit adds a /docs subdirectory which contains the static
helm repository content. GitHub pages can then be updated to
point to this.
Will Holley [Thu, 17 Oct 2019 15:08:55 +0000 (16:08 +0100)]
Add e2e testing
Adds integration testing using Kind (Kubernetes in Docker). The tests
stand up a local Kubernetes cluster and install the current chart
using Helm 2.x.
Will Holley [Thu, 17 Oct 2019 15:08:36 +0000 (16:08 +0100)]
Add GitHub templates
Will Holley [Wed, 16 Oct 2019 20:17:51 +0000 (21:17 +0100)]
Move chart to subdirectory
Will Holley [Wed, 9 Oct 2019 09:11:42 +0000 (10:11 +0100)]
README and LICENSE
Will Holley [Wed, 9 Oct 2019 08:49:22 +0000 (09:49 +0100)]
Initial import from github.com/helm/charts/stable