Commit Graph
3468 Commits
Author SHA1 Message Date
Carlos Sanchez 2cd3fc481c [stable/jenkins] Wait for up to 2 minutes before failing liveness check (#5161)
* [stable/jenkins] Wait for up to 2 minutes before failing liveness check

Otherwise a plugin installation causes 2 restarts

* Update Chart.yaml
2018-04-20 11:56:59 -07:00
Jason Gwartz 4d25fb1ccb [kubernetes-dashboard] Adds docs about fullnameOverride for kubectl proxy (#5052)
* [kubernetes-dashboard] Adds docs about fullnameOverride for kubectl proxy

If you want to use 'localhost:8001/ui' as a shorthand to get
to the kubernetes-dashboard, the service name must be
'kubernetes-dashboard', but this is not typically what
Helm generates. This commit adds a short note
about how to override that.

* Increments kubernetes-dashboard chart version
2018-04-20 10:10:59 -07:00
Varsha Varadarajan e25931c792 [stable/gocd] Bump up GoCD version to 18.3.0 (#5146)
* Bump up GoCD version to 18.3.0

* update changelog.
2018-04-20 10:03:59 -07:00
Tim Hobbs 4946b3613c Remove duplicate updateStrategy declaration (#5150)
* Remove duplicate updateStrategy declaration

* Bump version
2018-04-20 09:54:59 -07:00
jeff-knurek 7c41a0cf4a [stable/sonatype-nexus] a significant refactor of the nexus chart that allows for easy backups and proxy (#3617)
* [stable/sonatype-nexus] a significant refactor of the nexus chart that allows for easy backups and proxy

Makes the chart more production ready from install

* [sonatype-nexus] add in the template changes from Helm 2.8.1

* [sonatype-nexus] implement as a deployment instead of statefulset

stable storage is a requirement, but couldn't find a reason why it still needed to be a statefulset

* [sonatype-nexus] increase k8s version as prerequisite

* [sonatype-nexus] fix the other PR comments, namely keeping the storage class settings consistent

* [sonatype-nexus] rename the port values, and make it clearer how they are used

* [sonatype-nexus] remove dependency of cert-manager

* [sonatype-nexus] during merge conflicts, almost lost latest change of pv annotations

* [sonatype-nexus] update nexus version to 3.9.0

* [sonatype-nexus] add option for securityContext to allow for official sonatype/nexus3 image to start up

* [sonatype-nexus] add option for disabling the backup container (and it's resources)

* [sonatype-nexus] add option for using an existing PV

* [sonatype-nexus] use an empty dir for backup if backup container isn't enabled

* [sonatype-nexus] update NOTES.txt to use the actual value of admin pwd instead of hardcoded default

* [sonatype-nexus] add the liveness/readiness probe back in

* [sonatype-nexus] Backup is currently only works with GCP at the moment, so disable it by default

* [sonatype-nexus] Add a link to the repo that is used for the nexusBackup container
2018-04-20 06:50:59 -07:00
Juan Ariza Toledano e82722adc8 Adding 'usePassword' parameter to allow deploying the chart without a… (#5159)
* Adding 'usePassword' parameter to allow deploying the chart without authentication

* Bump chart version
2018-04-20 05:22:00 -07:00
Dale Tristram 2fe630187a [stable/rabbitmq] Fix hardcoded service account name (#5158)
* [stable/rabbitmq] Fix hardcoded service account name

The service account name in rolebinding.yaml is currently hardcoded to rabbitmq. This change aligns it with the value the name the service account is actually created with: {{ template "rabbitmq.fullname" . }}

* [stable/rabbitmq] Bump chart version to 0.7.6
2018-04-20 03:03:59 -07:00
wwojcik 7da5c61319 [stable/heapster] Add annotations to service (#4949)
* [stable/heapster] Add annotations to service

* Update README.md
2018-04-19 13:31:00 -07:00
Thomas Liddle 0e83ecd39d Added env variables for collation and lcid (#4731) 2018-04-19 13:19:59 -07:00
André Bauer 86c2173025 bump nginx-ingress image to version 0.13.0 (#5130)
* updated nginx-ingress docker image tag to 0.13.0

* raised chart and app version

* Update README.md
2018-04-19 13:15:09 -07:00
knutjda db84f02b67 Added config option for imagePullSecrets in keycloak chart (#4924)
* Added config option for imagePullSecrets in keycloak chart

* Increased chart version

* Update Chart.yaml
2018-04-19 13:14:59 -07:00
cheyang 9821afb3dd fix tensorflow serving document (#5033)
* fix tensorflow serving document

* add owners file
2018-04-19 13:07:09 -07:00
keke d3dfa619a6 Removed unused imports from locust task script (#5027)
* remove: unused imports

* fix: increment new chart version
2018-04-19 13:06:59 -07:00
cheyang e9cadcaee3 TensorFlow notebook (#4990)
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard

add hook

* update helmignore

* add home

* change Always to IfNotPresent

* move to stable
2018-04-19 12:58:00 -07:00
Elliot Kennedy 0cbc762c7b Support custom labels on nginx ingress controller service (#5035) 2018-04-19 12:48:00 -07:00
todoesverso 88e151b750 Add loadbalancer IP to kibana (#5021)
* Add loadbalancer IP to kibana

* Bumped kibana chart minor version

* Documented loadBalancerIP for kibana service
2018-04-19 12:43:59 -07:00
Corey O'Brien cfbfbbcdc7 [incubator/vault] Add HA configuration (#4709)
* [incubator/vault] Vault enhancements (customization, HA).

* Add support for service customization (ports, annotations)
* Add support for pod annotations
* Add readinessProbe to Vault service (for use in HA)
* Add support for Vault in HA mode (detect pod IP)

* Update how POD_IP is propagated into VAULT_CLUSTER_ADDR.

* [incubator/vault] Improved HA
* Use RollingUpdate with maxUnavailable
* Add PDB with maxUnavailable
* Make readiness default to exclude sealed vaults but configurable
* Remove `.Release.Revision` so `helm upgrade` doesn't require unsealing
2018-04-19 12:40:00 -07:00
Corey O'Brien b0df5fc2c3 [stable/cluster-autoscaler] Add PDB (#4398)
* [stable/cluster-autoscaler] Add PDB

* [stable/cluster-autoscaler] Add missing Chart.yml meta

* Make maxUnavailable configurable

* Add labels and make configuration more robust

* Bump version for new feature

* Fixup readme

* Make pbb values a string to make it easier to switch off the default
2018-04-19 10:47:59 -07:00
Federico Nusymowicz e6cc219825 [incubator/drone] Allows custom drone annotations (#5030)
* Allows custom drone annotations

* Fixes values.yaml

* Update Chart.yaml
2018-04-19 10:34:00 -07:00
Jeff Hodges 8ea04174d9 correct ImageTag setting in stable/jenkins (#4371)
The actual default value for the ImageTag in stable/jenkins is `lts`, not a specific version.

(I'm not sure if that setting is ideal, but that I'm just documenting what it is. What should it be?)
2018-04-19 09:41:59 -07:00
Will Salt 1899b88053 [stable/grafana] add pod annotations to grafana chart (#5084)
* add pod annotations to grafana chart

* Fix indentation of pod annotations

* bump semver

* added parameters to the readme
2018-04-19 08:01:00 -07:00
AdamDang 5e6c3cc255 Typo fix in zetcd/README.md: "an zetcd deployment"->"a zetcd deployment" (#4910)
* Update Chart.yaml

* Typo fix in zetcd/README.md

an  zetcd deployment->a  zetcd deployment
2018-04-19 07:54:59 -07:00
AdamDang b2896c4df0 Typo fix in sentry/README.md(recreatation of #4959 for conflicts) (#5126)
* Add version for sentry

Add version for sentry

* Typo fix in sentry/README.md

line 130:
set up `ingress.enabled` to true->set `ingress.enabled` to true
choose a `ingress.hostname`->choose an `ingress.hostname`

* Update README.md
2018-04-19 07:51:10 -07:00
AdamDang 3b71472e2f Typo fix in elastalert/README.md: "is" is missed (#4989)
* Add version for elastalert

Add version for elastalert

* Typo fix in elastalert/README.md

Typo fix in elastalert/README.md
2018-04-19 07:51:01 -07:00
AdamDang 7fa4fd3c6c Typo fix in traefik/README.md(recreation of PR #4923 for some conflicts) (#5134)
* Add version for traefik

version: 1.29.1

* Typo fix in traefik/README.md

Some typo fixes.
This is a recreation for PR #4923 because some changes caused conflicts.
2018-04-19 07:33:09 -07:00
AdamDang d92b8b95ef Typo fix in ipfs/README.md: a IPFS deployment->an IPFS deployment (#4986)
* Add Version for ipfs

Add Version for ipfs

* Typo fix in ipfs/README.md

Typo fix in ipfs/README.md
2018-04-19 07:32:59 -07:00
AdamDang eed478a9f3 Typo fix in chartmuseum/README.md (Recreation of #5038 for conflicts ) (#5127)
* Add version for chartmuseum

version: 1.3.1

* Typo fix in chartmuseum/README.md

Line 347: By default chartmuseum use local filesystem storage.
use->uses
Line 348: But on pod recreation if will lose all charts,
if->it
2018-04-19 07:27:10 -07:00
Dave Anderson e4b0bc8e59 stable/metallb: Refactor the config-passing part of the chart. (#4781)
* stable/metallb: Refactor the config-passing part of the chart.

Adds a third option for configuration: passing in a reference to
an external (not managed by Helm) ConfigMap. This makes life easier
for some users who want Helm to manage the binary lifecycle, but
want to keep the configuration manually editable without special tools.

The 3 ways of passing a config are now grouped under the 'config' yaml
tree, to make things more readable.

* Remove simpleLayer2 as an option.

It complicates the chart, and it's not really a great option anyway
because it encourages using MetalLB without reading the documentation
first, which leads to broken clusters.

Since we're now back down to 2 options, switch back to non-nested configs.

* Rename configName to existingConfigMap to align with other charts.
2018-04-19 07:27:01 -07:00
Shane Starcher 78c4b01630 Adds NewRelic beta Kubernetes integration (#4917)
* adds new relic beta kubernetes integration

* fix labels

* adding labels to cluster role
2018-04-19 06:42:00 -07:00
Thomas Mons c11e1e0f10 Sonarqube chart: Make PostgreSQL requirement optional (#5133)
* Made PostgreSQL requirement optional, so Sonarqube can be deployed via Helm while using an external PostgreSQL database server.

* Increased version of the chart to 0.5.2, considering the choice of using an external PostgreSQL server a bugfix, rather than a new feature
2018-04-19 05:57:00 -07:00
Alex Robinson 13c704cac8 cockroachdb: Various improvements (#4876)
* cockroachdb: Add readiness/liveness probes

* cockroachdb: Switch from unready-endpoints annotation to proper field

This works as far back as Kubernetes 1.8, which means we're still
supporting the 3 most recently release versions of Kubernetes, more than
the 2 required by the README of this repo.

However, I'm leaving the annotation in because the field itself doesn't
work on 1.9.x: https://github.com/kubernetes/kubernetes/issues/58662

* cockroachdb: Add podManagementPolicy and UpdateStrategy
2018-04-19 02:49:59 -07:00
Bitnami Bot f22c1d0bf3 [stable/drupal] Release 0.11.16 (#5121)
* drupal: update to `8.5.2`

* drupal: bump chart appVersion to `8.5.2`

* drupal: bump chart version to `0.11.16`
2018-04-19 00:47:00 -07:00
AdamDang bddc56eae6 Typo fix in risk-advisor/README.md: it->if (#4963)
* Add version for risk-advisor

Add version for risk-advisor

* Typo fix in risk-advisor

Typo fix in risk-advisor
2018-04-18 21:04:59 -07:00
Chance Zibolski 8b7d138274 [stable/nginx-ingress] Reduce required permissions when running in a namespace (#4521)
* [stable/nginx-ingress] Add value for disabling clusterrole and clusterrolebinding

If installing nginx-ingress with limited permissions, you may not be
able to create ClusterRoles or ClusterRoleBindings. This is most common
when installing nginx-ingress into individual namespaces.

* [stable/nginx-ingress] Update role to include permissions needed at a namespace level

* [stable/nginx] Bump chart version to 0.12.3
2018-04-18 21:00:59 -07:00
AdamDang 505b2f480f Typo fix in anchore-engine/README.md: and->an (#5016)
* Update Chart.yaml

* Update README.md
2018-04-18 20:57:27 -07:00
AdamDang fe335c30c6 Typo fix in elasticsearch-exporter/README.md: a->an (#4988)
* Add version for elasticsearch-exporter

Add version for elasticsearch-exporter

* Typo fix in elasticsearch-exporter/README.md

Typo fix in elasticsearch-exporter/README.md
2018-04-18 20:57:18 -07:00
AdamDang b83f363c73 typo fix in percona-xtradb-cluster/README.md: duplicated word "image image" (#4974)
* add version

* typo fix in percona-xtradb-cluster/README.md

typo fix in percona-xtradb-cluster/README.md
2018-04-18 20:57:08 -07:00
AdamDang 86373f0572 Typo fix in rethinkdb/README.md:StateFul->StatefulSet (#4973)
* Add version for rethinkdb

Add version for rethinkdb

* Typo fix in rethinkdb/README.md

Typo fix in rethinkdb/README.md
2018-04-18 20:56:59 -07:00
Rob Kernick df6977d077 [stable/sonarqube] Sonarqube configmap fix (#5064)
* Fix configmap mounting

* Bump chart version

* Update sonarqube startup

* Bump chart version

* Fix startup script
2018-04-18 14:53:59 -07:00
Varsha Varadarajan f7745ea5cb [stable/gocd] Add a post start lifecycle hook for GoCD server to preconfigure the server (#4945)
* Preconfigure elastic agent profile and plugin settings.

* Add the preconfigure GoCD server section to the README.
* Introduce a changelog.
* Update the Chart version.

* Add the API call to create and unpause a simple GoCD pipeline in the preconfigure script.

* Increment chart version.

* Change to label to be consistent with the rest of the templates.
2018-04-18 14:47:59 -07:00
AdamDang ef222f07fe Typo fix in stackdriver-exporter/README.md: "for this to exporter to work"->"for this exporter to work" (#4940)
* add version

add version

* Typo fix in stackdriver-exporter/README.md

Typo fix in stackdriver-exporter/README.md
2018-04-18 14:42:01 -07:00
Tom Reznik 4566cca9f0 [stable/nginx-ingress] allow inlining to "env" section of dep/daemonset (#4934)
* [stable/nginx-ingress] allow inlining to "env" section of deployment/daemonset

* inlineExtraEnvs: default to false

* templates: formatting fix

* templates: fix wrong indent

* [stable/nginx-ingress] drop support for old extraEnvs behaviour

* [stable/nginx-ingress] bump chart version to 0.14.0

* extraEnvs: blank should be an empty sequence
2018-04-18 14:25:59 -07:00
DaytonG 415db79cc1 [stable/grafana] fix dashboards-json-configmap, add registry+pullSecrets (#4925)
* [stable/grafana] fix dashboards-json-configmap and add registry+pullSecrets

* increase version

* [stable/grafana] remove registry vars
2018-04-18 14:09:59 -07:00
Michael Klishin 5bcd4594aa [rabbitmq] Use a safe cluster_formation.node_cleanup.only_log_warning value (#4823)
* [rabbitmq] Use a safe cluster_formation.node_cleanup.only_log_warning value

This chart ended up adopting an unfortunate value used in the example
that ships with the K8S peer discovery plugin [1].

The goal was never to recommend it to all users, as the docs are pretty
clear on that automatic node cleanup can have dangerous side effects when nodes go offline temporarily, e.g.
as in [3].

Kudos to Petr Šebek for pointing this out on rabbitmq-users [4].

1. https://github.com/rabbitmq/rabbitmq-peer-discovery-k8s/blob/b309d641ce7ccf135d02fb39254e8c67c98d3a63/examples/k8s_statefulsets/rabbitmq_statefulsets.yaml#L40
2. http://www.rabbitmq.com/cluster-formation.html#node-health-checks-and-cleanup
3. https://groups.google.com/d/msg/rabbitmq-users/wuOfzEywHXo/vm3n1VsfBgAJ
4. https://groups.google.com/forum/#!msg/rabbitmq-users/wuOfzEywHXo/k8z_HWIkBgAJ

* Correct a comment typo

* [rabbitmq] Bump version to 1.3.2

Apparently this is an accepted practice for this repo and not
doing so will make CI fail.
2018-04-18 13:53:59 -07:00
Kiran Mova 7882bf04a8 Add initial checkin for openebs chart (#3879)
* Add initial checkin for openebs chart

Signed-off-by: kmova <kiran.mova@openebs.io>

* Use the template to define chart name

Signed-off-by: kmova <kiran.mova@openebs.io>

* update labels to follow helm best practicies

Signed-off-by: kmova <kiran.mova@openebs.io>

* update values to use camelCase

Signed-off-by: kmova <kiran.mova@openebs.io>

* follow chart conventions for rbac

Signed-off-by: kmova <kiran.mova@openebs.io>

* Update kubectl command to fetch pod status

Signed-off-by: kmova <kiran.mova@openebs.io>

* Update configuration, fix namespace condition

Signed-off-by: kmova <kiran.mova@openebs.io>

* remove blank line

Signed-off-by: kmova <kiran.mova@openebs.io>

* includes fixes for namespace and serviceaccount

Signed-off-by: kmova <kiran.mova@openebs.io>

* refactor affinity and update readme

Signed-off-by: kmova <kiran.mova@openebs.io>

* remove if blocks around serviceAccount

Signed-off-by: kmova <kiran.mova@openebs.io>

* use fullname in rbac and remove empty lines

Signed-off-by: kmova <kiran.mova@openebs.io>

* update maintainers section

Signed-off-by: kmova <kiran.mova@openebs.io>

* Remove storageclasses and set default sa to empty

Signed-off-by: kmova <kiran.mova@openebs.io>

* move the charts to stable

Signed-off-by: kmova <kiran.mova@openebs.io>
2018-04-18 13:37:00 -07:00
Jonathan Striebel 59a2b8fd85 Add kube-slack chart (#3357)
* add kube-slack chart

* kube-slack: use generic rbac apiVersion template

* kube-slack improve documentation

* kube-slack: update NOTES

* kube-slack: add jstriebel as maintainer

* adopt new helm best practices

* fix rbac.apiVersion comparison for future releases

* add notReadyMinTime value

* fix whitespace, obey the linter

* quote notReadyMinTime

* trigger CI

* fix Chart.yaml syntax, add home

* incorporate PR feedback

* move to stable

* clean up rbac values descriptions
2018-04-18 13:22:59 -07:00
rjaxin 100cc91598 [stable/neo4j] minor improvements to charts (#4880)
* changed values from empty dicts to empty arrays, added sidecars for replicas

* bump version

* addressing PR comments
2018-04-18 13:09:00 -07:00
cheyang 7f18c65b04 fix magic namespace readme (#5086) 2018-04-18 12:54:59 -07:00
Corey O'Brien ea9eba4eaf [stable/postgresql] Add option to inject password via file (#5013)
* [stable/postgresql] Add option to inject password via file

* Bump minor version and remove extraneous and
2018-04-18 12:45:00 -07:00
Matthew Rocklin c345f8ecb7 Correctly refer to worker.resources.limits (#4798)
Previously we referred to worker.limits, which didn't exist.

Additionally we had the arguments of default reordered
2018-04-18 12:41:00 -07:00