Commit Graph
1135 Commits
Author SHA1 Message Date
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
Scott Rigby e13df15741 [stable/owncloud] bump dependency mariadb 0.6.3 (#1353)
* owncloud bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:53:13 +01:00
Scott Rigby 041cacd0ce [stable/opencart] bump dependency mariadb 0.6.3 (#1350)
* opencart bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:52:46 +01:00
Scott Rigby b6f33fe6e8 [stable/magento] bump dependency mariadb 0.6.3 (#1347)
* magento bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:52:25 +01:00
Scott Rigby cd0fa456c0 [stable/mediawiki] bump dependency mariadb 0.6.3 (#1348)
* mediawiki bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:52:03 +01:00
Scott Rigby c4a11a2117 [stable/moodle] bump dependency mariadb 0.6.3 (#1349)
* moodle bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:51:46 +01:00
Scott Rigby fc8483c0ac [stable/joomla] bump dependency mariadb 0.6.3 (#1346)
* joomla bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:29:44 +01:00
Scott Rigby e4798a1b1b [stable/jasperreports] bump dependency mariadb 0.6.3 (#1345)
* jasperreports bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:29:00 +01:00
Scott Rigby ff11ac43b6 [stable/ghost] bump dependency mariadb 0.6.3 (#1344)
* ghost bump dependency mariadb 0.6.3

* Bump ghost chart version
2017-06-24 13:28:43 +01:00
Scott Rigby 21483ca966 [stable/drupal] bump dependency mariadb 0.6.3 (#1343)
* drupal bump dependency mariadb 0.6.3

* Bump chart version
2017-06-24 13:16:17 +01:00
Zach Aller 9101175fae Fix Cassandra chart for time consuming bootstraps (#1227)
When adding new nodes that require a longer bootstrap process due to having to stream data kubernetes will kill the pod because the livenessProbe from nodetool status will be UJ for a while so to mitigate that we can just run nodetool status to see if we get a response from cassandra for livenessProbe so kubernetes wont kill the pod and let the bootstrap continue but wont add the next statefulset until readinessProbe is successful where we check for UN.
2017-06-24 11:29:57 +02:00
Philip Champon 9d0c9be31d [redmine] add ingress (#1336)
* [redmine] add ingress

* add ingress for redmine
* simplify (?) options in readme
* upgrade postgres dependency to latest version

* fix warning and version

* add ingress.enabled, hostName to hostname
2017-06-22 23:19:23 +01:00
tobilarscheid e8bb6ebb42 [stable/jenkins] Use imageTag as version in config map (#1333)
* Use imageTag as version in config map

The version should not be hardcoded, instead we should use the version from the image the user is choosing to install.

* Bump minor version

Substituting the Jenkins version in the config xml is a new, backwards compatible feature.

* Update Chart.yaml
2017-06-22 15:24:28 +01:00