Commit Graph
9583 Commits
Author SHA1 Message Date
Gonzalo Gómez Gracia d228efa280 [stable/odoo] Increase Odoo livenessProbe initialDelaySeconds (#16274)
* Increase Odoo livenessProbe initialDelaySeconds

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

* Bump Chart revision

Signed-off-by: Gonzalo Gomez <gonzalo@bitnami.com>
2019-08-13 05:47:41 -07:00
farshad-hobsons 8f3e5889dd [stable/datadog] Add an option to reference an existing clusterAgent.token (#16208)
* [stable/datadog]: adding option to pass existing ClusterAgent token secret

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* [stable/datadog]: Chart version bump

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* [stable/datadog]: adding an extra line in agent-secret.yaml

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* use clusterAgent.tokenSecretName template to make code DRY

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>
2019-08-13 04:29:41 -07:00
Vasily Sliouniaev eeee789c00 [stable/prometheus-operator] Fix several issues (#16264)
* Fix some bugs

Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>

* Resync rules for GKE kube version

Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>

* Add docs for GKE private clusters

Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>
2019-08-13 03:57:41 -07:00
Bitnami Bot c0017888e7 [stable/mongodb] Release 7.1.1 updating components versions (#16265)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-08-13 03:07:44 -07:00
Oliver 8de12ce0dd [stable/consul] joinPeers and joinWan stability and reliability improvements (#16150)
* Reworked the logic around joining peers to make it a bit more aggressive and accurate when dealing with high-latency DNS resoltuion.

Signed-off-by: Oliver Isaac <oisaac@gmail.com>

* [stable/consul] Reworked wan peer to use the same logic as lan peer

Signed-off-by: Oliver Isaac <oisaac@gmail.com>

* [stable/consul] Skip joining WAN if wan_peers is not set

Signed-off-by: Oliver Isaac <oisaac@gmail.com>

* Updated chart version/values/readme

Signed-off-by: Oliver Isaac <oisaac@gmail.com>

* Added better logging around waiting for peers

Signed-off-by: Oliver Isaac <oisaac@gmail.com>

* Bump consul  version as well

Signed-off-by: Oliver Isaac <oisaac@gmail.com>
2019-08-13 02:35:48 -07:00
Nicolas Vanheuverzwijn 09f2afff22 [stable/kube2iam] Update version in documentation (#16092)
* [stable/kube2iam] Update version in documentation

Change version from 0.10.4 to 0.10.7

Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>

* Bump chart version from 2.0.0 to 2.0.1

Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>
2019-08-13 02:35:42 -07:00
Alejandro Garrido Mota 18ee6cf012 [stable/jenkins] Ability to set custom namespace for ServiceMonitor (#16145)
* Improved ServiceMonitor for stable/jenkins

 - Added custom namespace where to deploy the ServiceMonitor
 - Updated README to reflect the new variable
 - Increase Chart version

Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>

* Bump Chart version and added variable in values.yaml

Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>
2019-08-13 02:22:28 -07:00
Luke Alexander 0a9b8a2db0 Rabbitmq prometheus exporter should use the same name for the port, otherwise servicemonitor will not scrape successfully (#16134)
Signed-off-by: Luke Alexander <luke.alexander@mixcloud.com>
2019-08-13 02:22:17 -07:00
Taylor McKinnon 1312c33183 [stable/cloudserver] Add tmacro as maintainer (#16038)
Signed-off-by: Taylor McKinnon <mail@tmacs.space>
2019-08-13 02:22:05 -07:00
Ryan Blankemeier 45f8bc1751 'Signed-off-by: Ryan Blankemeier github.com/rblank96' (#15280)
Signed-off-by: Ryan Blankemeier <rblankemeier@predictivetechnologies.com>
2019-08-13 02:21:54 -07:00
Alexey Medvedchikov e8903c9a10 [stable/prometheus] Add options to change volume mount propagation (same as #11194 for prometheus-node-exporter) (#13922)
Signed-off-by: Alexey Medvedchikov <alexey.medvedchikov@gmail.com>
2019-08-13 02:21:41 -07:00
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