summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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