* Convert chart mariadb to use the recommended pvc patterns
* bump chart version
* remove annotations and fix trunc in pvc
* fix notes for connecting to database
* truncate 63 and trim suffix
* adds osclass chart
* lock mariadb chart requirement to 0.5.x series
* explicitly set default `imagePullPolicy` to `IfNotPresent`
* osclass: add alpha and beta storageclass annotation support
* osclass: increase resource name truncation and trim - suffix
* update osclass image to `bitnami/osclass:3.7.0-r2`
* osclass: bump image to `bitnami/osclass:3.7.0-r3`
* osclass: updated to image `bitnami/osclass:3.7.0-r4`
Contains fix for https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5340
* gitlab-ce: Make external ports configurable.
* gitlab-ce: Bumping postgres chart version to resolve test fail with Kubernetes 1.5.1.
* gitlab-ce bump version to 0.1.3
* gitlab-ce: Fix delete
* gitlab-ce: Fix delete
* add support for explicit NodePort on jenkins chart
* jenkins: bump version to 0.1.7
* jenkins: loadBalancerSourceRanges only when LB service
* jenkins: Fix delete
* owncloud: explicitly set imagePullPolicy
Fixes#406
* owncloud: lock mariadb dependency to 0.5.x chart series
* owncloud: increase resource name truncation and trim - suffix
* owncloud: add alpha and beta storageclass annotation support
* owncloud: upgrade to image `bitnami/owncloud:9.1.3-r1`
* owncloud: bump chart version to `0.4.2`
* owncloud: updated to image `bitnami/owncloud:9.1.3-r2`
Contains fix for https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5340
* Add basic verification of release
* Set BUILD_NUMBER in pr-review.sh
* Set default verification pause if not set
* Work around default pause value with -u
* Fix default pause value in pr-review
* Use kubconfig for tests if possible
* Add basic verification of release
* Add basic verification of release
* Set BUILD_NUMBER in pr-review.sh
* Set default verification pause if not set
* Work around default pause value with -u
* Fix default pause value in pr-review
* Use kubconfig for tests if possible
* Add basic verification of release
* Ensure kubeconfig works standalone
* Provide options to use existing PVCs
* Added persistentVolume.existingClaim options for alertmanager & server
* If defined, use those named PVCs. Else create new ones using template
* Documentation
* chart version bump
* odoo chart
* upgrade to postgresql 0.3.0 chart
* explicitly set default `imagePullPolicy` to `IfNotPresent`
* odoo: add alpha and beta storageclass annotation support
* odoo: increase resource name truncation and trim - suffix
* document `serviceType` param
* bump image to `bitnami/odoo:9.0.20160620-r7`
* .Values.host.interface shouldn't be quoted
In some network configurations we have to handle traffic to the metadata api
from multiple interfaces - typically the node side of a veth pair, where the
other side lives inside a Pod's network namespace. We could use the wildcard
functionality in iptables to do this, but setting `host.interface: veth+` in
this chart doesn't work.
This is because the parameter is quoted in the DaemonSet template and kube2iam
ends up sending the parameter it receives on the command-line directly to
`execvp("iptables", ...)`, which means that the parameter stays quoted all the
way into the actual iptables rule. So you end up with a rule that looks like
this:
```shell
iptables -t nat -S PREROUTING | grep 169.254.169.254
-A PREROUTING -d 169.254.169.254/32 -i "veth+" -p tcp -m tcp --dport 80 -j DNAT --to-destination 10.0.0.1:8181
```
this rule only matches an interface named exactly veth+ since the wildcard
character apparently isn't expanded when the interface name is quoted. If we
remove the quoting we can support iptables wildcards and I don't see why it
shouldn't work for exact matching the interface name still.
* Bump version
* adds orangehrm chart
* lock mariadb chart requirement to 0.5.x series'
* explicitly set default `imagePullPolicy` to `IfNotPresent`
* orangehrm: add alpha and beta storageclass annotation support
* orangehrm: increase resource name truncation and trim - suffix
* Update CockroachDB chart to work with StatefulSets on k8s 1.5
* Update CockroachDB to use pod anti-affinity and disruption budget
* Promote CockroachDB chart from incubator to stable
* feat(chaoskube): add chaoskube helm chart
* feat(chaoskube): make dry run mode the default
* fix(chaoskube): change the wording explaining dryRun
* fix(chaoskube): better explain how to disable dryRun
* fix(chaoskube): remove useless empty line
* chore(chaoskube): move chaoskube to stable
* fix(chaoskube): update docs to reflect move to stable
* docs(chaoskube): explain what helm install does