Commit Graph
5676 Commits
Author SHA1 Message Date
Tom Riley b0298e4f35 Add optional support for configuring Prometheus scrape ServiceMonitor (#11451)
* Add optional support for configuring Prometheus scrape via Prometheus-Operator ServiceMonitor

Signed-off-by: thomasriley <twriley@outlook.com>

* Bump Chart version

Signed-off-by: thomasriley <twriley@outlook.com>

* Fix linting error

Signed-off-by: thomasriley <twriley@outlook.com>

* Make the namespace value optional and remove the unnecessary telemetryPath & interval options

Signed-off-by: thomasriley <twriley@outlook.com>

* Re-add interval and metrics path options but make them optional

Signed-off-by: thomasriley <twriley@outlook.com>
2019-02-18 14:54:11 -08:00
Pavel Dmytrenko 482af9cb85 [stable/kibana] Fix initContainers indentation (#11324)
* [stable/kibana] Fix indentation for initContainers

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Add test case

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Bump version

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Simplify dashboardImport testcase

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Add testcase for all init container types

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>

* [stable/kibana] Update logtrail plugin to v6.6.0 compatible

Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
2019-02-18 14:15:29 -08:00
Jannis Oeltjen 155659de43 [stable/sonarqube] Option for settings encryption secret (#11419)
Add another option to use a Kubernetes Secret for settings
encryption by setting the the sonar.secretKeyPath property
and mounting the actual secret file as a volume.

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
2019-02-18 12:06:20 -08:00
Sergei Ivanov 2825962427 Reuse nexus.fullname template in nexus.proxy-ks.name (#11083)
Get rid of double dash and use a shorter name when
the release name contains chart name

Signed-off-by: Sergei Ivanov <sergei_ivanov@mail.ru>
2019-02-18 11:57:06 -08:00
Eduardo Baitello 6b08a1052b [stable/prometheus-operator] fix README.md (#11333)
* Fix stable/prometheus-operator README.md 

Fix configuration parameter documentation for controller-manager Exporter
Signed-off-by: Eduardo Baitello <eduardobaitello@gmail.com>

* [stable/prometheus-operator] Bump chart version

Signed-off-by: Eduardo Baitello <eduardobaitello@gmail.com>
2019-02-18 11:34:45 -08:00
Jannis Oeltjen 8ade52063f [stable/sonarqube] missing documentation for existingClaim (#11444)
* [stable/sonarqube] Add missing documentation for persistence.existingClaim

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>

* [stable/sonarqube] bump version

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>

* [stable/sonarqube] Remove trailing whitespaces in values.yml

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
2019-02-18 10:28:59 -08:00
Steve Larkin e785f60807 [stable/airflow] Remove dependency on initContainer for creating connections (#11495)
Signed-off-by: Steve Larkin <steve.larkin@sony.com>
2019-02-18 08:35:53 -08:00
Ash Caire 7de3fa9300 [stable/prometheus-operator] Add custom PrometheusRules (#11266)
This commit allows the specification of custom PrometheusRule
resources via alertmanager.additionalPrometheusRules.

To assist the implementation, the ServiceMonitor manifest has also been
updated to remove the v1 List type, which was subsequently clobbered.

Signed-off-by: Ash Caire <ash.caire@gmail.com>
2019-02-18 05:00:51 -08:00
Javier J. Salmerón-García dab07b11a2 [stable/mongodb] Allow extra parameters in metrics exporter (#11488)
* [stable/mongodb] Allow extra parameters in metrics exporter

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Remove ghost values

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Remove trailing whitespace

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-02-18 04:25:05 -08:00
James Munnelly 2978da5710 cert-manager: fast-forward to upstream 45fbfcd1 (#11168)
* Automated cherry pick of #1314 (jetstack/cert-manager#1315)
* Automated cherry pick of #1294 (jetstack/cert-manager#1296)
* Automated cherry pick of #1276 (jetstack/cert-manager#1277)
* Automated cherry pick of #1258 #1266 (jetstack/cert-manager#1273)
* Automated cherry pick of #1259 (jetstack/cert-manager#1260)
* Update Chart.yaml in webhook (jetstack/cert-manager#1249)

Signed-off-by: James Munnelly <james@munnelly.eu>
2019-02-18 04:17:30 -08:00
Sven Müller b4bf081ab5 [stable/prometheus-cloudwatch-exporter] Adjust service targetPort to reference container port name. (#11462)
* Reference container port via port name.

Signed-off-by: svenmueller <sven.mueller@commercetools.de>

* Bump Helm Chart version.

Signed-off-by: svenmueller <sven.mueller@commercetools.de>

* Fix linting error.

Signed-off-by: svenmueller <sven.mueller@commercetools.de>
2019-02-18 03:45:20 -08:00
Hendrik Purmann bf990fe317 Fix invalid yaml output when no extra config is specified (#11483)
Signed-off-by: Hendrik Purmann <h.purmann@googlemail.com>
2019-02-18 03:00:11 -08:00
Tomasz Nowak 512ccd9fea [datadog] Enable dogstatsd over unix domain socket (#11474)
Signed-off-by: Tomasz Nowak <tomanowa@gmail.com>
2019-02-18 02:52:37 -08:00
Nick Troast 6877582cd8 [stable/prometheus-operator] allow empty ruleSelector and ruleNamespaceSelector (#11395)
Currently an empty ruleSelector or ruleNamespaceSelector does not select
all PrometheusRules or Namespaces respectively. Fix the prometheus
template to allow empty ruleSelector and ruleNamespaceSelector.

Signed-off-by: Nick Troast <ntroast@gmail.com>
2019-02-18 02:52:27 -08:00
Karol Chrapek b032d016db [stable/prometheus-node-exporter] Add options to change volume mount propagation (#11194)
* Add options to change volume  mount propagation

Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>

* Add missing new line

Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
2019-02-18 02:37:01 -08:00
Javier J. Salmerón-García 4bb602bcc8 [stable/postgresql] Fix broken compatibility with initDBScripts with Docker Inc PostgreSQL container (#11482)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-02-18 02:27:06 -08:00
Braden Wright 5fd24a8a7e stable/postgres bumped and update values-production as well, fixed merge conflict (#11313)
Signed-off-by: Braden Wright <braden.m.wright@gmail.com>
2019-02-18 00:17:35 -08:00
William Jeanneau c875d2b9bf Added custom labels on jenkins ingress (#11466)
Signed-off-by: wjeanneau <william.jeanneau@gmail.com>
2019-02-16 18:39:38 -08:00
elieser1101 30adb9a913 fix typo in default jenkins agent image fixes #11356 (#11463)
* fix typo in default jenkins agent image

Signed-off-by: Elieser Pereira <elieser.pereiraa@gmail.com>

* Chart Version bumped for typo fix in default jenkins agent image

Signed-off-by: Elieser Pereira <elieser.pereiraa@gmail.com>
2019-02-16 10:34:54 -08:00
Bitnami Bot 935ae19e88 stable/rabbitmq: update to 3.7.12 (#11450)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-02-16 02:34:00 -08:00
Flynn 0555bd2d59 Bump to Ambassador 0.50.2 (#11455)
* Restore default replicas == 3

Signed-off-by: Flynn <flynn@datawire.io>

* Fix some markdown

Signed-off-by: Flynn <flynn@datawire.io>

* Bump chart version, and switch my name to Flynn. :)

Signed-off-by: Flynn <flynn@datawire.io>

* Add icon.

Signed-off-by: Flynn <flynn@datawire.io>

* Sort OWNERS, and add nbkrause (from Datawire)

Signed-off-by: Flynn <flynn@datawire.io>

* Heh. Didn't realize a change to OWNERS required a version bump.

Signed-off-by: Flynn <flynn@datawire.io>

* Bump to Ambassador 0.50.2.

Signed-off-by: Flynn <flynn@datawire.io>
2019-02-15 16:05:35 -08:00
Miles Matthias 4dc714d05f Add note to Spinnaker doc about destination path for additionalConfigMaps (#11437)
* move the API_HOST variable to deck.yml, where it belongs

Signed-off-by: Miles Matthias <mmatthias@google.com>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <mmatthias@google.com>

* noting where additional config maps are written to disk may be helpful to beginners

Signed-off-by: Miles Matthias <mmatthias@google.com>

* bump chart version number per vic

Signed-off-by: Miles Matthias <mmatthias@google.com>
2019-02-15 14:32:17 -08:00
Lucas Bickel a59b5b25de Make php-fpm configurable (#11032)
Signed-off-by: Lucas Bickel <lucas.bickel@adfinis-sygroup.ch>
2019-02-15 14:16:45 -08:00
Dmitriy Lukyanchikov ea0888448b Add namespace value nginx ingress (#10980)
* add servicemonitor namespace value

Signed-off-by: git config --global --edit <dimon.xr@gmail.com>

* update readme and chart version

Signed-off-by: git config --global --edit <dimon.xr@gmail.com>
2019-02-15 13:49:36 -08:00
Andrew Plummer 5586b43ba8 [stable/aws-iam-authenticator] Add new chart (#10940)
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
2019-02-15 13:19:05 -08:00
Carlos Tadeu Panato Junior 65a1c9ef64 bump reloader to 0.0.25 (#11452)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-02-15 12:46:41 -08:00
Itay Shakury 4a64117b98 [stable/prometheus-operator] allow to configure operator log level (#11326)
* allow to configure operator log level

Signed-off-by: Itay Shakury <itay@itaysk.com>

* bump chart version again after rebase

Signed-off-by: Itay Shakury <itay@itaysk.com>
2019-02-15 10:05:03 -08:00
Patrick Hütter 02a24bb816 [stable/kong] Integrated optional support for hostPort on admin, proxy and tls. (#11301)
* Integrated optional support for hostPort on admin, proxy and tls.

Signed-off-by: Patrick Hütter <p.huetter@encircle360.com>

* Chart version bump

Signed-off-by: Patrick Hütter <p.huetter@encircle360.com>
2019-02-15 08:43:14 -08:00
Renat Galiev 3b9ed5ea20 [stable/redis-ha] Fix typo in redis-ha-statefulset (#11378)
Signed-off-by: Renat Galiev <renat@galiev.net>
2019-02-15 07:21:03 -08:00
Faizan Ahmad 5de8d5f430 [helm/charts] [stakater/reloader] Add reloader to helm public charts repo (#9859)
* [helm/charts] Add reloader in helm charts public repo

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Update reloader deploymentapiVersion

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Update chart.yaml

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Fix selector labels

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Update chart version

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Update sources

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Update readme

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
2019-02-15 07:20:44 -08:00
Thomas Leclaire 1be115e52c [stable/metabase] Correct env var for jvm options (#11073)
* Correct env var for jvm options

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* bump char version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* update version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>

* update version

Signed-off-by: Thomas Leclaire <thomas.leclaire@effilab.com>
2019-02-15 07:04:59 -08:00
andreyshamray 40208fd944 Added values to chose init container, additional label for Ingress and deleteDefaultPlugins option. (#11361)
* added new values

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* chaged ingress.labels in values.yaml

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* applied PR changes

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* applied PR changes

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* applied PR changes

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* changed chart version

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>

* changed  version: 0.14.0 in Chart.yaml

Signed-off-by: Andriy Shamray <andriy.shamray@intapp.com>
2019-02-15 06:12:15 -08:00
Alexander Ilyin c5f6378a96 [master] Fixed broken markdown table; (#10982)
* [master] Fixed broken markdown table;

Signed-off-by: Alexander Ilyin <alexander@ilyin.eu>

* [master] Bump the chart version.

Signed-off-by: Alexander Ilyin <alexander@ilyin.eu>

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-02-15 06:01:09 -08:00
Mikhail Zholobov 0facbbcf21 [stable/superset] Use the target port number instead of a name (#7857)
* [stable/superset] Use the target port number instead of a name

Older (but still actual) versions of some Network Policy providers don't support named ports as
a value of `targetPort` field in the Service spec.
Changing it to the number shouldn't break the UX for existing installations.

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* [stable/superset] Bump version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2019-02-15 05:52:32 -08:00
Tariq Ibrahim 38efafea7d [stable/kube-state-metrics] update kube-state-metrics README.md (#11440)
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
2019-02-15 05:39:11 -08:00
Vasily Sliouniaev cec86f65c7 [stable/prometheus-operator] Add vsliouniaev to approvers, reviewers (#11443)
* Add vsliouniaev to approvers, reviewers

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

* Bump chart vers

Seems strange, to have to bump for things in the ignore file

Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
2019-02-15 03:21:11 -08:00
stsui-ctech a143218529 Workaround k8s exec probe timeoutSeconds (#11355)
* Workaround k8s exec probe timeoutSeconds

We've found that redis-cli can hang and not return in some
circumstances (e.g. when the persistentVolume is not responding).

Kubernetes probes that run in Docker containers currently ignore
the timeoutSeconds specified in the probe. [0]

To workaround this, pass the timeoutSeconds as a parameter to the
scripts, and use the timeout tool to send a SIGKILL to redis-cli
if it's hasn't responded after the timeout expires.

[0] https://github.com/kubernetes/kubernetes/pull/58925

Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>

* Merge timeout line into same line as shell command

Do it for the helper, the same way it was done in the SS

Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>
2019-02-15 02:11:30 -08:00
Tomas Pizarro 5a7f51bc47 [stable/postgresql] Fix wrong securityContext configuration for containers (#11406)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-02-15 01:16:45 -08:00
Denis e4ea88e88e Add beat-exporter Prometheus metrics (#11408)
* Add beat-exporter Prometheus metrics from https://github.com/trustpilot/beat-exporter Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* fix DCO and bumped new version

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* Remove blank lines

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* add new line before EOF

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* trailing spaces and newline at the end of file

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>
2019-02-14 13:03:38 -08:00
Anastas Dancha 643fa44426 [stable/satisfy] gettting docker image with fixes (#11433)
Signed-off-by: Anastas Dancha <anapsix@random.io>
2019-02-14 11:52:59 -08:00
Bitnami Bot a11c812de5 stable/ghost: update to 2.14.3 (#11432)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-02-14 11:43:45 -08:00
Bitnami Bot b87938b48e stable/postgresql: update to 10.7.0 (#11434)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-02-14 11:22:59 -08:00
Miles Matthias 5a95accf98 Revert API_HOST endpoint variable from gate to deck service setting (#11397)
* move the API_HOST variable to deck.yml, where it belongs

Signed-off-by: Miles Matthias <mmatthias@google.com>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <mmatthias@google.com>
2019-02-14 11:04:32 -08:00
Jason White 5863186a81 [airflow] allow multiple existing secrets to be used (#11428)
* [airflow] allow multiple existing secrets to be used
Signed-off-by: Jason White <jwhite@neighborly.com>

Signed-off-by: Jason White <jwhite@neighborly.com>

* remove trailing spaces

Signed-off-by: Jason White <jwhite@neighborly.com>
2019-02-14 09:31:54 -08:00
Flynn 0fba199497 Add another OWNER to Ambassador (#11424)
* Restore default replicas == 3

Signed-off-by: Flynn <flynn@datawire.io>

* Fix some markdown

Signed-off-by: Flynn <flynn@datawire.io>

* Bump chart version, and switch my name to Flynn. :)

Signed-off-by: Flynn <flynn@datawire.io>

* Add icon.

Signed-off-by: Flynn <flynn@datawire.io>

* Sort OWNERS, and add nbkrause (from Datawire)

Signed-off-by: Flynn <flynn@datawire.io>

* Heh. Didn't realize a change to OWNERS required a version bump.

Signed-off-by: Flynn <flynn@datawire.io>
2019-02-14 09:10:18 -08:00
Leo Antunes 7a7549f822 traefik: bump 1.7.7 → 1.7.9 (#11366)
* traefik: update to 1.7.9

Signed-off-by: Leo Antunes <leo@costela.net>

* traefik: increase memory limit to 40Mib

Signed-off-by: Leo Antunes <leo@costela.net>

* traefik: replace cpu/memory limits with resources

This deprecates the {cpu,memory}{Request,Limit} parameters and
introduces the `resources` parameter.

Signed-off-by: Leo Antunes <leo@costela.net>
2019-02-14 08:40:27 -08:00
Flynn 3af68322bb Update Ambassador default replicas and fix README Markdown (#11398)
* Restore default replicas == 3

Signed-off-by: Flynn <flynn@datawire.io>

* Fix some markdown

Signed-off-by: Flynn <flynn@datawire.io>

* Bump chart version, and switch my name to Flynn. :)

Signed-off-by: Flynn <flynn@datawire.io>

* Add icon.

Signed-off-by: Flynn <flynn@datawire.io>
2019-02-14 07:43:05 -08:00
Torsten Walter 362b4cef83 fix incorrect Deployment when using sidecars (#11413)
- moved Master.Sidecars.other to correct location
- added documentation for Master.JCasC.enabled
- made 'jenkins' the primary container again
- bumped chart version
- replaced tabs with spaces in README

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
2019-02-14 06:55:59 -08:00
Jannis Oeltjen 1680784e60 [stable/sonarqube] bump version to 7.6 (#11384)
* [stable/sonarqube] bump version to 7.6

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>

* [stable/sonarqube] bump version in readme

Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
2019-02-14 06:38:30 -08:00
skalp 49cb72055d [stable/jenkins]: #10131 (#11411)
Signed-off-by: Pascal Le Métayer <pascal.lemetayer@artal.fr>
2019-02-14 06:27:33 -08:00