Commit Graph
8917 Commits
Author SHA1 Message Date
obeyler b1bd8ac7aa [stable/grafana] fix issue 15134 (#15149)
* remove bad ""

Signed-off-by: olivier beyler <olivier.beyler@orange.com>

* fix chart version

Signed-off-by: olivier beyler <olivier.beyler@orange.com>

* remove comma

Signed-off-by: olivier beyler <olivier.beyler@orange.com>
2019-07-01 05:29:21 -07:00
Ryan Belgrave d8caed48bf add prometheus service monitor to coredns (#12003)
Signed-off-by: Ryan Belgrave <ryan.belgrave@optum.com>
2019-07-01 01:53:21 -07:00
Max Lobur 3789e7f5e7 Port https://github.com/uswitch/kiam/pull/180 to stable/kiam helm chart (#9262)
Signed-off-by: Max Lobur <max_lobur@outlook.com>
2019-06-30 10:41:19 -07:00
Naseem 80f5d310e2 [incubator/jaeger] Update image, add service accounts, remove configmap, passwords as secrets (#15108)
* Update image, add service accounts, remove configmap

Signed-off-by: Naseem <naseemkullah@gmail.com>

* passwords as secrets

Signed-off-by: Naseem <naseemkullah@gmail.com>

* Bump image

Signed-off-by: Naseem <naseemkullah@gmail.com>

* Update README

Signed-off-by: Naseem <naseemkullah@gmail.com>

* Improve secret logic

Signed-off-by: Naseem <naseemkullah@gmail.com>

* Following best practices regarding service accounts

Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-06-30 10:33:31 -07:00
Arcadie Condrat 1232e01cf0 [stable/prometheus-redis-exporter] Adding acondrat to prometheus-redis-exporter owners (#14826)
* Adding acondrat to prometheus-redis-exporter owners

Signed-off-by: Arcadie Condrat <arcadie.condrat@gmail.com>

* version bump

Signed-off-by: Arcadie Condrat <arcadie.condrat@gmail.com>

* prepare for conflict

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
2019-06-30 10:33:19 -07:00
Steven Goodliff f630fd56c5 supports specifying imagePullSecrets (#13145)
* supports specifying imagePullSecrets

Signed-off-by: Steven Goodliff <steven.goodliff@playtech.com>

* added missing space

Signed-off-by: Steven Goodliff <steven.goodliff@playtech.com>
2019-06-30 10:15:20 -07:00
Merlak 6c4bdcdd61 Added optional backendconfig resource for mercure (#15141)
* Added optional backendconfig resource for mercure

Signed-off-by: Simon Merlak <simon.merlak@gmail.com>

* increased the chart version

Signed-off-by: Simon Merlak <simon.merlak@gmail.com>
2019-06-29 12:13:24 -07:00
Darrien Glasser 947f97e8e8 [stable/ambassador] Add app.kubernetes.io/part-of to ambassador (#15096)
Signed-off-by: Darrien Glasser <darrienglasser@outlook.com>
2019-06-29 04:19:23 -07:00
Néstor Salceda 9e0d2f23ce [stable/sysdig] Add nestorsalceda as an approver in OWNERS file (#15132)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-06-28 12:23:07 -07:00
Néstor Salceda 39c085f964 [stable/falco] Add nestorsalceda as an approver in OWNERS file (#15131)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-06-28 12:22:55 -07:00
Fernando Mendoza fa76f7f93d [stable/fluent-bit] Add Pod Security Policy (#15046)
* [stable/fluent-bit] Add Pod Security Policy

Signed-off-by: Fernando Mendoza <fermendozarcs@gmail.com>

* Bump chart version

Signed-off-by: Fernando Mendoza <fermendozarcs@gmail.com>

* Revert chart version bump

Signed-off-by: Fernando Mendoza <fermendozarcs@gmail.com>

* Rebump

Signed-off-by: Fernando Mendoza <fermendozarcs@gmail.com>
2019-06-28 11:52:54 -07:00
Bastian Hofmann d6cdc8f09f [stable/redis] Improve liveness probe so that redis is not restarted while it is still loading its dataset into memory (#15093)
On larger databases this can take more than just the initial probe delay. During this time redis will not answer the ping command with pong, but with loading. Of course the container should not be marked as ready, but it also should not restart which results in redis never starting successfully.

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2019-06-28 10:31:38 -07:00
Bumsoo Kim 9bb2eeb525 [stable/kubernetes-dashboard] add extraEnv (#14998)
* [stable/kubernetes-dashboard] add extraEnv

Signed-off-by: Bumsoo Kim <bskim45@gmail.com>

* bump version to 1.6.0

Signed-off-by: Bumsoo Kim <bskim45@gmail.com>
2019-06-28 08:21:38 -07:00
Karoline Pauls fd2e20abbf [stable/rabbitmq] fix sed invocation to handle special characters (#15105)
Tested with '/\/\--||?+*':

    $ kubectl create secret generic rabbitmq-secret --from-literal=rabbitmq-password='/\/\--||?+*'
    ...
    $ helm install --name my-release stable/rabbitmq --set rabbitmq.existingPasswordSecret=rabbitmq-secret --set persistence.storageClass=standard
    ...
    $ kubectl exec my-release-rabbitmq-0  -ti -- grep default_pass /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.conf
    default_pass=/\/\--||?+*

Resolves #15069.

Signed-off-by: Karoline Pauls <code@karolinepauls.com>
2019-06-28 08:13:38 -07:00
obeyler 0d22277cd7 fix issue #15083 (#15109)
Signed-off-by: olivier beyler <olivier.beyler@orange.com>
2019-06-28 07:17:38 -07:00
Victor Login 9ea0707535 [stable/jaeger-operator] Bump version (#14557)
Signed-off-by: Login Victor <batazor111@gmail.com>
2019-06-28 04:23:38 -07:00
Shini31 138b61febb [stable/prometheus-operator] Fix #14874 (#14877)
* [stable/prometheus-operator] Fix #14874

Signed-off-by: Mathieu Cinquin <github@capitoul.net>

* Bump version

Signed-off-by: Mathieu Cinquin <github@capitoul.net>
2019-06-28 03:57:38 -07:00
Tomas Pizarro cfb732f9ac [stable/nats] Adapt chart to NATS version 2 (#15037)
* Adapt chart to NATS version 2

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Edit tag in values-production

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Recover original tags

Signed-off-by: tompizmor <tompizmor@gmail.com>

* [stable/nats] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Parametrize nats filename

Signed-off-by: tompizmor <tompizmor@gmail.com>

* update missing files

Signed-off-by: tompizmor <tompizmor@gmail.com>

* Add section in the README

Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-06-28 02:55:40 -07:00
crhuber 3ea5519bcf [stable/external-dns] Add support for multiple Istio IngressGateway LoadBalancer Services (#15077)
* add multiple istio gateway args

Signed-off-by: Craig Huber <ch@hellofresh.com>

* update readme

Signed-off-by: Craig Huber <ch@hellofresh.com>

* [stable/external-dns] add multiple istio gateway args

Signed-off-by: Craig Huber <ch@hellofresh.com>

* [stable/external-dns] add new line

Signed-off-by: Craig Huber <ch@hellofresh.com>

* [stable/external-dns] bump minor version

Signed-off-by: Craig Huber <ch@hellofresh.com>
2019-06-28 02:27:38 -07:00
Konstantin Lebedev ec69eb9090 [stable/sentry] Add worker concurrency (#14940)
* [stable/sentry] Add worker concurrency

Signed-off-by: Konstantin Lebedev <kostyan.lebedev@gmail.com>

* [stable/sentry] Add concurrency to values.yaml

Signed-off-by: Konstantin Lebedev <kostyan.lebedev@gmail.com>
2019-06-28 01:55:38 -07:00
Rick Haan 2404b9d197 [stable/dex] Pod annotations Dex (#14979)
* [stable/dex] Add pod annotations

Added the ability to configure your own pod annotations to the
deployment of dex.

An example:
``` yaml
podAnnotations:
  prometheus.io/path: "/metrics"
  prometheus.io/port: "5558"
  prometheus.io/scrape: "true"
```

Signed-off-by: Rick Haan <rickhaan94@gmail.com>

* [stable/dex] Bump minor chart version

My pull request adds functionality in a backwards-compatible manner.
This means a bump in the minor version of the chart.

Signed-off-by: Rick Haan <rickhaan94@gmail.com>
2019-06-28 01:13:38 -07:00
Andrés Bono ce550c3083 [stable/odoo]: Fix typo in values (#15111)
* [stable/odoo]: Fix typo in values

Signed-off-by: Andrés Bono <abjimenez@bitnami.com>

* Another one

Signed-off-by: Andrés Bono <abjimenez@bitnami.com>
2019-06-28 00:57:38 -07:00
Carlos Alexandro Becker d58247103f [stable/prometheus-operator] updated to 0.31.1 (#14943)
* feat: update prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: remove thanos-cluster port from examples

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: manual del/install crd

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: cleanup crds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: update test-values

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: clusterrole

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* bump: prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: crds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* bump: prometheus-operator

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: undo rules upgrade

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: fix readme

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: cleanup crd before install

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* Clean up CRDs before install for CI

Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>
2019-06-27 23:57:38 -07:00
Yitaek Hwang bd46cc489e [stable/redis] Allow slave pods to connect to master when networkPolicy is enabled (#15082)
* Adding network policy label for slave pods

Signed-off-by: YITAEK HWANG <yitaek@gmail.com>

* [stable/redis] fixing ordering of if statements in networkpolicy

Signed-off-by: YITAEK HWANG <yitaek@gmail.com>
2019-06-27 21:29:19 -07:00
Pere Alcoberro 7d766f4134 [stable/kiam] Fix kiam templates (#15045)
* Fix Kiam templates

Signed-off-by: Pere Alcoberro Turu <pere.alcoberro@ic-consult.com>

* Increase Chart Version

Signed-off-by: Pere Alcoberro Turu <pere.alcoberro@ic-consult.com>

* Chart Version Bump

Signed-off-by: Pere Alcoberro Turu <pere.alcoberro@ic-consult.com>
2019-06-27 20:54:07 -07:00
Rajiv Ranjan Singh 5d8de56886 typo fixed in REVIEW_GUIDELINES.md (#15006)
Signed-off-by: Rajiv Ranjan Singh <rajivperfect007@gmail.com>
2019-06-27 20:53:55 -07:00
Aiman Najjar 96ab5b53db added podAnnotations field (#14924)
Signed-off-by: Aiman Najjar <aiman.najjar@hurranet.com>
Signed-off-by: aimannajjar <aiman.najjar@hurranet.com>
2019-06-27 20:53:44 -07:00
Tyler Camp 6286386cf6 [stable/minio] Add serviceAccount option for deployed pods (#14917)
* Add serviceAccount option for deployed pods

Signed-off-by: Tyler Camp <tylermatthewcamp@gmail.com>

* Bump minio chart version

Signed-off-by: Tyler Camp <tylermatthewcamp@gmail.com>

* Add trailing newline to values.yaml

Signed-off-by: Tyler Camp <tylermatthewcamp@gmail.com>
2019-06-27 20:53:32 -07:00
Jacek Ciwiś 8547a7bcba [stable/openldap] add image pull policy and pod annotations (#14909)
* [stable/openldap] Add custom annotations

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>

* [stable/openldap] Add imagePullPolicy to initContainers

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>

* [stable/openldap] Update default image tag to 1.2.4 (appVersion: 2.4.47)

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>
2019-06-27 20:53:20 -07:00
Janusz Bialy 4f10582e69 [incubator/vault] Fix serviceAccount reference and resource limits (#14895)
* add sa name to deployment

Signed-off-by: Janusz Bialy <jbialy@gmail.com>

* move vault container specific resources before any extra containers

Signed-off-by: Janusz Bialy <jbialy@gmail.com>

* bump chart version

Signed-off-by: Janusz Bialy <jbialy@gmail.com>

* bump version

Signed-off-by: Janusz Bialy <jbialy@gmail.com>

* update readme

Signed-off-by: Janusz Bialy <jbialy@gmail.com>
2019-06-27 20:31:21 -07:00
Maxime VISONNEAU d98f440b68 falco - add psp configuration capabilities (#14813)
Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
2019-06-27 19:45:21 -07:00
Ben Sully c6ebf49b94 [stable/verdaccio] Add tolerations (#14779)
Signed-off-by: Ben Sully <ben.sully@yougov.com>
2019-06-27 18:23:22 -07:00
Deepak Sood 7fdb1f90d7 [stable/druid] Fix readme link (#14774)
* historical branch does not exists

Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>

* bump chart version

Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
2019-06-27 17:53:20 -07:00
satchpx 6e23b2ff71 [stable/prometheus] Updates to support an alternate scheduler (#14364)
* updates to support alternate k8s scheduler

Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>

* bump up chart version

Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
2019-06-27 17:19:22 -07:00
Sébastien Allamand 3fe171bf71 [incubator/cassandra-operator] Rename readme and add icon (#14753)
* [incubator/cassandra] Rename readme and add icon

Signed-off-by: sebastien allamand <sebastien.allamand@orange.com>

* bump version

Signed-off-by: sebastien allamand <sebastien.allamand@orange.com>
2019-06-27 16:52:09 -07:00
Jan Fiedler bba76bc354 [stable/prometheus-consul-exporter] 14589: Bugfix to support boolean flags in prometheus-consul-exporter (#14694)
* bumped version number

Signed-off-by: Jan Fiedler <fiedler.jan@gmail.com>
2019-06-27 16:51:57 -07:00
Deepak Sood 3b3069f175 [stable/kapacitor] Add owners file and add common used envVars to examples (#14622)
* 1. Add owners file
2. Bump version from 1.1.2 to 1.1.3
3. Add common used envVars to examples

Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>

* new line at end of OWNERS file

Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
2019-06-27 16:51:46 -07:00
Dat Truong 26e078e147 [stable/traefik] Add File Backend (#14585)
* Add File Backend

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>

* Bump version

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>

* Bump minor version

Signed-off-by: Dat Truong <mr.anhdat@gmail.com>
2019-06-27 16:51:34 -07:00
Matteo Dell'Aquila 58cb8b1326 [stable/kube-ops-view] fullname modified, ingress path added (#14561)
* [stable/kube-ops-view] fullname modified, ingress path added

kube-ops-view.fullname modified to prevents redundant resource names, support to ingress path added

Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com>

* reviewed according REVIEW_GUIDELINES.md

Signed-off-by: Matteo Dell'Aquila <matteo.dellaquila@gmail.com>
2019-06-27 16:51:22 -07:00
Alex Shemshurenko 34f34eeff9 =Signed-off-by: Alexander Shemshurenko alexshe@wix.com (#14553)
Signed-off-by: alexshe <alexshe@wix.com>
2019-06-27 16:24:07 -07:00
Marc Sensenich cd063f6715 [stable/logstash] Create a ServiceAccount and add arguments (#14536)
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
2019-06-27 16:23:56 -07:00
Nigel Foucha 8f3f909fbb [stable/prometheus-operator] Add optional *additionalPrometheusRulesMap* which will override *additionalPrometheusRules* and allow for merging across multiple values files. Deprecated *additionalPrometheusRules* in favor of the new option. (#14490)
Signed-off-by: Nigel Foucha <nigel.foucha@gmail.com>
2019-06-27 16:23:44 -07:00
Aaron Ogle cd4be92788 [stable/rocketchat/ Add a member of Rocket.Chat Team to reviewers (#14431)
* Add a member of Rocket.Chat Team to reviewers

Signed-off-by: Aaron Ogle <aaron@geekgonecrazy.com>

* bump version

Signed-off-by: Aaron Ogle <aaron@geekgonecrazy.com>
2019-06-27 16:23:33 -07:00
satchpx e288a2cb20 updates to support an alternate k8s scheduler (#14353)
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
2019-06-27 16:23:21 -07:00
satchpx d0dabedaa6 [incubator/mysqlha] updates to support an alternate k8s scheduler (#14352)
* updates to support an alternate k8s scheduler

Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>

* fix Chart version

Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
2019-06-27 15:50:06 -07:00
Andrii Nasinnyk 152f4007db feat(stable/atlantis): runAsUser atlantis (#14334)
Signed-off-by: Andrii Nasinnyk <anasinnyk@macpaw.com>
2019-06-27 15:49:58 -07:00
amit-o 4929ea4c93 [stable/apm-server] Add optional TLS configuration to the chart (#14305)
* [stable/apm-server] Add optional TLS configuration to the chart

Signed-off-by: Amit Oren <amitoren224@gmail.com>

* [stable/apm-server] Bump chart version

Signed-off-by: Amit Oren <amitoren224@gmail.com>
2019-06-27 15:49:46 -07:00
amotzhoshen 08c20259c8 [stable/Janusgraph] Allow env variables in template (#14303)
* Add env variables

Signed-off-by: Amotz Hoshen <amotz.hoshen@gmail.com>
Signed-off-by: amotzhoshen <amotz@snyk.io>

* Update chart version

Signed-off-by: Amotz Hoshen <amotz.hoshen@gmail.com>
Signed-off-by: amotzhoshen <amotz@snyk.io>
2019-06-27 15:49:34 -07:00
Josh Lothian 01b3313a10 [stable/prometheus-snmp-exporter] Don't run config through toYaml (#13884)
* Fix prometheus snmp-exporter chart

- don't try to convert the values to YAML - it takes integer
  keys and converts them to strings, causing marshalling errors
  on snmp-exporter startup

Signed-off-by: Josh Lothian <jlothian@cisco.com>

* Update Chart.yaml

Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
2019-06-27 15:49:22 -07:00
Ryan Belgrave 049be7b0a8 [stable/prometheus-node-exporter] add scrapeTimeout for the service monitor (#14293)
Signed-off-by: Ryan Belgrave <ryan.belgrave@optum.com>
2019-06-27 15:20:10 -07:00