Commit Graph
11312 Commits
Author SHA1 Message Date
Mario Constanti 4e81b415cc minio: add PodDisruptionBudget (#19303)
* add configurable PDB for minio
* change label for post-install-create-bucket-job because
  until https://github.com/kubernetes/kubernetes/pull/85553 is merged,
  PDB will also detect the minio-create-bucket-job and
  PDB won't work correctly (https://github.com/kubernetes/kubernetes/issues/77383)

Signed-off-by: Mario Constanti <github@constanti.de>
2019-12-10 00:55:29 -08:00
Cédric de Saint Martin 2f03b54df7 [stable/rabbitmq] Fix metrics service port. (#19463)
Incompatibility between https://github.com/helm/charts/pull/16302 and https://github.com/helm/charts/pull/16302.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-12-09 21:47:41 -08:00
Tameem Iftikhar ae6b29e508 Add support for log format in external-dns chart (#19451)
Signed-off-by: Tameem Iftikhar <tameemiftikhar92@hotmail.com>
2019-12-09 21:47:29 -08:00
Javier J. Salmerón-García 1e3203ffe0 [stable/mongodb] Add exrtaEnvVars (#19434)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
2019-12-09 21:37:28 -08:00
Naseem 2f46f4fa4f Improve server file names to reflect official docs (#19472)
Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-12-09 20:45:28 -08:00
Matthew Wilkerson 5206a66993 stable/atlantis [19474]: correct format on defaultTFVersion value (#19476)
* Update example value 'defaultTFVersion' in the values.yaml file

Signed-off-by: Matt Wilkerson <matt.wilkerson@ibotta.com>

* Bump chart version

Signed-off-by: Matt Wilkerson <matt.wilkerson@ibotta.com>
2019-12-09 20:39:28 -08:00
Patrick East 9c81fa73fc [stable/opa] Fix default OPA values.yaml and update to latest (#19480)
* [stable/opa] Fix default opa config.yaml

Historically opa by default is configured to download a bundle file
with default values.yaml options to allow for it to work with only
`helm install`. At some point this changed to not include the default
configuration which effectively breaks the defaults (and invalidates
the README that explains how to customize the policies further).

This change restores the config and updates it to the latest style of
bundle configuration using the `bundles` keyword.

Signed-off-by: Patrick East <east.patrick@gmail.com>

* [stable/opa] Update OPA and kube-mgmt versions

Bumping the versions of OPA and kube-mgmt to the latest and greatest.

The newer versions include bug fixes, performance enhancements, and
features that users should have.

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-12-09 16:53:29 -08:00
Eric Zimanyi fde2295a97 Replace lwander with ezimanyi in OWNERS for spinnaker chart (#19405)
Signed-off-by: Eric Zimanyi <ezimanyi@google.com>
2019-12-09 14:46:40 -08:00
Carlisia Campos 06a9968c95 stable/velero: Update Velero to v1.2.0 (#18492)
* Update Velero to v1.2.0

Signed-off-by: Carlisia <carlisia@vmware.com>

* Bump release version

Signed-off-by: Carlisia <carlisia@vmware.com>

* Fix docs

Signed-off-by: Carlisia <carlisia@vmware.com>

* Code reviews

Signed-off-by: Carlisia <carlisia@vmware.com>
2019-12-09 12:22:07 -08:00
Peter Grant d256819ae9 manage crds with v3 (#19287)
Signed-off-by: Peter Grant <9246508+pickledrick@users.noreply.github.com>
2019-12-09 11:14:02 -08:00
Jeremy Gustie 855bd40bc9 Ensure selectors match template labels (#17794)
Signed-off-by: Jeremy Gustie <jeremy@carbonrelay.com>
2019-12-09 09:06:02 -08:00
lebenitza 547da1439e [stable/elasticsearch-curator] Fixed values for helm hooks and added CI test for it (#19186)
* Make helm hook job object have the same command as the CronJob

Signed-off-by: Mihai Anei <mihai.anei@gmail.com>

* Fixed parsing of helm hook job command. Added ci values for testing them

Signed-off-by: Mihai Anei <mihai.anei@gmail.com>

* Add CI test for default values of the chart

Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
2019-12-09 08:16:03 -08:00
Chris Schaefer ceda4dc77b [stable/spring-cloud-data-flow] Add task scheduler launcher url (#19473)
- add SPRING_CLOUD_DATAFLOW_TASK_SCHEDULER_TASK_LAUNCHER_URL to server env vars

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
2019-12-09 07:14:02 -08:00
davideagle ec227e1bcb [stable/drone] added the ability to override DRONE_RPC_SERVER (#19429)
* added the ability to overwrite DRONE_RPC_SERVER by setting Values.agent.rpcServerOverwrite: http://server

Signed-off-by: Davíð Örn Jóhannsson @davideagle <davideaglephotos@gmail.com>

version bump and rename

Signed-off-by: Davíð Örn Jóhannsson @davideagle <davideaglephotos@gmail.com>

* added quotes around DRONE_RPC_SERVER value

Signed-off-by: Davíð Örn Jóhannsson @davideagle <davideaglephotos@gmail.com>
2019-12-09 01:58:01 -08:00
Nicholas Capo f6e5784f26 stable/prometheus: Add service session affinity (#18637)
* stable/prometheus: Add sessionAffinity for server service

Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>

* stable/prometheus: Add sessionAffinity for alertmanager service

Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>

* Bump Minor Version

Signed-off-by: Nicholas Capo <nicholas.capo@gmail.com>
2019-12-07 18:39:09 -08:00
Carlos Roberto Marques JuniorandDavid J. M. Karlsen b1cdd2cede [stable/redmine] Option to create a custom service account (#19005)
* adding service account option

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* version bump

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* removing empty line

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* bumping version

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* indentation

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* [stable/redmine] bumping version

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* bumping version

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* Update stable/redmine/values.yaml

Co-Authored-By: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: crmarques <crmarquesjc@gmail.com>
2019-12-07 18:31:09 -08:00
Royee Tager ba1d08a129 add to Grafana documentation some missing services parameters which appear in the service template (#19062)
* add to Grafana documentation some missing services parameters which appear in the service template

Signed-off-by: Royee Tager <royeectu@gmail.com>
Signed-off-by: royeectu <royeectu@gmail.com>

* bump chart version

Signed-off-by: Royee Tager <royeectu@gmail.com>
Signed-off-by: royeectu <royeectu@gmail.com>
2019-12-07 18:23:09 -08:00
Hidetake Iwata a5316aa95d [incubator/jaeger] Fix indent of tolerations (#19365)
This will fix #19363

Signed-off-by: Hidetake Iwata <int128@gmail.com>
2019-12-07 13:01:21 -08:00
Jeff Thompson ff0f907795 added deployment strategy for pushgateway (#17107)
Signed-off-by: Jeff Thompson <jeff.r.thompson@gmail.com>
2019-12-07 13:01:09 -08:00
Stijn De Haes 7c94a795e4 [stable/airflow] fix typo in readme for session affinity (#18996)
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
2019-12-07 12:47:21 -08:00
Alan Tang 6ff1d83cc7 [stable/openvpn] Add tolerations support for openvpn (#17693)
* [stable/openvpn] Add tolerations support for openvpn

Signed-off-by: Alan Tang <alantang888@users.noreply.github.com>

* Bump a version

Signed-off-by: Alan Tang <alantang888@users.noreply.github.com>
2019-12-07 12:47:09 -08:00
Ryo Sakamoto 876daed492 [stable/falco] Add affinity to falco chart (#19233)
Signed-off-by: cw-sakamoto <sakamoto@chatwork.com>
2019-12-07 12:31:20 -08:00
Souradeep Nanda 13a2f38688 [stable/openldap] Fixed NOTES.txt (#18665)
Signed-off-by: Souradeep Nanda <souradeep.nanda123@gmail.com>
2019-12-07 12:31:08 -08:00
Vladimir Chernyshev 6b57770b13 [stable/centrifugo] Helm3: Do not render ClusterIP if it is empty (#19439)
Signed-off-by: Vladimir Chernyshev <volch5@gmail.com>
2019-12-07 12:19:28 -08:00
Bitnami Bot dcfef742cc [stable/nats] Release 4.2.7 updating components versions (#18972)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-12-07 12:19:21 -08:00
Tommie McAfee 23eb35f89c [stable/couchbase] Update to version 1.2.2 (#18970)
Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
2019-12-07 12:19:09 -08:00
Yuen-Kuei Hsueh 580247ed9c [stable/airflow] fix service name typo in notes (#19422)
* [stable/airflow] fix airflow note service name typo

Signed-off-by: Study Hsueh <ph.study@gmail.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-12-07 11:59:08 -08:00
Janario Oliveira 0b9ce360d8 [stable/mysql] #5154 MySql: Allow to override deployment strategy (#19201)
* #5154 Allow to override mysql deployment strategy. Changed default to Recreate

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>

* Bump mysql version

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>

* Bump mysql version

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
2019-12-07 11:41:08 -08:00
Léopold Jacquot 29cd4cb72f Fix redis-ha app version (#19433)
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com>
2019-12-07 05:21:23 -08:00
Karl Fritsche 2a51fa0989 Add image pullSecrets for solr (#19423)
Signed-off-by: Karl Fritsche <karl.fritsche@biologis.com>
2019-12-07 05:21:16 -08:00
Taehyun Kim f3a32c7096 fix pdb template (#19383)
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-12-07 05:21:08 -08:00
John Jeffers 254bb630c2 [stable/grafana] Fix typo in grafana chart README (#19016)
* Fix typo in grafana chart README

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>

* Update Chart.yaml

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>

* bump chart version

Signed-off-by: John Jeffers <john.jeffers@cloudability.com>
2019-12-07 05:07:08 -08:00
Vasilis Remmas c8410aaa83 [stable/prometheus-operator] Fix conditions in the default rule templates (#19335)
* Add more groups to address corner cases

Signed-off-by: Vasilis Remmas <vasremm@gmail.com>

* Run sync_prometheus_rules.py

Signed-off-by: Vasilis Remmas <vasremm@gmail.com>

* Bump chart version

Signed-off-by: Vasilis Remmas <vasremm@gmail.com>

* Revert unrelated change

Signed-off-by: Vasilis Remmas <vasremm@gmail.com>
2019-12-07 03:55:08 -08:00
Till Adam 49f85d411f fix #16690 - stable/prometheus - fails with empty clusterrole ruleset (#16692)
* fix #16690 - stable/prometheus - fails with empty clusterrole ruleset

Signed-off-by: Till Adam <lxmail@web.de>

* bump chart version to fulfill circle ci requirements

Signed-off-by: Till Adam <lxmail@web.de>
2019-12-07 02:47:08 -08:00
Vlad Ionescu bac561b867 [stable/prometehus] Support ingress.extraPaths (#17979)
Signed-off-by: Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com>
2019-12-06 19:31:09 -08:00
Pedro Henrique 2e3c588168 [incubator/jaeger] hotfix for Cassandra TLS value (#19438)
* [incubator/jaeger] hotfix for Cassandra TLS vaule

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] bump version

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>
2019-12-06 10:58:50 -08:00
Chris Schaefer ed2638e4d4 [stable/spring-cloud-data-flow] Update to new SCDF version 2.3.0 (#19431)
* [stable/spring-cloud-data-flow] Update to new SCDF version 2.3.0

- update scdf version to 2.3.0
- update skipper version to 2.2.1
- add monitoring support via prometheus and grafana

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>

* regenerate requirements.lock

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>

* Fix lint error

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>

* Address PR comments

Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
2019-12-06 10:08:49 -08:00
Kent Hagerman 0ca37cc106 [incubator/kafka] Changed KAFKA_ADVERTISED_LISTENERS use a fully-qualified DNS name. (#19440)
* [incubator/kafka] Changed KAFKA_ADVERTISED_LISTENERS use a fully-qualified DNS name.

Added .svc.cluster.local to the default DNS name.
Fixes #19436

Signed-off-by: Kent Hagerman <khagerma@ciena.com>

* Bumped chart version.

Signed-off-by: Kent Hagerman <khagerma@ciena.com>
2019-12-06 09:58:49 -08:00
Erhan Kesken 7f2ce76723 [stable/prometheus] semver compatible chart versioning breaks chart label. (#18411)
Signed-off-by: Erhan Kesken <erhankesken@gmail.com>
2019-12-06 06:54:50 -08:00
Pedro Henrique a1de38d24d [incubator/jaeger] feature: Cassandra TLS option (#19376)
* [incubator/jaeger] feature: Cassandra TLS option

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] feature: CASSANDRA_TLS_CA and cassandra-schema-job extra config mounts

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] fixing typo

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] fixing typo again

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] including Cassandra TLS options

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] bumping version

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] mounting certificate for Cassandra at specific directory

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] mounting cqlshrc

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] better documentation for cassandra tls secret

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] kebab-case, better organization of values

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] fix typo

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>

* [incubator/jaeger] using Cassandra TLS as backing store README

Signed-off-by: Pedro Silva <pedro.silva@softruck.com>
2019-12-06 06:46:50 -08:00
Dale Tristram 49b2a46e5e [stable/fluentd] Remove duplicate pvc resource (#19131) (#19133)
Signed-off-by: Dale Tristram <dale.tristram@sprinthive.com>
2019-12-06 02:58:49 -08:00
hmike96 301ad36dd2 [stable/airflow] bug fix to make git sync work with branches other then master (#19414)
* bug fix to make git sync work with branches other then master

Signed-off-by: Hewitt, Mike <hmike1996@gmail.com>

* remove  not  needed code

Signed-off-by: Hewitt, Mike <hmike1996@gmail.com>

* git sync will work  without  init now

Signed-off-by: Hewitt, Mike <hmike1996@gmail.com>

* git sync will work  without  init now

Signed-off-by: Hewitt, Mike <hmike1996@gmail.com>
2019-12-05 22:40:49 -08:00
Borna Skukan 2d582dc9a6 [stable/grafana] Fix conflict when using multiple grafana providers (#19177)
* Trying to alleviate change introduced in #15770 by making multiple
provisioners optional. Also bumped version and added entry to README.

Signed-off-by: Borna Skukan <skuxay@gmail.com>

* Further version bump

Signed-off-by: Borna Skukan <skuxay@gmail.com>

* Making default behaviour same as before

Signed-off-by: Borna Skukan <skuxay@gmail.com>
2019-12-05 17:04:51 -08:00
ganga1980 775a3d7140 [incubator/azuremonitor-containers] add additional parameters and update the instructions for Helm3 (#19352)
* updates related to ignite release with unofficial image

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update with latest image

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump the chart minor version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update with official image tag

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump dockerProviderVersion

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update to latest agent image and bumping docker provider version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* bump chart version

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* revert 1.16 api version updates

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* doc update for kubernetes version support

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* update to 11012019

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* change affinity to blacklist master and controlplane nodes for rs pod

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* removing role dependency for rs pod

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* add additional parameters clusterId and clusterRegion

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* fix pr feedback

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>

* revert minor text change

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
2019-12-05 12:38:29 -08:00
Ciprian Hacman 2b70fb7e2a Fix validation issue with Helm 3 (#19406)
Signed-off-by: Ciprian Hacman <ciprian.hacman@sematext.com>
2019-12-05 09:20:32 -08:00
Victor Login 152470cd72 Signed-off-by: v.login <v.login@s7.ru> (#19402)
[stable/jaeger-operator] fix for helm 3
2019-12-05 08:36:32 -08:00
Cédric de Saint Martin a760960276 [stable/oauth2-proxy] fix PodDisruptionBudget. (#19394)
* [stable/oauth2-proxy] fix PodDisruptionBudget.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/oauth2-proxy] Fix Chart.yaml home page.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-12-05 07:46:32 -08:00
devOpsHelm c3eab52997 Change service to headless by default, extract readOnlyRootFilesystem (#85) (#19403)
Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
2019-12-05 07:10:32 -08:00
Filip Barl e98d36a38a [stable/weave-scope] Fixes apiVersion typo for K8s 1.16 (#19400)
* Use templated apiVersion in weave-scope-frontend/templates/deployment.yaml

Signed-off-by: Filip Barl <filip.barl@gmail.com>

* Fixed a typo updateStrategy -> strategy in deployment.yaml

Signed-off-by: Filip Barl <filip.barl@gmail.com>

* Bump chart version(s)

Signed-off-by: Filip Barl <filip.barl@gmail.com>
2019-12-05 06:24:32 -08:00
Juan Ariza Toledano cb7e3dc75a [stable/mariadb] Mariadb credentials as mounted files (#19388)
* [stable/mariadb] Add support to mount secrets as volumes

Signed-off-by: juan131 <juan@bitnami.com>

* Fix probes

Signed-off-by: juan131 <juan@bitnami.com>

* Fix metrics

Signed-off-by: juan131 <juan@bitnami.com>

* [stable/mariadb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-12-05 02:24:31 -08:00