Commit Graph
7512 Commits
Author SHA1 Message Date
Mykola Grygoriev 703fd96ddd [stable/mariadb] Correct description of initdbScript parameter (#12804)
Signed-off-by: nickgryg <nickgryg@gmail.com>
2019-04-04 00:12:49 -07:00
Manuel Rüger dc4a9c4cca [stable/coredns] Version bump to 1.4.0 (#11880)
* stable/coredns: Fix wrong service account ref

Fixes #10191

Signed-off-by: Seongjin Cho <sjcho@wisefour.com>
Signed-off-by: Manuel Rüger <manuel@rueg.eu>

* stable/coredns: Replace proxy with forward plugin

See also: https://github.com/coredns/deployment/issues/74

Signed-off-by: Manuel Rüger <manuel@rueg.eu>

* stable/coredns: Version bump to 1.4.0

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-04-03 21:34:50 -07:00
Maha Gamal 8f2a843af6 [stable/airflow] Update NOTES file (#12793)
Signed-off-by: MahaGamal <mohaamer5@google.com>
2019-04-03 11:06:11 -07:00
Dario Blanco 920ab2e239 Initial buzzfeed-sso chart - Oauth over your Kubernetes services (#8157)
* Initial sso chart

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Rename to buzzfeed-sso

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Remove auth code secret from proxy

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Make tls templating more flexible

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Remove proxy code secret from the configuration

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Use buzzfeed-sso in README

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Use quote filter in proxy virtualHost variable

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Set CLUSTER in proxy as configurable and dev by default

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Quote all templated environment variables

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Set cookie secure to true by default

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Allow definition of a custom secret key
This will skip secret creation via helm

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Make auth ingress tls secret name configurable

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Separate upstream configuration from ingress

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Update image to v1.1.0
Adds a new optional environment variable for the proxy that allows split dns deployments

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Move chart to incubator

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Fix auth configuration variables

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Use component label to distinguish between auth and proxy

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Make google admin email optional

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Fix proxy url internal environment variable

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Remove unnecessary virtual host

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Add only google service account credentials when admin email is given

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Make annotations configurable
It also adds the secret file to the checksum

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Fix ingress hosts example

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Allow installation with default values showing errors

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Remove unusued virtualHost parameter

Signed-off-by: Dario Blanco <dblanco@minddoc.de>

* Add OWNERS file

Signed-off-by: Dario Blanco <dblanco@minddoc.de>
2019-04-03 10:55:44 -07:00
Mayank Kapoor d83478b793 Update templates/service-brokers-external.yaml to use 9092 as (#12778)
targetPort for external service brokers

This fixes a bug that broke the external access feature for kafka
brokers. Now the external NodePort routes to the correct targetPort
for kafka brokers.

Fixes #11867

Signed-off-by: Mayank Kapoor <mayankkapoormail@gmail.com>
2019-04-03 08:51:47 -07:00
Maha Gamal 47d9a04cd6 [stable/airflow] Support affinity, nodeSelector and toleration for a… (#11690)
*  [stable/airflow] Support affinity, nodeSelector and toleration for airflow & worker

Signed-off-by: Maha <you@example.com>

* update chart version

Signed-off-by: MahaGamal <mohaamer5@google.com>
2019-04-03 08:37:43 -07:00
tareks 0cf752adac Allow AWS role based authentication to Secrets Manager and Systems Manager (#10237)
* Bumped major chart version

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Added documentation to explain how authentication paramters work.

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Added new keyauth variables and conditionals to match them for secrets manager and systems manager. Session token must now be explictly enabled if used.

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Fixed typo with awsSsm paramter name

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Fixed minor version

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Uncommented session token flag and set default to false.

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>

* Added missing backticks that broke formatting

Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
2019-04-03 06:19:42 -07:00
Matthew Mosesohn 1c45a193d8 [stable/elasticsearch] Add podManagementStrategy (#12534)
Default is OrderedReady as is default for all statefulsets

Signed-off-by: Matthew Mosesohn <matthew.mosesohn@gmail.com>
2019-04-03 05:23:45 -07:00
jmvizcainoio cc18bf7adf add support to dask to use nodeselector, affinity and tolerations (#12700)
add information new variables in readme.md
Signed-off-by: Juan Manuel <juanmanuel.vizcaino@iomed.es>
2019-04-03 02:45:46 -07:00
Express Gateway Bot Account d3c200f8fc Update Express Gateway Images to v1.16.2 (#12732)
Signed-off-by: eg-bot <kevin+eg-bot@lunchbadger.com>
2019-04-03 02:35:54 -07:00
David J. M. Karlsen 79df5215f6 upgrade external dns (#12729)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-04-03 02:35:42 -07:00
David Jannotta a955012cef Fixed typo in notes (#12764)
* Fixed typo in notes

Signed-off-by: David Jannotta <djannotta@gmail.com>

* Bumped version to 0.14.1

Signed-off-by: David Jannotta <djannotta@gmail.com>
2019-04-03 02:26:19 -07:00
Sylvain Boily 990b3c8c70 adding support for pod priority (#12758)
Signed-off-by: sylvain.boily <sylvain.boily@nuance.com>
2019-04-03 02:26:07 -07:00
Christian Cöster 6f0c414c81 [stable/prometheus-node-exporter] configurable host network (#12747)
* [stable/prometheus-node-exporter] Make hostNetwork configurable

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>

* [stable/prometheus-node-exporter] Update README.md

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>

* [stable/prometheus-node-exporter] Bump chart version

Signed-off-by: Christian Cöster <christian.coester@de.clara.net>
2019-04-03 02:25:56 -07:00
Brian Nutt bf708989c1 [stable/airflow] Update redis requirements version (#12740)
Enables the ability to set sysctlImage.enabled values can make some changes in the kernel of the host machine to make redis work as expected, in particular increasing the somaxconn value and disabling transparent huge pages.

Signed-off-by: Brian Nutt <brian@slice.com>
2019-04-03 02:25:43 -07:00
jmvizcainoio e7bb5fbf6c [stable/rabbitmq] add annotations without dependency if metrics are e… (#12721)
* [stable/rabbitmq] add annotations without dependency if metrics are enable or not

Signed-off-by: Juan Manuel <juanmanuel.vizcaino@iomed.es>

* added comment and fix annotation in svc

Signed-off-by: Juan Manuel <juanmanuel.vizcaino@iomed.es>
2019-04-03 02:05:44 -07:00
Michael Lorant bfcc274795 Add support for custom files. (#12773)
Signed-off-by: Michael Lorant <mikel@mlvision.com.au>
2019-04-03 01:57:42 -07:00
Fabrizio Fortino 985ecd5185 [stable/cerebro] bump image (#12781)
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
2019-04-03 01:49:42 -07:00
Abhishek Jaisingh 433bf244f7 [stable/mongodb] Fix Health Check Probes (#12722)
* [stable/mongodb] Fix Health Check Probes

Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>

* Add defaults to values-production.yaml & Fix Chart version

Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>
2019-04-03 00:25:44 -07:00
bagratte b2bc8b56b8 Update elastic-stack to use correct Kibana chart (#12759)
Signed-off-by: Bagrat Lazaryan <bagratte@live.com>
2019-04-02 10:29:18 -07:00
Néstor Salceda ae6bf30036 [stable/falco] Disable ebpf by default (#12762)
* Disable ebpf by default

This reverts the change made on 0.6.0

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Specify in CHANGELOG that we are reverting the previous change.

The vast majority of our users are using the kernel module approach and
we can cause some troubles with this change.

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Explain WHY we activated the ebpf module by default

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-02 09:43:20 -07:00
Tom Wieczorek 9db8ced232 [stable/jenkins] Fix wrong comment in values.yaml (#12761)
Signed-off-by: Tom Wieczorek <t.wieczorek@yieldlab.de>
2019-04-02 09:33:18 -07:00
maemo 2bd0196cc9 [stable/graylog] add namespace in NOTES.txt when get secret (#12733)
* [stable/graylog] add namespace in NOTES.txt when get secret

Signed-off-by: Peng Tian <tcpln2009@gmail.com>

* [stable/graylog] increase chart version to 0.1.2

Signed-off-by: Peng Tian <tcpln2009@gmail.com>
2019-04-02 09:23:19 -07:00
Juan Ariza Toledano ee18517818 [stable/mongodb] Add support to specify the volumeMounts' mountPath & subPath (#12756)
Signed-off-by: juan131 <juan@bitnami.com>
2019-04-02 08:43:32 -07:00
Juan Ariza Toledano 81771e449a [stable/postgresql] Add support to specify the volumeMounts' subPath (#12750)
Signed-off-by: juan131 <juan@bitnami.com>
2019-04-02 08:43:20 -07:00
Marco Santos c67a828436 [incubator/gogs] Postgres SSLMode (#12513)
* SSLMode on Gogs

Signed-off-by: Marco Santos <marcotunas@gmail.com>

* Fix trailing spaces

Signed-off-by: Marco Santos <marcotunas@gmail.com>
2019-04-02 08:18:37 -07:00
Tom Wieczorek ecb7791b52 Re-add value for Ingress API Version (#12753)
It was removed in #11960, but since Kubernetes 1.14, Ingresses live under networking.k8s.io.

Signed-off-by: Tom Wieczorek <t.wieczorek@yieldlab.de>
2019-04-02 08:06:36 -07:00
rgembalik 8dbc12c6ab [bookstack] Fix persistance path for storage files to match paths mentioned in bookstack docs (#12757)
* Fix persistance path for storage files to match paths mentioned in https://www.bookstackapp.com/docs/admin/backup-restore/

Signed-off-by: Rafal Gembalik <rafal.gembalik@codewave.pl>

* Fix version bump

Signed-off-by: Rafal Gembalik <rafal.gembalik@codewave.pl>

* Fix version bump (again :/)

Signed-off-by: Rafal Gembalik <rafal.gembalik@codewave.pl>
2019-04-02 07:54:36 -07:00
jahstreet 096d011225 Spark history server/azure support (#12749)
* Added Azure WASBS support.
Updated Dockerfile with Azure Storage dependencies: https://github.com/jahstreet/spark-history-server-docker/blob/feature/azure-wasbs-support/Dockerfile

Signed-off-by: Aliaksandr Sasnouskikh <jahstreetlove@gmail.com>

* Moved wasbs containerName and storageAccountName to secret. Updated README

Signed-off-by: Aliaksandr Sasnouskikh <jahstreetlove@gmail.com>

* Ingress Rules basePath support, tls fix. Chart version incremented.

Signed-off-by: Aliaksandr Sasnouskikh <jahstreetlove@gmail.com>

* Chart version updated.

Signed-off-by: Aliaksandr Sasnouskikh <jahstreetlove@gmail.com>
2019-04-02 07:36:37 -07:00
Bitnami Bot 8d31f92cd4 stable/ghost: update to 2.19.2 (#12755)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-04-02 07:28:35 -07:00
Tomasz Szuba 9c57cb38f9 [incubator/kafka] Rework mechanism to expose Kafka brokers externally (#11946)
Statefulsets from kubernetes 1.9 set label statefulset.kubernetes.io/pod-name to pod name.
Thus setting label pod in initcontainer is not needed anymore.
Also rbac settings, previously needed by initContainer are not needed.

Signed-off-by: Tomasz Szuba <tomasz.szuba@hltech.com>
2019-04-02 07:08:35 -07:00
Juan Ariza Toledano fc5186f63a [stable/odoo] Add support to existing PVCs (#12745)
* [stable/odoo] Add support to existing PVCs

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

* Add an 'empty' line (##) between the comment and the value

Signed-off-by: juan131 <juan@bitnami.com>
2019-04-02 06:20:36 -07:00
Chirica Gheorghe 363a694d4e [kubeless] Add functions-namespace config options (#12686)
* [mongodb] Update README with ingress setup

Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>

* [kubeless] Add option to set functions-namespace

Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>
2019-04-02 05:28:34 -07:00
Néstor Salceda 1eaeebaae1 [stable/falco] Upgrade to Falco 0.14.0 (#12439)
* Upgrade to Falco 0.14.0

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Enable eBPF by default on Falco builds

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Allow to specify images from different registries than `docker.io`

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Upgrade Chart version to a minor one because eBPF default value

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Use RollingUpgrade strategy by default

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Provide a sane defaults for resources

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Update CHANGELOG entries

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>

* Add minor / major categorization to changelog

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-02 04:42:34 -07:00
Néstor Salceda 160d833f72 Bump Sysdig Agent version and use latest logo (#12737)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
2019-04-02 03:38:34 -07:00
Torsten Walter adbda2ca6a allow templating of volumes (#12734)
Rendering the volumes using the tpl function allows templating within values.yaml

If one for example renders a secret or config-map within a chart which has this chart
declared as dependency in its `requirements.yaml` then one could inject the rendered
secret like this:

```
Persistence:
  volumes:
  - name: jenkins-secrets
    secret:
      secretName: '{{ template "jenkins.fullname" . }}-casc-secrets'
  mounts:
  - mountPath: /run/secrets/casc
    name: jenkins-secrets
    readOnly: true
```

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
2019-04-02 03:18:46 -07:00
Steve Chung 33defe0a80 [stable/kibana] add tests (#12595)
* test stable/kibana

Signed-off-by: Steven Chung <schung@mesosphere.io>

* stable/kibana test revisions due to PR #12200

Signed-off-by: Steven Chung <schung@mesosphere.io>
2019-04-02 03:18:35 -07:00
Fede Barcelona 8a6c08fc6d [stable/sysdig] Update README (#12522)
* [stable/sysdig] Update README

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>

* Update documentation

Signed-off-by: Jorge Salamero Sanz <bencer@cauterized.net>

* Replace tabs by spaces

Signed-off-by: Jorge Salamero Sanz <bencer@cauterized.net>
2019-04-02 02:50:34 -07:00
Maxime VISONNEAU 8be59eb775 [prometheus-cloudwatch-exporter] Added ingress configuration (#12407)
Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
2019-04-02 02:20:35 -07:00
Maxime VISONNEAU e460f2b99b [stable/curator] - configure pod security context (#11696)
Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
2019-04-02 02:12:34 -07:00
Zadkiel eda0d61981 [stable/external-dns] Fix interval description (#11845)
Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>
2019-04-01 15:04:34 -07:00
Brian Gibbins 8a14b89fee Add optional ServiceMonitor and values stub with it disabled by default (#12503)
* Add optional ServiceMonitor and vaules stub with it disabled by default

Signed-off-by: Brian Gibbins <brian.eroteme@gmail.com>
Signed-off-by: Brian Gibbins <briangibbins@rentalcars.com>

* bump version and add new optional values to README.md

Signed-off-by: Brian Gibbins <brian.eroteme@gmail.com>
Signed-off-by: Brian Gibbins <briangibbins@rentalcars.com>

* remove trailing space from values for linter

Signed-off-by: Brian Gibbins <briangibbins@rentalcars.com>
2019-04-01 12:40:46 -07:00
Hariharan Subramanian aadb265934 Duplicate entries for affinity rules (#12468)
Signed-off-by: Hariharan Subramanian <harsubra@adobe.com>
2019-04-01 12:40:34 -07:00
Hans Kristian Flaatten cfc030321f [prometheus-operator]: use valid service nodeports (#12478)
Signed-off-by: Hans Kristian Flaatten <hans.flaatten@evry.com>
2019-04-01 12:28:34 -07:00
Endre Czirbesz 6801c85a5b [elasticsearch-curator] Enabling the use of secrets in environment (#12701)
* [elasticsearch-curator] Enabling the use of secrets in environment

Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>

* [elasticsearch-curator] Adding imagePullSecrets to CronJob spec

Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
2019-04-01 12:20:37 -07:00
Pierre Margueritte d78cdf4b5e [datadog] Bump KSM dependency (#12714)
Signed-off-by: Pierre <mfpierre@gmail.com>
2019-04-01 10:18:35 -07:00
David Ashford b65c8d1fc9 [stable/prometheus-mongodb-exporter] Add envs to deployment template (#12615)
* Add env variables for mongod db exporter

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Add test case for environment variables

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Add new line to end of test file

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Disable service monitor for tests

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Add test for overriding mongodburi

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Typo

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Wrap env in if clause

Signed-off-by: David Ashford <david.ashford@distilled.ie>
2019-04-01 08:24:37 -07:00
Bitnami Bot 454dae653c stable/redmine: update to 4.0.3 (#12693)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-04-01 05:48:39 -07:00
Bitnami Bot 15a452e6eb stable/phabricator: update to 2019.13.0 (#12685)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-04-01 05:38:32 -07:00
Bitnami Bot 113bcc08c1 stable/owncloud: update to 10.1.1 (#12708)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-04-01 05:30:33 -07:00