Commit Graph
9572 Commits
Author SHA1 Message Date
Philipp Hellmich bb910daa9d [stable/traefik] add servicemonitor (#13728)
* feat: imporvements to pachyderm chart (#13054)

* feat: imporvements to pachyderm chart

- De-hardcode suite label to allow deployment in a different namespace
than `pachyderm`
- De-hardcode service account name to allow deployment in a different
namespace than `pachyderm`
- Allow specifying resource limits for `etcd` and `patchd` deployments
- Split `pachd` service in 3 stand alone services to allow exposing
`pachd-grpc-api` through a LoadBalancer service type
- `pachd-grpc-api` port can be customized
- `pachd` deployment now support iam-role annotation for `kube2iam`

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* add variables to support 1.8.x

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* node port fixed to 30650

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* boolean as stringwq

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* fix typo

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>

* quote the value in the template instead

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* some changes based on feedback of dtomcej

Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* commented out servicemonitor as requested in PR

Signed-off-by: Philipp Hellmich <phil@hellmi.de>

* fix

Signed-off-by: Philipp Hellmich <phil@hellmi.de>
2019-08-13 01:47:41 -07:00
Khwunchai Jaengsawang 3899135dd2 [stable/airflow] Add readinessProbe (#15138)
* Add readinessProbe

Signed-off-by: Khwunchai Jaengsawang <khwunchai.j@ku.th>

* Bump chart version

Signed-off-by: Khwunchai Jaengsawang <khwunchai.j@ku.th>
2019-08-13 01:12:00 -07:00
Wykiki 42f5a375fe [stable/spinnaker] Fix environment variable name for proxy in Java (#15061)
Signed-off-by: Julien Le Méner <julien.lemener@external.engie.com>
2019-08-13 01:11:53 -07:00
sekka1 a297a22d9b [stable/graylog] Adding namespace flag to finding the master nodes (#15058)
* Adding --namespace to kubectl usage for finding the master node

Signed-off-by: garland <garlandk@gmail.com>

* Upping chart version

Signed-off-by: garland <garlandk@gmail.com>
2019-08-13 01:11:41 -07:00
Endre Czirbesz 728a368f7d [stable/fluent-bit] Adding ES auth secret (#14849)
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
2019-08-13 00:36:00 -07:00
Jason Carter 0685851174 * Add the bolt protocol on port 7687 to the Service (#14671)
Signed-off-by: Jason Carter <jason.carter@telepathy.ai>
2019-08-13 00:35:52 -07:00
Mike Palmer 4d2d5cd284 [stable/metallb] Add support for prometheus-operator (#14005)
* [stable/metallb] Add support for prometheus-operator

Signed-off-by: Mike Palmer <mpalmer@terascope.io>

* Fix missing api version on service

Signed-off-by: Mike Palmer <mpalmer@terascope.io>

* Splitting components and addressing pr feedback

Signed-off-by: Mike Palmer <mpalmer@terascope.io>
2019-08-13 00:35:40 -07:00
Dimitrios Karagiannis 970315e41e [stable/prometheus-postgres-exporter]: add the ability to create a ServiceMonitor (#14918)
* Add the ability to create a ServiceMonitor

Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>

This is intended for users of the prometheus-operator helm chart.

* Update README with serviceMonitor values

Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>

* Remove missed comment

Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>

* Update chart version

Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
2019-08-13 00:17:41 -07:00
Ryan McCormick 387bb25492 [stable/dask] Update stable dask with new container versions, better documentation, more options. (#12552)
* 1) Update API versions to v1, 2) Refactor NOTES.txt to handle different serviceTypes, 3) Create OWNERS file, 4) Add comments for possible serviceType and GPU values in values.yaml, 5) Update README values and add some new sections for serviceTypes and Jupyter password, 6) Lint README, yaml files, and rendered yaml templates, 7) Update container images to v1.1.1

Signed-off-by: Ryan McCormick <rmccormick@nvidia.com>
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* address PR #1 comments, 1) Add newline to each EOF, 2) Update YAML comments to have no extra spacing, 3) Add --namespace flag description to README

Signed-off-by: Ryan McCormick <rmccormick@nvidia.com>
Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* add nodeSelector and imagePullSecrets to deployments

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* add nodeSelector and imagePullSecrets to deployments

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* change worker arg to variable rather than hardcoded 'dask-worker'

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* Add jacobtomlinson to OWNERS

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* fix lint error for spaces after comments

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>

* Update README.md

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>

* apply left whitespace trim and nindent throughout chart templates per unguiculus suggestion

Signed-off-by: Ryan Mccormick <rmccormick@nvidia.com>

* improvement: replace 'default' namespace with '.Release.Namespace' in NOTES.txt output

Signed-off-by: Ryan McCormick <rmccorm4@binghamton.edu>
2019-08-13 00:11:56 -07:00
Chun Huang 22f91ec8cb [incubator/honeydipper] an event driven orchestration system (#12055)
* Honeydipper is an event driven orchestration system

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>

* adopting best practices

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>

* avoid using generic spec parameter

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>

* Bumping the version of the image

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>

* use traditional way of adding env and volumes

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>

* matching the new health check path in helm chart test

Signed-off-by: Chun Huang <charles.huang@joinhoney.com>
2019-08-13 00:11:49 -07:00
Don Bowman 16c254da81 [incubator/zookeeper] Support Zookeeper official (3.5.4) image (#11343)
* [incubator/zookeeper] Support Zookeeper official (3.5.4) image

The existing chart is using gcr.io/google_samples/k8szk, which is not
maintained.

The Zookeeper project has an 'official' image on DockerHub, based
on Zookeeper 3.5.4(-beta). The format of the environment variables
and scripts is different.

Existing issuse such as [#3020](https://github.com/helm/charts/issues/3020)
went stale.

Add support for the Zookeeper official image, mapping the environment
variables and paths.

Signed-off-by: Don Bowman <db@donbowman.ca>

* [incubator/zookeeper] Change default zookeeper image to 3.4.13

3.5 is not yet released, 3.4.13 is the latest stable,
change the default.

Signed-off-by: Don Bowman <db@donbowman.ca>

* fix: bump to 3.5.5 by default, update README.md to reflect

Signed-off-by: Don Bowman <db@donbowman.ca>

* fix: revert persistence storage default to true

The intent of PR11343 was just to enale to work with
upstream container, not change this default. IMHO
the default is incorrect (true without setting the
storage class or size usually gives incorrect results).

Signed-off-by: Don Bowman <db@donbowman.ca>
2019-08-13 00:11:41 -07:00
Tresarrieu Côme dc521e37fd Add kube-downscaler (#11079)
* Add `kube-downscaler` chart to the `incubator` directory

Signed-off-by: Côme Tresarrieu <c.tresarrieu@gmail.com>

* Add missing required values in `Chart.yaml`

Signed-off-by: Côme Tresarrieu <c.tresarrieu@gmail.com>

* Some linting

Signed-off-by: Côme Tresarrieu <c.tresarrieu@gmail.com>

* kube-downscaler: Use the correct default value for `rbac.create`

Signed-off-by: Côme Tresarrieu <come@gymlib.com>

* kube-downscaler: Fix Values indentation

Signed-off-by: Côme Tresarrieu <come@gymlib.com>
2019-08-12 23:45:41 -07:00
Yinan Li 9f9bf41516 Upgraded the version of the operator (#16259)
Signed-off-by: Yinan Li <ynli@google.com>
2019-08-12 22:13:40 -07:00
Spencer Gilbert 8cd3ff0c61 [stable/openebs] fix localprovisioner replica (#16254)
Resolve issue #16252

Signed-off-by: Spencer Gilbert <sgilbert@optoro.com>
2019-08-12 19:19:38 -07:00
Matteo Gazzetta 5ff1fc1bdc Sync prometheus operator dashboard and rules (#16230)
Signed-off-by: Matteo Gazzetta <matteo_gazzetta@hotmail.it>
2019-08-12 15:11:37 -07:00
Nicolaj Græsholt 58819ee0c0 [stable/dex] ADD annotations to grpc and web pods FIX #15451 (#15739)
* ADD annotations to grpc and web pods FIX #15451

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* ADD docs on new values, BUMP chart minor version after adding feature

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* FORMAT sort value parameters alphabetically.

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
2019-08-12 14:39:38 -07:00
Michael Merrill 99d3bde168 [stable/prometheus-operator] Updating ingress RBAC to access networking.k8s.io (#16226) (#16227)
Signed-off-by: mmerrill3 <michael.merrill@vonage.com>
2019-08-12 12:11:04 -07:00
Johnny Walker 40035483a0 [stable/nginx-ingress] replace ambiguous controller.headers option (#16217)
* [stable/nginx-ingress] deprecate ambiguous controller.headers option and add configuration for add-headers.

Signed-off-by: Johnny Walker <johnny.walker@spinen.com>

* [stable/nginx-ingress] flex controller.headers with new controller.proxySetHeaders

Signed-off-by: Johnny Walker <johnny.walker@spinen.com>

* [stable/nginx-ingress] Include tests, proper version and notes.txt notice

Signed-off-by: Johnny Walker <johnny.walker@spinen.com>
2019-08-12 11:59:07 -07:00
Thomas Lovett 4cffe8fdbb [stable/graylog] enable configuration of initContainer resources (#16255)
* feat(stable/graylog): enable configuration of initContainer resources

This change will make Graylog deployments compatible with clusters using ResourceQuotas
to achieve hard or soft multi-tenancy. Using ResourceQuotas in this way requires that
every container has explicit CPU and/or Memory resources configured

Signed-off-by: Thomas Lovett <tklovett@gmail.com>

* docs(stable/graylog): add missing backtick to fix formatting

Signed-off-by: Thomas Lovett <tklovett@gmail.com>

* chore(stable/graylog): bump version from 1.2.0 to 1.3.0

Signed-off-by: Thomas Lovett <tklovett@gmail.com>
2019-08-12 09:17:12 -07:00
Andrés Bono 71026997e1 [stable/rabbitmq] Use stable/rabbitmq-exporter (#16247)
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
2019-08-12 06:27:22 -07:00
Andrés Bono 31d836fef5 [stable/nats] Use stable/nats-exporter (#16246)
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
2019-08-12 06:27:11 -07:00
Andrés Bono 3a7be92ecd [stable/mongodb] Use stable/mongodb-exporter (#16245)
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
2019-08-12 06:13:11 -07:00
Bitnami Bot 4b6522cb1f [stable/redis] Release 9.0.2 updating components versions (#16242)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 04:33:11 -07:00
Nicola Paoli 232c9849be [HL-COMPOSER]: Update hl-composer owners (#16168)
Signed-off-by: Nicola Paoli <nicola@aid.technology>
2019-08-12 03:57:11 -07:00
Bitnami Bot a80848f945 [stable/phpbb] Release 6.0.1 updating components versions (#16244)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 03:49:49 -07:00
Bitnami Bot a42bd24f05 [stable/testlink] Release 6.0.1 updating components versions (#16243)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 03:49:37 -07:00
Bitnami Bot 992b5a9214 [stable/opencart] Release 6.0.2 updating components versions (#16241)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 03:49:25 -07:00
Bitnami Bot cf5557c7eb [stable/dokuwiki] Release 5.1.2 updating components versions (#16240)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 03:49:13 -07:00
Nicola Paoli 58c4094cc6 [HLF-COUCHDB]: Update hlf-couchdb owners (#16167)
Signed-off-by: Nicola Paoli <nicola@aid.technology>
2019-08-12 03:19:48 -07:00
Nicola Paoli c797aa2aa7 [HLF-PEER]: Update hlf-peer owners (#16166)
Signed-off-by: Nicola Paoli <nicola@aid.technology>
2019-08-12 03:19:36 -07:00
Nicola Paoli 1ab19adc55 [HLF-ORD]: Update hlf-ord owners (#16165)
Signed-off-by: Nicola Paoli <nicola@aid.technology>
2019-08-12 03:19:24 -07:00
Nicola Paoli 80eecf1de3 [HLF-CA]: Update hlf-ca owners (#16164)
Signed-off-by: Nicola Paoli <nicola@aid.technology>
2019-08-12 03:19:12 -07:00
Aisuko 72c94c525c Add fullnameOverride and nameoverride (#15706)
Signed-off-by: Aisuko <urakiny@gmail.com>
2019-08-12 01:25:10 -07:00
Dayoung Shin 642a5ebeaf [stable/weave-scope] Allow containers to have extra flags (#16231)
Signed-off-by: Dayoung Shin <shindanim@gmail.com>
2019-08-12 01:13:11 -07:00
Bitnami Bot fde4be6540 [stable/phabricator] Release 6.2.2 updating components versions (#16234)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-12 00:41:11 -07:00
David J. M. Karlsen 7a9baf1787 [stable/cerebro] run with security context and be able to run as non… (#16183)
* [stable/cerebro] run with security context and be able to run  as nonRoot

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* obsolete values

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-08-10 10:41:12 -07:00
Markus Schoepke 1a2f7072e4 Fix 'mc policy' syntax for newer mc versions (#16200)
Signed-off-by: Markus Schöpke <markus.schoepke@bedag.ch>
2019-08-10 08:29:12 -07:00
Carlos Alexandro Becker e98bf1b928 [stable/prometheus-operator]: fix alertmanagr pdb docs (#16210)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-08-10 04:47:12 -07:00
Bitnami Bot 1bfbea05e7 [stable/postgresql] Release 6.2.1 updating components versions (#16221)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-10 04:37:12 -07:00
deitmerit dae00befd9 [stable/mssql-linux] allow using existing secret for sa password (#16… (#16186)
* [stable/mssql-linux] allow using existing secret for sa password (#16818)

Signed-off-by: Stefan Frye <frye@deitmer-it.de>

* [stable/mssql-linux] bump chart version (#16818)

Signed-off-by: Stefan Frye <frye@deitmer-it.de>
2019-08-10 04:21:12 -07:00
Havrileck Alexandre 9f1db2d47d [stable/nextcloud] Add flexibility and more configurations (#16205)
* [stable/nextcloud] Allow to inject custom php configuration files

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Add annotations and labels on PVC

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Add fs group of www-data for mounted files

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Change mount path of PVC

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Add tmp directory in volume

This directory can be used for uploads as temporary directory

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Fix cronjob job template labels for new helm spec

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Allow change of cronjob image and add pull secrets

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Allow change cronjob resources,tolerations,affinity

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Cronjob (curl) follow redirect

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Add default values for persistence annotations

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Add all default nextcloud configurations

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Update documentation with new values and indent

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Upgrade chart version

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Fix trailing spaces in default values

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Fix default values for cronjob image declaration

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Fix default configs not mounted

Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com>

* [stable/nextcloud] Mount default configs only if extra configs exists

Signed-off-by: Havrileck Alexandre <havrileckalexandre@gmail.com>
2019-08-10 03:53:13 -07:00
Jason Gwartz db491b02ca adds dippynark owner - fix patch diff (#15756)
Signed-off-by: Jason Gwartz <jason.gwartz@gmail.com>
2019-08-09 13:51:13 -07:00
Tobias Wolf 719e7deaab Rebase and update version (#16081)
Signed-off-by: Tobias Wolf <towolf@gmail.com>
2019-08-09 11:37:13 -07:00
Tobias Wolf 407576cd85 Simplify livenessProbes, remove readinessProbes (#16080)
This PR removes exec-based probes that execute redis-cli PING.

In issue #13747 it was discovered that there is a surprisingly large overhead
associated with spawning shell scripts in each container. 3 pods * 2
containers * 2 probes results in 12 shell script executions, which is
compounded by a large, as-yet unexplained, runc overhead.

Considering the nature of redis-ha, these introspective probes are not
necessary since availability and role is determined by the sentinels.

A simple tcpSocket livenessProbe check will confirm open ports that are
ready for communication. The set of sentinel containers then
establishes "readiness" and the address of master and slaves though
a native consensus implementation.

The StatefulSet provides a headless Service which resolves to all active
sentinel Pod IPs via RR DNS. The sentinels in turn elect a master which
is reachable via an "announce" Service with publishNotReadyAddresses
enabled to ensure a stable service IP address for each Pod.

Hence a readinessProbe is needed for neither Redis nor Sentinel.

The entire `redis-ha-healthchecks` ConfigMap was deleted since none of the
scripts are in use anymore.

Signed-off-by: Tobias Wolf <towolf@gmail.com>
2019-08-09 10:05:26 -07:00
Travis Raines 7adf737223 [stable/kong] render .env last in templates (#16191)
Update all environment variable sections in templates to render
variables from Values.env after rendering variables from other sections
of values.yaml. Because the last variable definition wins, this ensures
that users can override settings from elsewhere in values.yaml if needed
without modifying templates, although use cases for this should be rare.

Signed-off-by: Travis Raines <traines@konghq.com>
2019-08-09 09:05:26 -07:00
Bitnami Bot af6255e4aa [stable/jasperreports] Release 6.0.2 updating components versions (#16215)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-09 07:33:25 -07:00
Gonzalo Gómez Gracia 8b807ab3de [stable/redmine] Increased Redmine livenessProbe (#16214)
* Increased Redmine livenessProbe

Signed-off-by: Gonzalo Gomez <gonzalo@bitnami.com>

* Bump chart version

Signed-off-by: Gonzalo Gomez <gonzalo@bitnami.com>
2019-08-09 07:21:26 -07:00
Xiang Dai 8c7e03affe [incubator/kafka] update NOTES.txt (#16161)
* [incubator/kafka] update comment

comment how to test when specified ""zookeeper.connect""

Signed-off-by: Xiang Dai <764524258@qq.com>

* bump up version

Signed-off-by: Xiang Dai <764524258@qq.com>

* update comment

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-08-09 06:55:25 -07:00
Carlos Alexandro Becker ca0c95954d [stable/prometheus-operator]: fix pdb docs (#16196)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-08-09 05:57:26 -07:00
Cédric de Saint MartinandCarlos Rodríguez Hernández d6da308013 [stable/elasticsearch-curator] Update to 5.7.6 by changing docker repository (#15669)
* [stable/elasticsearch-curator] Update to 5.7.6 by changing docker repository. Also add desaintmartin to maintainers.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* Update stable/elasticsearch-curator/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/elasticsearch-curator] Remove @tmestdagh from OWNERS.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-08-09 02:41:30 -07:00