Commit Graph
1147 Commits
Author SHA1 Message Date
ag237 7efd8f2bdd add option to include tolerations to daemonset (#1364) 2017-07-06 17:12:20 +02:00
Jainish Shah 689cc8b6d8 Moved Artifactory to stable and updated version to 5.3.2 (#1314)
* Upgraded artifactory version to 4.16.0

* changes as per suggestion

* Added Stable Artifactory chart

* removed Incubator Artifactory chart

* Fixed port issue

* Fixed path

* fixed readme

* Added Documentation for all variables.

* Updated labels

* Fixed Parameter names

* Fixed Notes.txt

* Updated Artifactory version to 5.4.1

* Fixed metadata

* Fixed naming

* Changes.

* Added release name to selector

* Nginx for Oss and Pro

* Fixed readme

* using secret for database password

* renamed secret to postgresql-secret.yaml
2017-07-06 16:52:22 +02:00
Will Tran 40a297e720 Concourse postgres conditional dependency (#1390)
* Conditional dependency on postgres.

Fixes #1056

* Update readme for conditional PostgreSQL dependency

Also add a section on restarting workers

* Update Chart.yaml
2017-07-05 18:24:49 -07:00
Olivier Grisel 2f79f751fe Typo in helm install command for dask-distributed (#1413) 2017-07-05 17:21:10 -07:00
Eduardo Silva e1b9aee5e0 [stable/fluent-bit] Fluent Bit v0.11.12 (#1417)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
2017-07-05 17:19:52 -07:00
Tony Zhao a90aa4a937 fixed cassandra chart's persistence bug (#1245)
* fixed cassandra chart's persistence bug

* Update Chart.yaml
2017-07-05 17:17:01 -07:00
Aaron Taylor 1db4e9f84d Prometheus: modify config to support k8s 1.6 by default (#1080)
* charts/stable/prometheus: modify config to support 1.6 by default

This commit adds support for Kubernetes 1.6 RBAC restrictions within
the prometheus configuration for scraping node metrics.

Fixes https://github.com/kubernetes/charts/issues/955

Initial discussion of the issue:
https://github.com/prometheus/prometheus/issues/2606

* stable/prometheus: bump chart minor version
2017-07-05 17:05:06 -07:00
Pierre Ozoux 496c9683ab Add rocket.chat (#752)
* Add rocket.chat

* Add additional maintainers beyond the github org

* Fix mongo dependency

* Improved Labels, Chart Defaults, Notes
* Add labels to pod for proper kubectl selection
* Allow chart to be installed with no values set
* Improved output notes

* add helm chart to suggested install command

* Add deploy platform environment variable

* Add Instance IP to pod env variable to make scaling easier

* Switch app name to use app's name

* Update to latest Rocket.Chat version

* Remove else from ROOT_URL, its not needed
2017-07-05 16:08:04 -07:00
Patrick Lucas d6bccef2b5 Fix influxdb deployment (#1424)
* Fix influxdb deployment

Previously, setting `config.graphite.enabled` (or other such
parameters) to `true` resulted in a yaml syntax error because the
content within the `{{- if` block would be appended to the previous
line due to the hyphen.

* Update Chart.yaml
2017-07-05 16:01:48 -07:00
Vaughn Dice 147a378e67 feat(stable/etcd-operator): add support for supplying additional command args (#1418)
* feat(stable/etcd-operator): add support for supplying additional command args

* Update Chart.yaml
2017-07-05 15:59:02 -07:00
Lachlan Evenson 286861ca81 add configurable service annotations #1234 (#1244) 2017-07-05 15:24:43 -07:00
Joost Hofman 4c4b79987a [stable/prometheus] extra environment variable for alert manager (#1237)
* Added a map of extra environment variable for the alertmanager, this is needed to add the http_proxy so alert manager can connect to external applications if behind a proxy

* Update Chart.yaml
2017-07-05 15:19:47 -07:00
jose5918 4b3e5e18ed [stable/heapster] Default service name to Heapster (#1266)
* [stable/heapster] Default service name to heapster

* [stable/heapster] Added support for custom labels

* [stable/heapster] fix typo

* Update Chart.yaml
2017-07-05 15:09:49 -07:00
Chris Knowles ac37a6ad1c [stable/kube2iam] Rolling updates (#1276)
* [stable/kube2iam] Rolling updates

Also bump to latest image version

* Allow further update strategies
2017-07-05 14:12:23 -07:00
Joar Wandborg 3eeefd3a23 [incubator/patroni] Make nodeSelector and storage-class configurable (#880)
* Make StatefulSet nodeSelector configurable

* Make storage-class configurable

* Add NodeSelector, StorageClass to README

* Use persistentVolume pattern

* Add commented-out `NodeSelector` example

* update chart.yaml and requirements.lock

* [incubator/patroni] add appVersion and github ids
2017-07-05 14:07:31 -07:00
Michael Haselton 09892a393d Harden elasticsearch chart for Kube 1.5 (#1062)
* Update elasticsearch chart to work with Kube 1.5

* Add environment variable KUBERNETES_MASTER, resolves issue documented
here:
https://github.com/fabric8io/fabric8/issues/6229#issuecomment-247373967
* Rename PetSet to StatefulSet, rename template file
* Add initialDelay and increase timesouts to all liveness and readiness
checks. This was the only way I could get it to deploy reliably in my
environment.
* Update to a newer image version

* Harden aspects of the elasticsearch chart

* Added configmap to explicitly provide cluster configurations and scripts

* Replace depreciating `ES_HEAP_SIZE` with `ES_JAVA_OPTS` to position for ES v5 support

* Removed alpha storage class operators

* Removed catastrophic liveness probe checking entire clusters health

* Readiness probe now inspects local node health

* Added termination grace period (defaults to 15m) to allow pre-stop-script.sh time to gracefully migrate shards

* Added init container to configure `vm.max_map_count`

* Updated elasticsearch.yaml:
  * Added `PROCESSOR` configuration to prevent large cluster garbage collection issues leading to node eviction
  * Added configurable gateway defaults to help avoid a split brain, requiring two masters online and in consensus before recovery can continue

* Updated pre-stop-script.sh:
  * Check `v1beta1` `statefulset` endpoint
  * Evalute `.spec.replicas` for statefulset desired size
  * Clear `_cluster/settings` ip exclusion prior to shutdown to avoid a possible (random) ip match scenario on expansion of the clsuter

* Data nodes now use default storage class if once is not specified

* Apply best practices

* Add Notes for client service types, and warnings
2017-07-05 17:43:17 +02:00
Bitnami Bot eb6d3e205e [stable/joomla] Release 0.4.11 (#1428)
* joomla: update to `bitnami/joomla:3.7.3-r0`

* joomla: bump chart version to `0.4.11`

* joomla: update to `bitnami/joomla:3.7.3-r1`
2017-07-05 15:52:49 +05:30
Bill Pratt 03927c73f7 Updated Mongo replica set docs for failover walkthrough (#1319)
Updated Mongo replica set docs for failover walkthrough
2017-07-03 17:05:46 +02:00
Paweł Poskrobko f6b1817962 Add a Chart for Risk Advisor (#1135)
* Add a Chart for Risk Advisor

* Suggested fixes

* Readme update

* Adding service port explicitly to NOTES.txt

* Suggested changes in README, NOTES, service.yaml and Chart.yaml

* Target port fix in deployment definition

* Fix in NOTES.txt file

* Next NOTES.txt port fix + cosmetic changes

* removing heritage and chart label from deployment spec
2017-07-02 20:17:08 +02:00
Fabian Dörk 1fe61f73af [incubator/gogs] Add tls evaluation of ingress to template (#1362) 2017-07-01 13:55:44 +02:00
Matt Robenolt 0dd1c19bea sentry: use unversioned icon url (#1303)
This will be more likely to not 404 constantly. :)
2017-07-01 13:53:38 +02:00
Corey Burmeister 012665bd14 Add nodeSelector to stable/redis (#1290)
This commit adds support for `nodeSelector` and `tolerations` to the
`stable/redis` chart.
2017-07-01 13:50:13 +02:00
Bitnami Bot 30a51e1513 [stable/jasperreports] Release 0.1.9 (#1409)
* jasperreports: update to `bitnami/jasperreports:6.4.0-r0`

* jasperreports: bump chart version to `0.1.9`

* add appVersion and update maintainer
2017-06-30 11:08:30 +01:00
Anirudh Ramanathan 8fe482e143 Add helm update deps step to CI (#1381)
* Update testing to install deps

* Add dep update step

* Addressed review comments
2017-06-30 09:32:41 +01:00
Vic Iglesias 0009a23933 Jenkins v0.8.0 (#1385)
* Introduce AlwaysPullImage value for testing custom Docker slave images

* Add volumes for Agents

* jenkins: version bump

* Missing Volume.Type. Good catch :)

* Add service account and CRB for RBAC enabled clusters
Closes #1092

* [stable/jenkins] Added nodeselector support for Jenkins

* Bump chart version number

* Document new values in README.md

* jenkins: bump chart version

* Update Jenkins and plugins to latest versions

* Do not expose the agent port on LB

* Fix agent tunnel config
2017-06-29 20:51:44 +01:00
Sylvain Boily 9477c26fff Adding support for dynamic tolerations (alpha/beta) and nodeSelector (#1382) 2017-06-29 07:31:06 -07:00
Alexander Kachkaev bdac1af310 [stable/traefik] Bump Traefik version to 1.3.1 (#1401) 2017-06-29 07:21:30 -07:00
Scott Rigby 9cef5f8878 [stable/drupal] Allow non-bitnami image Drupal data and Apache configuration volume paths (#1232)
* Specify Drupal data and Apache configuration volume mount paths

* Simplify README changes

* Bump stable/drupal minor version for new feature

* Allow not mounting Apache configs, if value volumeMounts.apache.mountPath is set to empty string

* Don't create the Apache PVC if mountPath is null
2017-06-29 12:41:12 +01:00
Manoj Kumar bad8820886 [stable/selenium]upgrade to latest selenium version (#1105)
* upgrade to latest selenium version

upgraded to the latest 3.4.0 version

* update chart.yaml

- bump version
- add appVersion
- use github id for maintainer name

* bump to 0.1.2
2017-06-29 11:43:08 +01:00
Aabed adbf37d8b2 Adding userPassword to parameters list (#1400) 2017-06-28 21:21:29 -07:00
Eduardo Silva 64007dd6cc Update to Fluent Bit v0.11.11 (#1398)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
2017-06-28 21:18:35 -07:00
Chris Knowles 6ddbd9aab7 [stable/traefik] RBAC support for Traefik (#1225)
* RBAC support for Traefik

For https://github.com/kubernetes/charts/issues/948.

When switching RBAC from true to false, the `serviceAccountName` stays
as the Traefik specific one so set it to `default`. Not sure if this is
a Helm issue or further upstream.

* Bump the chart version to 1.4.0

* Additional note on k8s version for RBAC
2017-06-28 21:14:28 -07:00
Michael Venezia a47ef05e63 Fixing instructions to install chart (#1386) 2017-06-28 12:01:06 +02:00
William Denniss ee75d502f2 wordpress: Added mariadb connection test to wordpress chart. (#1156)
* Added mariadb connection test to wordpress chart.

* bump chart version
2017-06-28 10:16:24 +01:00
Timo 2bcb494f7e [stable/sentry] Fix sentry defaults (#1318)
* remove wrong static default port from ingress

* update defaults and readme to stable chart names
2017-06-26 22:18:36 +02:00
Daniel Rodriguez b5dd55d7c7 Add dask-distributed chart (#1224) 2017-06-26 22:10:57 +02:00
Tamal Saha 868eedebe1 Update Voyager chart for 3.0.0 release (#1363)
* Update Voyager chart for 3.0.0 release

* Pass service account name via ENV var

* Add appVersion

* Update major chart version
2017-06-26 22:08:27 +02:00
Adnan Abdulhussein 1ba823f7c3 Bump Helm version in repo-sync (#1378) 2017-06-26 21:19:14 +02:00
Eduardo Silva a4e4c90506 Upgrade Fluent bit 0.11.9 (#1296)
* [stable/fluent-bit] Update README for Minikube use case

Signed-off-by: Eduardo Silva <edsiper@gmail.com>

* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.9

This patch do the following changes:

  - Use the new Fluent Bit v0.11.9
  - Bump chart version to AppVersion 0.1.1
  - Update description keywords

For more details about Fluent Bit v0.11.9 changes, please visit the
following release notes:

  http://fluentbit.io/announcements/v0.11.9/

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.10 (v2)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
2017-06-26 18:05:26 +01:00
Ato Araki fee7023caf Fix persistent-volumes url (#1309) 2017-06-25 13:29:40 +02:00
Adnan Abdulhussein 8519d88e38 [stable/kubernetes-dashboard] add README (#1331) 2017-06-24 18:14:55 +02:00
Zhou Tao db189d910f change template file name from petset to statefulset for cockroachdb (#1273) 2017-06-24 17:36:19 +02:00
Scott Rigby 65f8d5bf10 [stable/wordpress] bump dependency mariadb 0.6.3 (#1359)
* wordpress bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:05:27 +01:00
Scott Rigby d089cbab88 [stable/testlink] bump dependency mariadb 0.6.3 (#1358)
* testlink bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:05:09 +01:00
Scott Rigby e4770709b0 [stable/redmine] bump dependency mariadb 0.6.3 (#1357)
* redmine bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:04:47 +01:00
Scott Rigby 34a8e433f8 [stable/prestashop] bump dependency mariadb 0.6.3 (#1356)
* prestashop bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:04:30 +01:00
Scott Rigby aff344f0a0 phpbb bump dependency mariadb 0.6.3 (#1355) 2017-06-24 14:04:12 +01:00
Scott Rigby 6b1a01c1f2 [stable/phabricator] bump dependency mariadb 0.6.3 (#1354)
* phabricator bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 14:03:57 +01:00
Scott Rigby 8eef54ad13 [stable/orangehrm] bump dependency mariadb 0.6.3 (#1351)
* orangehrm bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:53:51 +01:00
Scott Rigby 94f563493c [stable/osclass] bump dependency mariadb 0.6.3 (#1352)
* osclass bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:53:31 +01:00