Commit Graph
11138 Commits
Author SHA1 Message Date
machine424 77b484efe6 [stable/postgresql] Add the possibility to explicitly select namespaces from which Ingress traffic could be accepted. (#19117)
Signed-off-by: Ayoub Mrini <ayoubmrini424@gmail.com>
2019-11-27 02:35:21 -08:00
Lénaïc Huard 739116b6f4 [stable/datadog] Fix passwd volume error when processAgentEnabled is unset (#18808)
When `processAgentEnabled` is not set, trying to instantiate the datadog chart caused the following error:

```
Error: release datadog failed: DaemonSet.apps "datadog" is invalid: spec.template.spec.containers[1].volumeMounts[2].name: Not found: "passwd"
```

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
2019-11-27 02:19:21 -08:00
Kit Ewbank f32839f7f1 Add deprecation notice for stable/kiam. (#17959)
Signed-off-by: Kit Ewbank <Kit_Ewbank@hotmail.com>
2019-11-26 16:53:20 -08:00
rolandjohann d38f1a07a3 [incubating/sparkoperator] Introduce optional remove before install CRDs flag (#18397)
* Introduce optional remove before install CRDs flag

Signed-off-by: Roland Johann <rmmjohann@gmail.com>

* Update docs

Signed-off-by: Roland Johann <rmmjohann@gmail.com>

* Bump version

Signed-off-by: Roland Johann <rmmjohann@gmail.com>

* Bump version

Signed-off-by: Roland Johann <rmmjohann@gmail.com>

* Bump version to 0.5.0

Signed-off-by: Roland Johann <rmmjohann@gmail.com>
2019-11-26 16:47:20 -08:00
Xiang Dai 58f8b1a0a1 [stable/spark] add daixiang0 to maintainer (#18439)
* [stable/spark] add daixiang0 to maintainer

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

* add OWNERS

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-11-26 16:41:20 -08:00
Arnaud Lemaire e8f3e243ee [stable/unbound] Add n0rad as maintainer (#18950)
Signed-off-by: Arnaud Lemaire <alemaire@norad.fr>
2019-11-26 15:49:20 -08:00
Taylor Silva 5127ffca66 Deprecate the stable/concourse chart (#19128)
Future development is now at github.com/concourse/concourse-chart

Signed-off-by: Taylor Silva <tsilva@pivotal.io>
2019-11-26 14:05:20 -08:00
Travis Raines 8d05ccb911 [stable/kong] update changelog for 0.24.0 (#19010)
Retroactively update the changelog to include information on breaking
changes to ingress configuration in values.yaml.

Signed-off-by: Travis Raines <traines@konghq.com>
2019-11-26 13:39:20 -08:00
Scott Rigby 3fddb0cf9c Deprecation timeline README changes (#19138)
* Initial deprecation timeline README changes

Signed-off-by: Scott Rigby <scott@r6by.com>

* Consistently use title case

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

* Consistently use title case

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

* Fix typo

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

* Bold dates, to make them more prominent/obvious, as this is the entire point

Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-26 13:15:21 -08:00
Naseem 1716fa1cc0 [stable/nginx-ingress] Nginx ingress no empty quotes clusterIp (#19161)
* No empty string clusterip

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

* No empty quotes value for clusterIP

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

* Add readme, deprecate the commendable omitClusterIP, bump minor

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

* lint

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

* Update README

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

* Trailing spaces

Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-11-26 10:34:51 -08:00
Kai Timmer 83593d0e07 [stable/mongodb-replicaset] start the server with ssl enabled if the client also uses ssl (#18625)
* start the server with ssl enabled if the client also uses ssl

Signed-off-by: Kai Timmer <kai@staffbase.com>

* adding a ci test case for tls certificates enabled

Signed-off-by: Kai Timmer <kai@staffbase.com>

* chart version bump

Signed-off-by: Kai Timmer <kai@staffbase.com>

* add newline for linter

Signed-off-by: Kai Timmer <kai@staffbase.com>

* add newline for linter

Signed-off-by: Kai Timmer <kai@staffbase.com>

* tls support for the test pod

Signed-off-by: Kai Timmer <kai@staffbase.com>

* Use volumes instead of env vars

Signed-off-by: ricoberger <mail@ricoberger.de>

* Fix tls check

Signed-off-by: ricoberger <mail@ricoberger.de>

* Fix MongoDB hostname

Signed-off-by: ricoberger <mail@ricoberger.de>

* Add namespace environment variable

Signed-off-by: ricoberger <mail@ricoberger.de>
2019-11-26 08:53:12 -08:00
Naseem 977f328130 No empty string clusterip (#19146)
Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-11-26 07:31:11 -08:00
Noah Krause 6c87c38bd2 [stable/ambassador] Fix version checking for acore (#19136)
* Fix version checking for acore

Signed-off-by: Noah Krause <krausenoah@gmail.com>

* forgot to finish my work

Signed-off-by: Noah Krause <krausenoah@gmail.com>
2019-11-26 06:31:12 -08:00
Marco Kilchhofer 283aca3551 [stable/mariadb] Improvements for test pod (#19116)
* Add ability to specify test-framework image origin

The mariadb-test Pod uses the Bats Framework to verify if mariadb is up
and accessible.
The current init container spec neither accept a globally overridden registry
settings nor is it possible to override these settings only for this container.

Signed-off-by: Marco Kilchhofer <marco.kilchhofer@bedag.ch>

* Add ability to define resource requests/limits for tests

Signed-off-by: Marco Kilchhofer <marco.kilchhofer@bedag.ch>

* Add ability to disable tests completely

Signed-off-by: Marco Kilchhofer <marco.kilchhofer@bedag.ch>
2019-11-26 03:05:09 -08:00
Daniel Grove 025bd2abb5 [incubator/valut] Fix path to use root prefix (#19143)
Since path is used within a range and not defined within the range, the
root prefix '$' has to be used.

Signed-off-by: Danny Grove <danny@drgrovellc.com>
2019-11-25 23:45:10 -08:00
Andrey Voronkov 1b72d0ca97 [stable/moodle] Fix mariadb persistence parameters hierarchy. (#19122)
Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>
2019-11-25 23:29:10 -08:00
Bitnami Bot 69b4ccf39c [stable/phabricator] Release 9.0.3 updating components versions (#19129)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-25 23:01:10 -08:00
Yash 772edafe8a [stable/minio] remove rollingUpdate field since strategy type is Recreate (#19130)
* remove rollingUpdate field since strategy type is Recreate

Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>

* bump up chart version

Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>
2019-11-25 22:17:09 -08:00
shangwang 65f943cd19 [stable/datadog] add stat system call to system-probe seccomp profile (#19127)
* add stat system call to system-probe seccomp profile

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart version

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>
2019-11-25 15:07:12 -08:00
Hendrik M Halkow 3eedc8f92e [stable/nginx-ingress] make PDB, autoscaling and GitOps play nice with each other (#19073)
When deploying the NGINX ingress controller including autoscler via Flux, you usually don’set the replicaCount.
Flux and the autoscaler interfere with each other as flux would keep changing the number of replicas to the desired values, too. By just not setting the replicaCount, you lose the pod disruption budget. With this change, you can have all three: autoscaler, GitOps deployment and a por disruption budget.

Signed-off-by: Hendrik M Halkow <hendrik@halkow.com>
2019-11-25 11:40:08 -08:00
Lucy Zhang fe6c09b96b [stable/cockroachdb]: update version to v19.1.5 (#19126)
Signed-off-by: Lucy Zhang <lucy-zhang@users.noreply.github.com>
2019-11-25 10:57:25 -08:00
Néstor Salceda 192155b684 [stable/sysdig] Update the notes to contain the reference to Secure tab (#19125)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-11-25 09:19:24 -08:00
shangwang 3907cebc70 Add IPC_LOCK to system-probe container capabilities (#18599)
Signed-off-by: Shang Wang <shang.wang@datadoghq.com>
2019-11-25 08:29:25 -08:00
Juan Ariza Toledano 8617f4fb12 [stable/rabbitmq] Use k8s_domain on NOTES.txt (#19104)
Signed-off-by: juan131 <juan@bitnami.com>
2019-11-25 07:54:26 -08:00
lebenitza d2066ea0fe Make helm hook job object have the same command as the CronJob (#19090)
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
2019-11-25 07:54:14 -08:00
Victor-Emmanuel Fourneau b30b2fc25f Adding path option to vault ingress (#19085)
Signed-off-by: Victor-Emmanuel Fourneau <ve.fourneau@linkbynet.com>
2019-11-25 07:54:06 -08:00
Daniel Nordstrøm Carlsen e5dee616c9 Fixed master using worker resources definition (#19076)
Signed-off-by: Daniel Nordstrøm Carlsen <daniel.n.carlsen@gmail.com>
2019-11-25 07:53:58 -08:00
Andrey Izotikov cf188f69a2 [stable/redis-ha] Fix double scraping redis pods by serviceMonitor (#18957)
Add third label to select only one redis service (exclude redis-announce-* targets from scraping)

Signed-off-by: Andrey Izotikov <andrsp@gmail.com>
2019-11-25 07:53:51 -08:00
Arief Rahmansyah b5c738a13d [stable/pgadmin] Fix default value for pgAdmin username (#18096)
* Fix default value for pgAdmin username

Fix default value for pgAdmin username

Signed-off-by: Arief Rahmansyah <ariefrahmansyah@hotmail.com>

* Bump chart version

Bump chart version

Signed-off-by: Arief Rahmansyah <ariefrahmansyah@hotmail.com>

* Bump version

Signed-off-by: Arief Rahmansyah <ariefrahmansyah@hotmail.com>
2019-11-25 07:53:38 -08:00
Naoki Oketani d874c50220 [stable/falco] migrate API versions from deprecated, removed versions (#17339)
Signed-off-by: Naoki Oketani <okepy.naoki@gmail.com>
2019-11-25 07:53:26 -08:00
Bitnami Bot e91450f60b [stable/phpmyadmin] Release 4.2.4 updating components versions (#19087)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-25 07:41:09 -08:00
Zsolt Szeberenyi afe9e3c99a Add the acme http challenge entrypoint to the values (#17149)
Signed-off-by: Zsolt Szeberenyi <zsolt@szeberenyi.com>
2019-11-23 13:37:50 -08:00
Dave Slinn baedcbd106 [stable/prometheus-operator] Rename relabeling target_label to targetLabel (#19089)
* Rename relabeling target_label to targetLabel

To match changes to coreos/kube-operator as noted here:

https://github.com/coreos/prometheus-operator/issues/2503#issuecomment-478520117
Signed-off-by: Dave Slinn <dslinn@gms.ca>

* bump version number

Signed-off-by: Dave Slinn <dslinn@gms.ca>
2019-11-23 00:25:50 -08:00
branttaylor 7b0750d0a8 [stable/velero] add priority class helper (#18684)
* add priority class helper

Signed-off-by: Brant Taylor <brant.taylor@lifeway.com>

* add priority class helper

Signed-off-by: Brant Taylor <brant.taylor@lifeway.com>

* bump chart

Signed-off-by: Brant Taylor <brant.taylor@lifeway.com>

* bump chart version

Signed-off-by: Brant Taylor <brant.taylor@lifeway.com>
2019-11-22 18:37:50 -08:00
Andrey Voronkov 71d3a6b700 [stable/sentry] Fix .Values.web.podLabels usage. (#19072)
Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>
2019-11-22 12:50:42 -08:00
ATolkachev d064b1c7cb Add nodeSelector parameter to documentation (#19088)
Signed-off-by: Alexander Tolkachev <alexander.e.tolkachev@gmail.com>
2019-11-22 12:00:43 -08:00
Carlos Rodríguez Hernández ea9cfbd08e [stable/redis] Unify values and values-production (#19086)
* Add changes implemented in #18179 also in production

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Unify values and values-production

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump chart version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-11-22 09:03:29 -08:00
Carlos Rodríguez Hernández d9aada4ff3 [stable/mongodb] Change pullPolicy because immutable tag is used in exporter (#19082)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-11-22 08:37:29 -08:00
Bitnami Bot 859be77730 [stable/phabricator] Release 9.0.2 updating components versions (#19083)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-22 08:23:28 -08:00
Simon Rüegg 3c9e29d613 [sealed-secrets ] Upgrade to v0.9.5 (#18980)
* [stable/sealed-secrets] Add srueg as chart reviewer

Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>

* [stable/sealed-secrets] Bump sealed-secrets to v0.9.5

Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2019-11-22 08:01:28 -08:00
Ilya Dmitrichenko dbab315840 [stable/weave-cloud] enable error reporting (#18987)
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2019-11-22 07:55:28 -08:00
David Dieulivol 40db32aec3 [stable/prometheus-operator] Fix fullnameOverride variable in README (#19077)
Signed-off-by: David Dieulivol <david.dieulivol@welldev.io>
2019-11-22 07:41:29 -08:00
Angelo Olivera 9939a9f0c5 [stable/prometheus-pushgateway] support for networkpolicies (#19057)
Signed-off-by: Angelo Olivera <aolivera@gmail.com>
2019-11-22 05:31:28 -08:00
Arthur Clément 2175e4af3e [stable/airflow] Unlink web & flower UI config from ingress config (#19074)
Signed-off-by: Arthur Clément <arthur.clement@protonmail.com>
2019-11-22 05:21:28 -08:00
Lénaïc Huard 2a12337a3d [stable/datadog] Grant access to kubelet’s GET /stats/summary (#19047)
With DataDog/integrations-core#5052, the datadog agent starts monitoring
the `stats/summary/` endpoint of the kubelet.
So, we need to grant it a role that allows it.

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
2019-11-22 04:45:28 -08:00
Bitnami Bot 7aa028c40b [stable/dokuwiki] Release 6.0.2 updating components versions (#19075)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-22 04:19:36 -08:00
shane-kearns a13398decd [stable/redis] Add password auth to sentinel (#18515) (#18562)
Signed-off-by: Shane Kearns <dbgshane@gmail.com>
2019-11-22 04:19:28 -08:00
Dmitrii Ermakov 7034f82c1b [stable/redmine] adds configurable liveness and readiness probes (#18968)
* [stable/redmine] adds configurable health checks

Signed-off-by: Dmitrii Ermakov <demonihin@gmail.com>
Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>

* [stable/redmine] adds newline to values.yaml

Signed-off-by: Dmitrii Ermakov <demonihin@gmail.com>
Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>

* [stable/redmine] sets description to common format

Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>

* [stable/redmine] documents probes parameters

Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>

* [stable/redmine] version increase

Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>

* [stable/redmine] Increments version

Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>
2019-11-22 03:57:29 -08:00
Harshavardhana ba87254be9 Add support for ellipses syntax and zone expansion (#19065)
Document also reflects the current limitations of MinIO,
MinIO doesn't have 32 node limit anymore, neither it has
limits on single cluster deployment. You can deploy as many
number of nodes as you can and also expand with zones
as many number of times as you can.

Signed-off-by: Harshavardhana <harsha@minio.io>
2019-11-22 03:49:29 -08:00
Cédric de Saint Martin a4aee7c359 [stable/postgresql] Add optional PrometheusRule for metrics. (#19050)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-11-22 02:01:29 -08:00