Commit Graph
6434 Commits
Author SHA1 Message Date
Joe Hohertz 2134064cc3 Add ability to set number of replicas (#10621)
Signed-off-by: Joe Hohertz <joe@viafoura.com>
2019-01-14 15:50:12 -08:00
Bort Verwilst 29273eba9c Update grafana dep version to 1.24 (#10613)
Signed-off-by: Bart Verwilst <bart@verwilst.be>
2019-01-14 15:41:20 -08:00
Javier J. Salmerón-García 8b05538277 [stable/ghost] Add service annotations (#10608)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-01-14 15:30:46 -08:00
André Bauer 0d3ae9e2e9 [stable/prometheus] updated kube-state-metrics image to v1.5.0 (#10601)
* updated kube-state-metrics image to v1.5.0

Signed-off-by: André Bauer <monotek23@gmail.com>

* bumped version

Signed-off-by: André Bauer <monotek23@gmail.com>

* fixed chart version

Signed-off-by: André Bauer <monotek23@gmail.com>
2019-01-14 15:21:42 -08:00
Ciro S. Costa f67e0722e0 [stable/concourse] Adds imagepullSecrets support (#9614)
`imagePullSecrets` can now be specified in order to
be able to pull the image from a registry that requires
auth.

closes helm/charts#9228.

Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
2019-01-14 15:08:34 -08:00
Bort Verwilst 8ab6acc36d [stable/rocketchat] update image variable (#10593)
* update image variable

Signed-off-by: Bart Verwilst <bart@verwilst.be>

* update mongodb chart dep

Signed-off-by: Bart Verwilst <bart@verwilst.be>
2019-01-14 14:56:25 -08:00
Beto a07186fc2d [stable/nfs-client-provisioner] Minor clarification for arm deployments on README (#10598)
* Minor clarification for arm deployments on README

 I tried to use this chart on an arm based cluster the pod crashed right after it was started. That's because the default image is for amd64 and the README does not explicitly states the image to use for arm.

Signed-off-by: Beto <luis.lopezespinosa@colorado.edu>

* minor version bump

Signed-off-by: Beto <luis.lopezespinosa@colorado.edu>
2019-01-14 14:47:03 -08:00
Matteo Gazzetta dfa9d3a320 Update metricbeat to 6.5.4 and added required cluster role permission for kubelet auth (#10592)
Signed-off-by: Matteo Gazzetta <matteo_gazzetta@hotmail.it>
2019-01-14 14:38:07 -08:00
Ciro S. Costa ff86c681bb [stable/concourse] Moves prometheus annotation to deployment (#9536)
Previously, Prometheus annotations were added to the web service,
which is meant to represent the whole replica set of pods, leaving
no pod-specific labels to the metrics gathered, defeating the
purpose of some of them (that are meant to be container-specific).

By moving them to `deployment`, we're able to collect them per-pod,
instead of per-service.

Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
2019-01-14 14:29:25 -08:00
Ciro S. Costa 35c9af9569 [stable/concourse] makes Web probes configurable (#9906)
Following the example set by the grafana chart (see [1]), this commit
turns `web` probes into configurable entities.

It also makes use of `/api/v1/info` as the default endpoint for
performing the requests against so `web` doesn't return the whole
initial page as a return value (instead, just a very small json from
`/api/v1/info`).

Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
2019-01-14 14:18:46 -08:00
wanghh2000 b2763f1e15 Use configmap for node problem detector (#10548)
* use configmap

Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com>

* update version

Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com>
2019-01-14 14:06:37 -08:00
Ciro S. Costa 7df723f4c4 [stable/concourse] Improves use of TLS certs (#9665)
Previously, configuring ATC as an HTTPS-enabled service wasn't
an easy thing to do.

After this commit, such capability is achieved by configuring
the `tls` object under `concourse.web`:

    concourse:
      web:
        tls: { enabled: true , bindPort: 443 }

With that configured, a cert and a key gets injected into the
containers via secrets:

    secrets:
      webTlsCert: |
        <my_cert_chain>
      webTlsKey: |
        <my_private_key>

Which are then referenced in the right environment variables and
exposed in the service using the proper port.

Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
2019-01-14 13:55:00 -08:00
Carlos Tadeu Panato Junior 2fb1b2b8de Bump InfluxDB to 1.7.2-alpine (#10582)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-14 13:42:37 -08:00
Carlos Tadeu Panato Junior 8f0be9b0d8 Bump Dex to 2.14.0 (#10580)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-14 13:34:45 -08:00
Carlos Tadeu Panato Junior 00a84538d7 bump fluen-bit to 1.0.2 (#10578)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-14 13:26:57 -08:00
Carlos Tadeu Panato Junior 36dffd2a82 Bump mm-te to 5.6.3 (#10577)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-14 13:18:51 -08:00
Bitnami Bot ced2b8a443 suitecrm: update to 7.11.0 (#10616)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-01-14 13:03:28 -08:00
Manuel Rüger c02ce3dd48 [stable/coredns] CoreDNS-1.3.1 (#10606)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-01-14 12:54:15 -08:00
Jeppler e638ecc243 [stable/concourse] Fix AWS SSM Syntax Error (#9204)
* fix credential manager and version bump

Signed-off-by: Jeeppler <je.eppler@mailbox.org>

* bump version, remove newline

Signed-off-by: Jeeppler <je.eppler@mailbox.org>

* lower version number

Signed-off-by: Jeeppler <je.eppler@mailbox.org>

* bump version to 3.1.1

Signed-off-by: Jeeppler <je.eppler@mailbox.org>
2019-01-14 12:44:21 -08:00
Richard Alberto 65f730c1b5 Limit emptyDir size (#9207)
Signed-off-by: Richard Alberto <r@richardalberto.com>
2019-01-14 12:21:26 -08:00
Rob Kernick f72b6cba61 [stable/elastic-stack] Update dependencies (#10620)
* [stable/elastic-stack ]Update requirements.yaml

Signed-off-by: Rob Kernick <rjkernick@gmail.com>

* Update fluent-bit dependency elastic-stack

Signed-off-by: Rob Kernick <rjkernick@gmail.com>
2019-01-14 12:11:35 -08:00
Ian Levesque 5da0256d9d [stable/sumologic-fluentd] Support defining PriorityClass (#8748)
* Support PriorityClass attribute

Signed-off-by: Ian Levesque <ian@quantopian.com>

* Fix missing value in custom CI linter values file

Signed-off-by: Ian Levesque <ian@quantopian.com>
2019-01-14 11:57:02 -08:00
Shane Starcher e6115627a2 Atlantis support for TLS, annotations, extra environment variables, log level, etc (#10256)
* support additional environment variables, pod annotations, and loadbalancer whitelisting

Signed-off-by: Shane Starcher <shanestarcher@gmail.com>

* fix logic for http

Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
2019-01-14 09:26:13 -08:00
alwinmarkcf ae4e119ce2 Stable traefik fix kv upgrade (#9808)
* [stable/traefik] Fixes helm upgrades for kv providers

This will run the storeconfig job also on upgrades but without the `traefikConfiguration.GlobalConfiguration.ACME.OverrideCertificates=true` parameter, so the configuration gets updated but the certs are left alone.

It's still possible to override the certificates by importing an
`acme.json` file and using the `kvprovider.importAcme=true` parameter.

Fixes: #7172

Signed-off-by: Alwin Mark <a.mark@crowdfox.com>

* [stable/traefik] Don't delete storeconfig job

Rather add revision to the job to make it unique, so its possible to get
logs from it, even if it succeeded

Signed-off-by: Alwin Mark <a.mark@crowdfox.com>
2019-01-14 06:22:59 -08:00
David J. M. Karlsen 38ec4494b5 upgrade grafana (#10610)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-01-14 06:15:25 -08:00
Tomas Pizarro d9b013beed [stable/kubewatch] Delete v from appVersion metadata field (#10607)
Signed-off-by: tompizmor <tompizmor@gmail.com>
2019-01-14 04:30:08 -08:00
Eldad Assis 5bc49681cd [stable/mariadb] Add support for fullnameOverride (#10590)
Signed-off-by: Eldad Assis <eldada@jfrog.com>
2019-01-14 03:40:37 -08:00
Renat Galiev 5b0224d570 [stable/fluentd] add annotations to pod (#10600)
* add annotations to pod

Signed-off-by: Renat Galiev <renat@galiev.net>

* Fix chart version not bumped

Signed-off-by: Renat Galiev <renat@galiev.net>
2019-01-14 02:39:34 -08:00
Juan Ariza Toledano c8435b050e [stable/mongodb] Avoid using default values with empty strings (#10604)
Signed-off-by: juan131 <juan@bitnami.com>
2019-01-14 01:36:20 -08:00
Erik Aaron Hansen 3e00b47fa4 [stable/jenkins] Support custom labels in deployment (#9714) (#10533)
* [stable/jenkins] Support custom labels in deployment (#9714)

Signed-off-by: Erik Aaron Hansen <erihanse@outlook.com>

* [stable/jenkins] Support custom labels in deployment (#9714)

Signed-off-by: Erik Aaron Hansen <erihanse@outlook.com>

* [stable/jenkins] Support custom labels in deployment (#9714)

Signed-off-by: Erik Aaron Hansen <erihanse@outlook.com>
2019-01-14 01:25:46 -08:00
Maor Friedman 2f685601c9 [incubator/cassandra] avoid backup attempt of backup pod (#10589)
* [incubator/cassandra] update backup labels

Signed-off-by: Maor Friedman <maorfr@gmail.com>

* [incubator/cassandra] bump chart version

Signed-off-by: Maor Friedman <maorfr@gmail.com>

* [incubator/cassandra] update backup label selector

Signed-off-by: Maor Friedman <maorfr@gmail.com>
2019-01-14 00:49:23 -08:00
offzale 742f7ed346 Metrics image registry takes value from global (#10555)
Signed-off-by: Enrique <enrique.gonzalez@ic-consult.com>
2019-01-13 22:32:40 -08:00
최성원 415ef1cdbe [stable/mysql] Add service annotations using '.Values.service' (#10553)
* [stable/mysql] Allow annoations to be added in a service using "service.annotations"

Signed-off-by: sungwon.choi <sungwon.choi@devsisters.com>

* Chart version upgraded properly and specifying the explantion about 'service.annotations'

Signed-off-by: sungwon.choi <sungwon.choi@devsisters.com>
2019-01-13 22:01:10 -08:00
Taehyun Kim 7b7ae2d11e separate test resources (#10597)
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-01-13 21:08:22 -08:00
Joseph (Jy) Yaworski f6a9538460 Remove duplicate stats container name in haproxy-ingress template (#10558)
* Remove duplicate stats container name in haproxy-ingress daemonset template

Signed-off-by: Joseph (Jy) Yaworski <jyaworski@carotid.us>

* Bump chart version

Signed-off-by: Joseph (Jy) Yaworski <jyaworski@carotid.us>
2019-01-13 18:17:53 -08:00
jitendra sachdeva de05fed165 [stable/sonarqube] Add sonarWebContext value for readinessProbe and livenessProbe. (#10563)
Signed-off-by: Jitendra <sachdevajitendra909@gmail.com>
2019-01-13 12:04:05 -08:00
Alex Scammon e9ac047ad4 Fix a couple verison numbers in the README (#10570)
Signed-off-by: stackedsax <ascammon@hotmail.com>

Fix a couple verison numbers in the README

Fix a couple verison numbers in the README
2019-01-12 19:23:26 -08:00
Bitnami Bot acd282c4cc moodle: update to 3.6.2 (#10583)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-01-12 13:06:38 -08:00
Carlos Tadeu Panato Junior 5e048218f4 Bump Burrow to 0.23.3 (#10581)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-12 12:55:10 -08:00
Ryuzo Yamamoto cd42254850 [stable/grafana] Add required field "apiVersion: v1" (#10247)
* Add required field "apiVersion: v1"

Signed-off-by: Ryuzo Yamamoto <ryuzo.yamamoto@gmail.com>

* [stable/grafana] Bump version to 1.24.1

Signed-off-by: Ryuzo Yamamoto <ryuzo.yamamoto@gmail.com>
2019-01-11 20:35:08 -08:00
Naseem 93746b6d20 Adding existing secret value (#9720)
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-01-11 20:26:31 -08:00
Varsha Varadarajan 8844e7865a [incubator/vault] Bump up appVersion, default vault's image tag to appVersion, update consul's image tag. (#10513)
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-01-11 20:15:02 -08:00
Sidhartha Mani 152fea5626 revert deletion in #10568 (#10569)
bump version
update documentation

Signed-off-by: wlan0 <sidharthamn@gmail.com>
2019-01-11 19:17:35 -08:00
Naseem 91e84f2569 [stable/fluent-bit] Add collection of node logs via systemd input (#10303)
* Add bool value to enable collection of kubelet logs

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

* Make systemd input configurable in order to collect node logs

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

* Collect kubelet, dockerd and node-problem-detector logs by default

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

* Bump chart minor version

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

* Disabling node logging by default

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-01-11 15:36:47 -08:00
raru12 777ee084e6 [stable/minio] liveness probe on statefulset failing when tls is enabled (#10568)
Signed-off-by: rahul rustagi <rahulrastogi2k6@gmail.com>
2019-01-11 15:26:04 -08:00
Christian Erhardt 10590be5fc Port forward in NOTES.txt is wrong (#10200)
If you do a port-forward to 8080, the unifi controller tries to forward you to a secure TLS connection on port 8443. This fails because the port 8443 is not forwarded. If you do a direct forward to 8443, everything works as expected.

Signed-off-by: Christian Erhardt <christian.erhardt@mojo2k.de>
2019-01-11 13:19:59 -08:00
Julian Schlichtholz 24acee2977 [stable/grafana] Improve support for existing secrets (#10009)
Signed-off-by: Julian Schlichtholz <jschlichtholz@salesforce.com>
2019-01-11 13:02:44 -08:00
Rinat Shigapov 5946bc4a09 Support extra volumes (#10299)
* [stable/rabbitmq-ha] support extra volumes

Signed-off-by: Rinat Shigapov <rinatshigapov@gmail.com>

* Bumped version to 1.18.0

Signed-off-by: Rinat Shigapov <rinatshigapov@gmail.com>
2019-01-11 12:31:13 -08:00
Andrew Drake 4a416ad18a [stable/grafana] Fix PodSecurityPolicy for persistence init container (#10519)
Signed-off-by: Andrew Drake <andrew@frontapp.com>
2019-01-11 10:56:27 -08:00
Tobias Brunner d82102075d [stable/traefik] support for TLS settings on dashboard ingress (#10334)
This commit implements support for configuring TLS settings on
the Traefik dashboard ingress object. Solves GitHub issue #6727

Signed-off-by: Tobias Brunner <tobias@tobru.ch>

add starting space in comment

Signed-off-by: Tobias Brunner <tobias@tobru.ch>

fix default values

Signed-off-by: Tobias Brunner <tobias@tobru.ch>

bump chart version

Signed-off-by: Tobias Brunner <tobias@tobru.ch>
2019-01-11 10:04:44 -08:00