Commit Graph
4394 Commits
Author SHA1 Message Date
Chris Schaefer 2e48959b42 [incubator/spring-cloud-data-flow] Update to new SCDF version 1.6.0 (#6871)
- update app version to 1.6.0
- update chart version to 0.2.4
- update skipper to 1.0.8
2018-07-28 07:45:56 -07:00
Divya Dadlani ea32ae30dc Allow user to specify a static IP for the Concourse loadbalancer (#6503)
* Allow user to specify a static IP for the Concourse loadbalancer

Signed-off-by: Divya Dadlani <ddadlani@pivotal.io>

* update readme with loadBalancerIP entry; bump version to 1.15.0;

* update readme description of looadBalancerIP
2018-07-27 11:18:57 -07:00
Tomas Pizarro 0ef9bada8a Allow using custom initialization scripts (#6862) 2018-07-27 07:58:56 -07:00
Markus Blaschke cb9da808ab [stable/prometheus] Switch from localhost to 127.0.0.1 (#6788)
* Switch from localhost to 127.0.0.1

The container is a binary only container without `/etc/hosts` or `/etc/resolv.conf` which will hit the dns server to resolv `localhost -> 127.0.0.1`

We had the case that there was a VM named `localhost` in the cloud and when hitting the DNS to resolv `localhost` we got the IP from this vm instead of `127.0.0.1`.

Took hours to find this issue :(

* Update prometheus chart version

* Bump version to 7.0.0
2018-07-27 05:23:57 -07:00
Bitnami Bot 4035294b3b [stable/ghost] Release 4.0.9 (#6854)
* ghost: update to `1.25.2-debian-9`

* ghost: bump chart appVersion to `1.25.2`

* ghost: bump chart version to `4.0.9`
2018-07-27 03:05:57 -07:00
Bitnami Bot d1ee0efe6c [stable/rabbitmq] Release 2.0.2 (#6852)
* rabbitmq: update to `3.7.7-debian-9`

* rabbitmq: bump chart appVersion to `3.7.7`

* rabbitmq: bump chart version to `2.0.2`
2018-07-27 00:40:57 -07:00
Bitnami Bot 2495c5a47e [stable/phabricator] Release 2.1.2 (#6839)
* phabricator: update to `2018.29.0-debian-9`

* phabricator: updated chart requirements

* phabricator: bump chart appVersion to `2018.29.0`

* phabricator: bump chart version to `2.1.2`
2018-07-27 00:36:57 -07:00
Nicolas Trangez e64ba7aa8b stable/fluent-bit: Add labels to all objects (#6714)
* stable/fluent-bit: Add labels to all objects

Also: restrict the `Service` `selector` somewhat to include the release
name.

Fixes: #6672
See: https://github.com/kubernetes/charts/issues/6672

* Update Chart.yaml
2018-07-26 13:31:56 -07:00
Jason Ertel 16bf75c579 upgrade elastalert to 0.1.33, add formal maintainer (#6614) 2018-07-26 13:25:56 -07:00
Ravi Kumar 67aeda73f3 [stable/kibana] Add config file for properties (#5794)
* [stable/kibana] Add config file for properties

* Add config file for passing configuration values to properties instead
  environment variables. Environment varibales can not work if the
  property name has (dots as well as) underscroes in the name. This use-
  case comes up while using some plugins whose property names have been
  defined with dots and underscores in them.

* Update config file mounting pattern

Instead of taking config values and adding default values and limiting the
utility to a single file, update the pattern to allow any number of custom
config files to be provided through values.yaml file.

* [stable/kibana] Minor changes to docs and defaults

* Rename variable 'configFiles' to 'files'

* Update Chart.yaml
2018-07-26 13:21:56 -07:00
Michiel De Mey 6c4122de1c [stable/verdaccio] Added namespace support to port-forward command (#6654)
* Added namespace support to port-forward command

Adds support for a non-default namespace for the `port-forward` command.

* Chart version bump
2018-07-26 12:58:56 -07:00
Dave Anderson f292d30026 stable/metallb: add support for node selectors, tolerations, affinities. (#5793) 2018-07-26 12:53:56 -07:00
Thomas Jungblut f39d73d40b [tensorflow inception] add stable image and tag, fix gpu usage (#6698)
* [tensorflow inception] add stable image and tag, fix gpu usage

* fixing lint warnings, update github user names

* Update values.yaml
2018-07-26 12:50:05 -07:00
Cosmin Cojocar 393d869976 dex: configure gRPC and generate the certificates (CA/server/client) during deployment (#6679)
* dex: configure gRPC and generate the certificates (CA/server/client) during deployment

In addition, the web cert values were refatored to be consistent with gRPC values.

* dex: base resources name on the fullname template

* dex: comment out the default values for resources

* Bump dex chart version to 0.2.0

* Restore some of the original values of dex chart

* Fix indent in the values files

* Fix lint warnings
2018-07-26 12:49:56 -07:00
Ryan Luckie c5ebdb8367 [stable/filebeat] Add support for priorityClasses (#6838)
- add support for priorityClasses
2018-07-26 12:45:15 -07:00
Tommy Kindmark 4d03b7ccfd [stable/kibana] Added option to specify nodeport (#6807)
* Added option to specify nodeport

* Bumped version and fixed documentation
2018-07-26 12:45:06 -07:00
Max Lobur 8458f360f3 [stable/spotify-docker-gc] Support tolerations and node selectors (#6682)
* [stable/spotify-docker-gc] Support tolerations and node selectors

* Bump chart ver

* bump minor reset patch

* Update README - add new params

* minimize diff
2018-07-26 12:44:56 -07:00
Giancarlo Rubio 5f90470b7a [prometheus-node-exporter] Add ability to customize labels and endpoints, Pod security policy (#6742)
* Add ability to customize labels and endpoints, Pod security policy

* Fix indentation

* Fix indentation

* Review readme.md

* rollback selectors
2018-07-26 12:36:55 -07:00
Nicolas Trangez 2f29dc7cf6 stable/fluent-bit: Fix http backend configuration (#6713)
Fixes: #6671
See: https://github.com/kubernetes/charts/issues/6671
See: 7da6e88d13
See: https://github.com/kubernetes/charts/commit/7da6e88d13b6d01559771dfca5da6185c23f6582
See: #5398
See: https://github.com/kubernetes/charts/pull/5398
2018-07-26 12:26:57 -07:00
Will Tran 6e5fef3e53 support imagePullSecret for private repositories (#6845) 2018-07-26 11:22:58 -07:00
Ole Markus With c488642dfe [stable/metrics-server] Metrics server command arguments (#6620)
* stable/metrics-server: Make metrics-server arguments customizable

* stable/metrics-server: Bump version. As this chart is in stable, we might as well start with 1.0.0 now

* stable/metrics-server: Changing version from 1.0.0 to 0.1.0 as per review comment
2018-07-26 06:36:56 -07:00
Mohamad Gamal e4d4178b83 Changed persistence.size to reflect actual values (#6808)
* Changed persistence.size to reflect actual values

* update chart version
2018-07-26 03:54:56 -07:00
Tomas Pizarro efe4118df5 Use proper docker image for rabbitmq chart (#6829) 2018-07-26 02:19:55 -07:00
Zohar a191a7dff7 Rookout Agent Chart (#6167)
* Adding rookout agent chart

* icon added

* commit with user

* commit with user email

* Adding rookout agent chart

* icon added

* commit with user

* commit with user email

* change tag to stable version

* Add release to labels

* Add release to labels

* Add labels to metadata

* Fix indentation

* Fix indentation + update apiVersion

* Add standard labels

* Add rookout chart to stable

* Typo

* Fix spaces

* Fix spaces

* remove fluentd

* remove fluentd

* Fix new lines

* Fix new lines in stable

* Add home to chert

* Fix new lines in stable

* Fix new lines in stable

* remove rookout from incubator

* Add maintainer

* Add new line to chart yaml

* Fix spaces

* Add README and update deployment & values

* Add NOTES

* Fix version + add spaces

* add EOf to deployment

* fix EOF and token default value at deployment

* update app version

* indentation for values

* indentation for values

* Update deployment.yaml
2018-07-25 10:42:55 -07:00
Michael Raimondi cbd51d698b add option to supply extra arguments (#6516)
This is particularly useful for monitoring specific keys with `--check-keys`.
2018-07-25 10:38:58 -07:00
Corey O'Brien e658ef4209 [stable/gcloud-sqlproxy] Allow for getting credentials via metadata (#6662) 2018-07-25 10:34:56 -07:00
Corey Zuares bc6f89e17b [stable/ark] Update Heptio Ark for v0.9.0 (#6777)
* Update for v0.9.0 support

* Bump Chart version to 1.1.0
2018-07-25 10:21:56 -07:00
Kenneth Aasan 236e39f63a stable/metrics-server: Add kennethaasan to OWNERS (#6785) 2018-07-25 09:20:55 -07:00
André Bauer 0e2e0576d7 [fluentd-elasticsearch] updated docker image to 2.2.0 & disabled resource limits by default (#6580)
* updated docker image to version 2.2.0 and disabled resource limits by default

* fixed image tag in readme

* fixed default value
2018-07-25 09:09:56 -07:00
Costi Muraru 63a32c2a78 [stable/newrelic-infrastructure] Version 1.0.0 has been released (#6562)
Update ClusteRole/DaemonSet for the newrelic-infrastructure chart to match the one from the public NewRelic documentation:
https://download.newrelic.com/infrastructure_agent/integrations/kubernetes/newrelic-infrastructure-k8s-latest.yaml
2018-07-25 09:05:55 -07:00
André Bauer 0a64d8280f [stable/filebeat] added optional annotations to daemonset (#6751)
* added optional annotations to deamonset

* added configuration to readme
2018-07-25 09:01:55 -07:00
Michiel De Mey 2bbaa87e73 [stable/verdaccio] Route all traffic to the service (#6726)
* Route all traffic to the service

Will now route all traffic to the service and not just the root path.

* Keep root path

* Version bump
2018-07-25 08:57:55 -07:00
Rafał Leszko ee2dd0fae9 Add Hazelcast Helm Chart (#6659)
* Add Hazelcast Helm Chart

* Add standard labels and names to RBAC and ConfigMap

* Add filtering by service name and remove the HZ_DATA environment variable

* Add options to set up DNS Lookup Discovery

* Add Role, RoleBinding, and ServiceAccount

* Comment out the default resources

* Use the default .helmignore file

* Change 'apps/v1beta1' to 'apps/v1' in statefulset

* Update values.yaml

* Update README.md

* Change list indendation style to zero spaces

* Remove trailing spaces from values.yaml

* Add missing values to README.md

* Fix typo in NOTES.txt
2018-07-25 08:28:56 -07:00
Javier J. Salmerón-García 2a0fd9884d Add security context in mongodb chart secondary node (#6811) 2018-07-25 04:55:56 -07:00
Javier J. Salmerón-García 84fcbc5e6b Fix MongoDB chart non-root volumes (#6809)
* Fix MongoDB chart non-root volumes

* Update README
2018-07-25 03:16:56 -07:00
Javier J. Salmerón-García 432c4b9e4b Fix rabbitmq for non-root container (#6792)
* Fix rabbitmq for non-root container

* Remove ol-7
2018-07-25 01:41:55 -07:00
alexplischke de371f1f8c Allow sidecars for NATS. (#6746)
* Allow sidecars to be added to NATS.

* NATS version bump.

* Mention option to add sidecars in README.

* Correct default value in README.
2018-07-25 01:26:56 -07:00
Darren Hague 607a185692 [stable/metrics-server] bugfix for ClusterRole (#6744) 2018-07-25 01:21:55 -07:00
mf-lit 8a2824723d Metrics server specs (#6488)
* [stable/metrics-server] add additional specs to deployment

* [stable/metrics-server] version bump

* [stable/metrics-server] update readme

* [stable/metrics-server] version bump to 1.0.0

* [stable/metrics-server] remove errant documentation
2018-07-24 21:56:55 -07:00
Nicolas Trangez ec0c254d8b incubator/elasticsearch: Add PodDisruptionBudgets (#6718)
See: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
See: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
See: https://github.com/scality/metal-k8s/issues/157
See: https://github.com/helm/charts/pull/6718
2018-07-24 08:12:54 -07:00
Harry Lee 3bf5d6101b [stable/redis] Fixed typo in README (#6769)
* Fixed typo in README

* [stable/redis] Bumped version

* [stable/redis] Bumped version
2018-07-24 01:44:25 -07:00
Michael Raimondi 0424e3c8b6 move serviceAccountName out of if block (#6783) 2018-07-24 00:03:24 -07:00
Ole Markus With f08e3d4b49 stable/metrics-server: Add olemarkus to OWNERS (#6780)
* stable/metrics-server: Add olemarkus to OWNERS

* stable/metrics-server: version bump
2018-07-23 14:20:19 -07:00
Marco Vito Moscaritolo ef4fff4834 [stable/traefik] bump version to 1.6.3 (#5953)
* [stable/traefik] bump version to 1.6.3

* update traefik to 1.6.5

* fixed formatting on chart readme
2018-07-23 14:15:18 -07:00
Derek Lemon d04e226b57 Adding external-auth annotation for use outside of aws. Adding bool to support creation of distinct dns names. (#6740)
Support for LoadBalancer service type.

Removing extra annotations by default

Updating Readme.
Removing configuration of the services nodePort if the  is not NodePort.

Updating spacing
2018-07-23 07:57:19 -07:00
Ganesh S Patil fd1bd0021f Bump up gocd version (#6764)
* * Bump up GoCD app version to 18.7.0
* Install docker-registry-artifact-plugin on install

* Added changelog
2018-07-23 04:15:18 -07:00
Michael Raimondi 8b5d11e246 add option to supply extra arguments (#6685) 2018-07-23 02:16:18 -07:00
Bitnami Bot 6194c10287 [stable/ghost] Release 4.0.8 (#6704)
* ghost: update to `1.24.9-debian-9`

* ghost: bump chart appVersion to `1.24.9`

* ghost: bump chart version to `4.0.8`
2018-07-23 02:08:19 -07:00
Bitnami Bot 23afa276d6 [stable/odoo] Release 2.0.3 (#6701)
* odoo: update to `11.0.20180715-debian-9`

* odoo: bump chart appVersion to `11.0.20180715`

* odoo: bump chart version to `2.0.3`
2018-07-23 02:03:17 -07:00
Bitnami Bot 2212294636 [stable/prestashop] Release 2.0.4 (#6702)
* prestashop: update to `1.7.4-1-debian-9`

* prestashop: bump chart appVersion to `1.7.4-1`

* prestashop: bump chart version to `2.0.4`
2018-07-23 01:57:17 -07:00