Stijn De Haes
67ea2df50a
[stable/airflow] make the minReadySeconds changeable ( #19004 )
...
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com >
2019-11-19 08:41:42 -08:00
Nathan Flynn
d19093d44a
[stable/prometheus-operator] Istio compatibility fixes. ( #18948 )
...
* Istio compatability fixes.
Signed-off-by: Nathan Flynn <nflynn@williamhill.co.uk >
* Bump chart version.
Signed-off-by: Nathan Flynn <nflynn@williamhill.co.uk >
* Changed portnames to variables.
Set default PortName to 'web' which is the default of the API.
Signed-off-by: Nathan Flynn <nflynn@williamhill.co.uk >
* Missing variable.
Signed-off-by: Nathan Flynn <nflynn@williamhill.co.uk >
* Bump chart version.
Signed-off-by: Nathan Flynn <nflynn@williamhill.co.uk >
2019-11-19 07:37:41 -08:00
omonnier
688c7d36ad
[stable/airflow] Only set Celery & Redis env variables when needed ( #18992 )
...
The environment variables for Redis and Celery prevent
the helm chart to work in LocalExecutori mode.
They are now only exported if:
- Redis is enabled
- and Airflow executor is "Celery"
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com >
2019-11-19 06:55:42 -08:00
devOpsHelm
ffe8102834
Advanced network support ( #81 ) ( #18995 )
...
Signed-off-by: devOpsHelm <devops+1@hazelcast.com >
2019-11-19 06:35:42 -08:00
Alexander Katsyuba
90590531b8
Prometheus node exporter namespace override ( #18982 )
...
* [stable/prometheus-node-exporter] Override of namespace
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com >
* [stable/prometheus-node-exporter] Fix notes.txt and ClusterRole
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com >
* [stable/kube-state-metrics] Bump chart version
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com >
2019-11-19 05:21:42 -08:00
omonnier
ba57e78542
[stable/airflow] Expose environment variables to the initContainers ( #18991 )
...
The initContainers in the web, scheduler and worker pods can
benefit from environment variables, like, for example, proxy settings.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com >
2019-11-19 05:15:41 -08:00
Miguel Ángel Cabrera Miñagorri
d4d9ccb8e3
[stable/owncloud] Standarise owncloud ingress ( #18988 )
...
* [stable/owncloud] Standarise Ingress properties
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
* [stable/owncloud] Update README.md with the ingress properties
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
* Update major version
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-11-19 04:53:42 -08:00
Nate
ed5260ab32
[stable/prometheus-operator] clarify usage of additionalScrapeConfigsExternal ( #18971 )
...
Make it clear how `additionalScrapeConfigsExternal` is configured.
Closes https://github.com/helm/charts/issues/17886
Signed-off-by: Nate Brennand <natebrennand@gmail.com >
2019-11-19 03:43:41 -08:00
Rostyslav Sotnychenko
2a50c3e858
[stable/postgresql] Add support for extra init containers ( #18914 )
...
Signed-off-by: Rostyslav Sotnychenko <me@sota.sh >
2019-11-19 03:29:42 -08:00
Stijn De Haes
6aabef1362
Added support for airflow session affinity ( #18983 )
...
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com >
2019-11-19 02:39:41 -08:00
Alex Lundberg
ffef3f2f2d
[stable/redis-ha] Add haproxy pod affinity rules to helm template. ( #18936 )
...
* [stable/redis-ha] Implement haproxy pod affinity. (#18935 )
Signed-off-by: alex lundberg <alex.lundberg@commonbond.co >
* [stable/redis-ha] Bump minor version number (#18935 )
Signed-off-by: alex lundberg <alex.lundberg@commonbond.co >
* [stable/redis-ha] Add security context back in (#18935 )
Signed-off-by: alex lundberg <alex.lundberg@commonbond.co >
2019-11-18 22:11:41 -08:00
Bitnami Bot
28e5b26c5e
[stable/moodle] Release 7.0.3 updating components versions ( #18967 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-18 13:31:42 -08:00
Ilya Dmitrichenko
7315c328e1
[stable/weave-cloud] update image, fix labels ( #18969 )
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com >
2019-11-18 13:07:41 -08:00
David J. M. Karlsen
1c5e879c4a
[stable/cerebro] Upgrade to v0.8.5 ( #18946 )
...
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com >
2019-11-18 12:47:41 -08:00
Alexander Smirnov
981ee5da71
stable/jenkins: option to set existing secret with Google Application Default Credentials ( #18892 )
...
* added option to set existing secret with Google Application Default Credentials
added option to set backup pod labels
commented AWS defaults for backup
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com >
* when removing the values it might make sense to set the default to [] or {}
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com >
* added an entry in CHANGELOG
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com >
* fixed typo
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com >
2019-11-18 10:21:41 -08:00
Javier Martínez
08202c438d
Added image pull secret option to download custom image from private repository ( #18760 )
...
Signed-off-by: Javier Martínez <jmartinezfl@minsait.com >
2019-11-18 08:57:41 -08:00
omonnier
3479c06794
[stable/airflow] Add DAG git ref to the scheduler and web pod annotat… ( #18956 )
...
* [stable/airflow] Add a flag to disable disruption budget pod
Pod Disruptions may be disabled on Kubernetes cluster.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com >
* [stable/airflow] Add DAG git ref to the scheduler and web pod annotations
This will trigger a pod restart whenever the git ref
changes on the git project containing the DAGS.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com >
2019-11-18 07:47:41 -08:00
Ivan Kurnosov
16f372d5ab
[stable/rabbitmq-ha] added checksum/secret ( #18792 )
...
Signed-off-by: Ivan Kurnosov <zerkms@zerkms.ru >
2019-11-18 07:29:41 -08:00
LuluGO
025d607308
stable/rocket.chat upgrade version to 2.1.1 ( #18960 )
...
* update rocket.chat version
Signed-off-by: LuluGO <lucia.guevgeozian@rocket.chat >
* fix major version in order to reflect the RocketChat major version bump
Signed-off-by: LuluGO <lucia.guevgeozian@rocket.chat >
2019-11-18 07:19:41 -08:00
foosinn
ec61610d90
[incubator/vault] update storage default value to fix helm warnings ( #18945 )
...
Signed-off-by: Stefan Schwarz <ssz@bitsbeats.com >
2019-11-18 06:11:41 -08:00
omonnier
68dd2c8496
[stable/airflow] Use ingress.web.host value instead of hardcoded localhost:8080 ( #18955 )
...
For AIRFLOW__WEBSERVER__BASE_URL environment variable
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com >
2019-11-18 05:23:41 -08:00
Cédric de Saint Martin
7a2dad2d27
[stable/postgresql] Add back custom metrics. ( #18924 )
...
Solves https://github.com/helm/charts/issues/15798
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr >
2019-11-18 04:39:42 -08:00
Sameer Naik
d0699a3ba8
[stable/postgresql] adds postgresqlPostgresPassword chart parameter ( #18901 )
...
`postgresqlPostgresPassword` enables users to set a password for the `postgres` user when `postgresqlUsername` is not `postgres`
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-11-18 01:35:41 -08:00
Alejandro Moreno
b42b95d815
[stable/odoo] Release Odoo 12.0.20191115 ( #18944 )
...
* Release Odoo 12.0.20191115
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com >
* Update appVersion
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com >
2019-11-18 00:41:41 -08:00
Hoa Nguyen
a7f95e269e
Enable tls for fluent-bit forward plugin ( #17109 )
...
Signed-off-by: Hoa Nguyen <hoanguyen2708@gmail.com >
2019-11-18 00:31:42 -08:00
Bitnami Bot
b1cc9b9c80
[stable/odoo] Release 12.0.1 updating components versions ( #18890 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-18 00:05:41 -08:00
Bitnami Bot
f543f4178e
[stable/external-dns] Release 2.10.3 updating components versions ( #18923 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-17 23:49:49 -08:00
Bitnami Bot
b640ff9cb3
[stable/wordpress] Release 8.0.1 updating components versions ( #18889 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-17 23:49:41 -08:00
Bitnami Bot
3cc7a63e09
[stable/postgresql] Release 7.1.1 updating components versions ( #18887 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-17 23:41:41 -08:00
Arnaud Lemaire
1fd5cd5d47
[stable/unbound] add clusterIP ( #15304 )
...
* [stable/unbound] add clusterIP
Signed-off-by: Arnaud Lemaire <alemaire@norad.fr >
* [unbound] fix exechealthz container & deploy app/v1
Signed-off-by: Arnaud Lemaire <alemaire@norad.fr >
2019-11-17 02:05:40 -08:00
Bitnami Bot
59a0b8c120
[stable/phpbb] Release 7.0.1 updating components versions ( #18932 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-17 01:55:40 -08:00
Shane O'Brien
373a2a7ab5
StatefulSet is now redeployed when confFile is updated ( #18922 )
...
Signed-off-by: Shane O'Brien <sobrien@triplelift.com >
2019-11-16 04:15:41 -08:00
Brady Todhunter
409b7af1b1
update anchore-engine to v0.5.2 ( #18927 )
...
Signed-off-by: Brady Todhunter <bradyt@anchore.com >
2019-11-15 15:19:41 -08:00
Brad Clark
139ee402d8
[stable/elasticsearch-curator] Additional labels for cronjob and pod ( #18894 )
...
* allow additional labels for elasticsearch-curator pod and cronjob
Signed-off-by: Brad Clark <bdashrad@gmail.com >
* update configuration guide for elasticsearch-curator
Signed-off-by: Brad Clark <bdashrad@gmail.com >
* fix alignment in readme for elasticsearch-curator
Signed-off-by: Brad Clark <bdashrad@gmail.com >
2019-11-15 11:56:31 -08:00
Peter Grant
3c92eb19ca
add contour chart ( #17603 )
...
Signed-off-by: pegrant <9246508+pickledrick@users.noreply.github.com >
2019-11-15 10:50:32 -08:00
Aurélien Rouëné
ebcfe54386
Add option es.indices_settings ( #18909 )
...
Signed-off-by: Aurélien Rouëné <aurelien.github.arouene@rouene.fr >
2019-11-15 05:19:41 -08:00
Christian Staude
902afc2385
[stable/prometheus-pushgateway] Add servicemonitor configuration options ( #18907 )
...
* Add configuration option for scrapeTimeout, also add explicit path
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Add documentation for configuration option
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Bump chart version
Signed-off-by: cstaud <christian.staude@staffbase.com >
2019-11-15 02:11:42 -08:00
Taehyun Kim
ff35ceed8e
[stable/jenkins] fix JAVA_OPTS when config auto-reload is enabled ( #18874 )
...
* fix JAVA_OPTS
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
* remove '-'
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
2019-11-15 01:37:42 -08:00
Chandan Sagar Pradhan
987dbaba85
[stable/openebs] Update charts to 1.4.0 release ( #18904 )
...
- Updated image tags as per 1.4.0 release
- Updated values.yaml
- Updated README
- Updated Chart.yaml
- Updated clusterrole.yaml
- Updated deployment-admission-server.yaml
- Removed service-admission-server.yaml and validationwebhook.yaml
Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io >
2019-11-15 01:21:42 -08:00
Janusz Bialy
3d51a3dabb
remove predefined TLS ciphers ( #18864 )
...
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com >
2019-11-15 01:15:42 -08:00
Christian Staude
397ef22fbf
[stable/prometheus-pushgateway] Adjust servicemonitor labels ( #18877 )
...
* Use fullname for the servicemonitor name
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Bump chart version
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Adjust label usage for serviceMonitor template
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Apply default values and documentation
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Bump chart version
Signed-off-by: cstaud <christian.staude@staffbase.com >
* Decrease matchLabel selectors to and
Signed-off-by: cstaud <christian.staude@staffbase.com >
2019-11-14 23:53:42 -08:00
renjikari
3399a078f7
Add lifecyle for envoy ( #18878 )
...
Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp >
2019-11-14 21:07:42 -08:00
Shane O'Brien
54f53b97c1
Added NodePort support. Added metrics support, including ServiceMonitor. Deleted services that weren't needed. Cleaned up formatting ( #18893 )
...
Signed-off-by: Shane O'Brien <sobrien@triplelift.com >
2019-11-14 14:41:13 -08:00
Emil Marklund
2cdb664c11
Now possible to define namespaces to scrape by prometheus ( #18886 )
...
Signed-off-by: Emil Marklund <emil.marklund@vkmedia.se >
2019-11-14 13:13:35 -08:00
Taehyun Kim
f3084097af
[stable/redis-ha] bump redis version ( #18834 )
...
* fix haproxy service template
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
* bump default redis version
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
* fix README.md
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
* bump chart version
Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com >
2019-11-14 10:39:35 -08:00
David vonThenen
5a7245506a
Fix formatting ( #18888 )
...
Bump version
Signed-off-by: dvonthenen <davidvonthenen@gmail.com >
2019-11-14 10:03:34 -08:00
Néstor Salceda
27ac54778c
[stable/sysdig] Upgrade to latest version of Sysdig Agent (0.93.0) ( #18885 )
...
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com >
2019-11-14 09:53:35 -08:00
Borja Clemente
43c13e6dd0
stable/velero: Add azure support based on velero CLI ( #15834 )
...
* velero: Add azure support.
Modified the velero deployment to match the one produced by the velero CLI.
Signed-off-by: Borja Clemente <borja.clemente@gmail.com >
* velero: bump chart version.
Signed-off-by: Borja Clemente <borja.clemente@gmail.com >
* Fix 3 way OR in vleero provider credentials
Signed-off-by: Borja Clemente <borja.clemente@gmail.com >
2019-11-14 09:33:34 -08:00
Cristian Klein
7f8917b552
[stable/sentry] Documented email.existingSecret ( #18882 )
...
* Documented email.existingSecret
Signed-off-by: Cristian Klein <cristian@kleinlabs.eu >
* Bump sentry Chart version (documentation update)
As required by https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md#immutability
Signed-off-by: Cristian Klein <cristian@kleinlabs.eu >
2019-11-14 07:57:34 -08:00
Tomas Pizarro
c84ee9187d
[stable/kubewatch] Delete unnecessary quotes ( #18873 )
...
Signed-off-by: tompizmor <tompizmor@gmail.com >
2019-11-14 04:41:34 -08:00