Commit Graph
1362 Commits
Author SHA1 Message Date
Fábio Maia eddcd3618b [stable/mysql] Accept custom mysql config files (#1723)
* [stable/mysql] Accept custom mysql config files

* Fixed documentation
2017-08-15 09:08:35 -05:00
Sam Clinckspoor fe072f4e69 [stable/kube-lego]: add RBAC support (#1287)
* add kube-lego RBAC support

* Update to the new RBAC pattern

* Trim the role permissions

* bump the version
2017-08-15 08:40:51 -05:00
Robin Kearney 9047424a62 Adds a chart for the external-dns service (#1254)
* initial commit

* Moving to stable

* Some review fixes

* Typo

* More review comments

* Reflecting the change to a list

* Minor changes to version and description.

* This needs to be set to something.

* reflecting the change in values.yaml from the previous commit.

* Reflecting the move to `stable/`.

* Preventing global namespace collisions.

* Adding service account support.

* Renaming to avoid confusion

* Removing the this because it can cause problems.

* This was unintended, removing lets K8s use the default.

* Review fixes.

* Moving the majority of these into `extraArgs`.

I've picked the set of command line options we use in our rig, i.e. the
ones where we don't use the defaults. I /think/ this is a sane set.

* Minor tweaks

* Conform to standard RBAC pattern

* Update NOTES.txt

* Update README

* Make domainFilters a list
2017-08-15 08:27:30 -05:00
Dhilip 967a0e5d45 Promote initContainers to podspec (#1738) 2017-08-15 13:59:53 +01:00
Alexander Kachkaev 54f7501b4a [stable/traefik] Bump Traefik version to 1.3.5 (#1731) 2017-08-15 13:30:42 +01:00
Shane Starcher e84d9eb552 increasing name to 63 characters . (#1729) 2017-08-15 09:50:31 +01:00
Richard Lee c2021e341c Update gcloud-sqlproxy image tag (#1641)
* Update gcloud-sqlproxy image tag

* Fix up typo

* Update Chart.yaml
2017-08-14 17:52:49 -07:00
Oleh Ozimok 6491a007b6 fix coreos dns policy in cluster service mode (#1651)
* fix coreos dns policy in cluster service mode

* Bump chart version
2017-08-14 19:12:41 -05:00
sundbp d39f114084 jenkins: add optional LoadBalancerIP option. (#1568)
* jenkins: add optional LoadBalancerIP option.

To support running the master on a pre-allocated external IP we need to expose
the `loadBalancerIP` part of the service template.

* Update Chart.yaml
2017-08-14 16:49:15 -07:00
O. Yuanying e1dea71e72 [stable/kubernetes-dashboard] Add RBAC support (#1415)
* [stable/kubernetes-dashboard] Add RBAC support

* Bump chart version
2017-08-14 18:08:09 -05:00
Alistair Dutton a7e9c4a573 [stable/prometheus] Allow explicit NodePort value for prometheus (#1427)
* Added support for explicitly specifying the NodePort for the prometheus chart.

* Bump chart version
2017-08-14 14:56:02 -05:00
travishaagen 2ea776441e Prometheus Helm Chart ConfigMap override for alertmanager and server #1310 (#1311)
* Prometheus Helm Chart ConfigMap override for alertmanager and server (#1310)

* Bump chart version
2017-08-14 14:48:19 -05:00
James Sulinski c1ede62861 [stable/nginx-ingress] Add RBAC support (#1235)
* nginx-ingress: fix spacing for events

* Add RBAC support

* Add RBAC support for nginx-ingress

based on: https://github.com/kubernetes/charts/pull/1235

* Pull in new RBAC changes from https://github.com/kubernetes/ingress/commit/4618fd2f64a904b1949f1d0a9a76ebe6ab8cb719

* Move resourceNames to a value

* templates: use a range loop to render the resourceNames

* this produces the correctly formatted output we are looking for, specifically
  with regard to the extra carriage return which didn't want to be chomped away
  by the usual `-` method.

* Tweak RBAC

* Bump chart versions

* Fix README

* Restrict namespace RBAC if scoped
2017-08-14 14:27:46 -05:00
Michael Goodness 3c92abb4a7 [stable/cluster-autoscaler] New chart (#1587)
* Add cluster-autoscaler chart

* Allow release-name=chart-name

* Add stderrthreshold argument

* Drop logging args

* Delete scaleDown & skipNodes
2017-08-14 13:49:28 -05:00
Tony Zhao d7a33f8735 [sumologic-fluentd] make rbac service account name configurable (#1722)
* make rbac service account name configurable

* fixed test
2017-08-14 10:08:45 +02:00
Guang Ya Liu f3201ee9b6 Added svc type for prometheus. (#1412) 2017-08-13 20:28:53 +02:00
Bitnami Bot b5b42e43c2 [stable/magento] Release 0.4.12 (#1657)
* magento: update to `bitnami/magento:2.1.8-r0`

* magento: bump chart appVersion to `2.1.8`

* magento: bump chart version to `0.4.12`
2017-08-13 20:10:01 +02:00
Juha Vainikka 6525c871d6 Update Chart.yaml (#1616)
Update Chart.yaml metadata
2017-08-13 20:09:49 +02:00
Miles Fricker 8c317e58a7 [incubator/patroni] Bump etcd chart version (#1646)
* Bump etcd chart version

The new version of the etcd chart allows `storageClass` to be explicitly set.

* Bump patroni chart version
2017-08-13 20:08:44 +02:00
Sameer Naik a9b13d9d77 rethinkdb: fix chart deployment with PVCs turned off (#1712) 2017-08-13 20:04:18 +02:00
Sameer Naik ba518c2141 cockroachdb: fix invalid volume spec in StatefulSet resource (#1713) 2017-08-13 20:02:57 +02:00
tompizmor bcd3b83cd2 Update ghost chart to work with non-root ghost container (#1717)
* Update ghost chart to work with non-root ghost container

* Bump chart version and move busybox image and tag to values.yaml

* Change volumePermissions init-container structure in values.yaml
2017-08-13 20:01:31 +02:00
Sameer Naik 0049b8852b [stable magento] fix random password generator to include a number (#1718)
* magento: append a random number to the generated random password

Magento deployment fails of the password does not contain a number. When a
random password is generated, `randAlphaNum` does not gaurantee that the string
will contain a number.

This commit adds a helper function named `password` that returns the
user defined password if it exists or else generates a random password
with a random number appended to it.

* magento: bump version to 0.4.12
2017-08-13 19:57:12 +02:00
Eric 15bea92ab0 Add metabase chart (#1617) 2017-08-13 19:52:51 +02:00
Cong Nguyen 720747a0c6 Fix: (sentry) user.email not used in user-create job (#1558) 2017-08-13 19:18:45 +02:00
Reinhard Nägele 0f7e04bc02 [stable/mailhog] Allow multiple ingress hosts and update Chart.yaml (#1590)
* [stable/mailhog] Allow multiple ingress hosts and update Chart.yaml

* Update ingress template
2017-08-13 19:17:26 +02:00
Jonathan Stacks 899dae1e54 Allow consul's gossip encryption to be turned off (#1512) 2017-08-13 19:07:27 +02:00
Alexander Kachkaev c01a9e4642 [stable/traefik] Add an option to show recent errors in the dashboard (#1575) 2017-08-13 19:06:56 +02:00
Jakub Dlugolecki 34bfb33052 Add persistence.existingClaim and persistence.subPath options (#1526) 2017-08-13 19:03:51 +02:00
Juned Memon 97dee7894b Added check-mk chart to incubator (#1486)
* Added check-mk chart to incubator

* Changed Name to gitusername
2017-08-13 19:00:21 +02:00
Scott Rigby 0f18e4a1e7 [stable/prestashop] bump dependency mariadb 0.7.0 (#1705)
* [stable/prestashop] bump dependency mariadb 0.7.0

* Bump stable/prestashop version
2017-08-13 15:18:02 +02:00
Scott Rigby c4593d98ee [stable/moodle] bump dependency mariadb 0.7.0 (#1688)
* [stable/moodle] bump dependency mariadb 0.7.0

* Bump stable/moodle version
2017-08-13 15:17:39 +02:00
Scott Rigby ea20cabf1c [stable/drupal] bump dependency mariadb 0.7.0 (#1682)
* [stable/drupal] bump dependency mariadb 0.7.0

* Bump stable/drupal version
2017-08-13 15:15:58 +02:00
Scott Rigby f4ff32cc64 [stable/phpbb] bump dependency mariadb 0.7.0 (#1694)
* [stable/phpbb] bump dependency mariadb 0.7.0

* Bump stable/phpbb version
2017-08-13 15:15:22 +02:00
Scott Rigby 80ce5c66c3 [stable/ghost] bump dependency mariadb 0.7.0 (#1683)
* [stable/ghost] bump dependency mariadb 0.7.0

* Bump stable/ghost version
2017-08-13 15:11:09 +02:00
Scott Rigby 65cbdaf28f [stable/jasperreports] bump dependency mariadb 0.7.0 (#1684)
* [stable/jasperreports] bump dependency mariadb 0.7.0

* Bump stable/jasperreports version
2017-08-13 15:10:59 +02:00
Scott Rigby 828c0a4cc7 [stable/joomla] bump dependency mariadb 0.7.0 (#1685)
* [stable/joomla] bump dependency mariadb 0.7.0

* Bump stable/joomla version
2017-08-13 15:10:44 +02:00
Scott Rigby 66757696ef [stable/magento] bump dependency mariadb 0.7.0 (#1686)
* [stable/magento] bump dependency mariadb 0.7.0

* Bump stable/magento version
2017-08-13 15:10:28 +02:00
Scott Rigby adadb9e0ef [stable/mediawiki] bump dependency mariadb 0.7.0 (#1687)
* [stable/mediawiki] bump dependency mariadb 0.7.0

* Bump stable/mediawiki version
2017-08-13 15:10:18 +02:00
Scott Rigby 96536ef943 [stable/opencart] bump dependency mariadb 0.7.0 (#1689)
* [stable/opencart] bump dependency mariadb 0.7.0

* Bump stable/opencart version
2017-08-13 15:10:01 +02:00
Scott Rigby de040ec0e2 [stable/orangehrm] bump dependency mariadb 0.7.0 (#1690)
* [stable/orangehrm] bump dependency mariadb 0.7.0

* Bump stable/orangehrm version
2017-08-13 15:09:53 +02:00
Scott Rigby 7b2a84ed70 [stable/osclass] bump dependency mariadb 0.7.0 (#1691)
* [stable/osclass] bump dependency mariadb 0.7.0

* Bump stable/osclass version
2017-08-13 15:09:43 +02:00
Scott Rigby 4781afc3e6 [stable/owncloud] bump dependency mariadb 0.7.0 (#1692)
* [stable/owncloud] bump dependency mariadb 0.7.0

* Bump stable/owncloud version
2017-08-13 15:09:33 +02:00
Scott Rigby 017a3666c9 [stable/phabricator] bump dependency mariadb 0.7.0 (#1693)
* [stable/phabricator] bump dependency mariadb 0.7.0

* Bump stable/phabricator version
2017-08-13 15:09:22 +02:00
Scott Rigby b737f9bfa9 [stable/redmine] bump dependency mariadb 0.7.0 (#1695)
* [stable/redmine] bump dependency mariadb 0.7.0

* Bump stable/redmine version
2017-08-13 15:09:03 +02:00
Scott Rigby fa6f50e78e [stable/sugarcrm] bump dependency mariadb 0.7.0 (#1696)
* [stable/sugarcrm] bump dependency mariadb 0.7.0

* Bump stable/sugarcrm version
2017-08-13 15:08:41 +02:00
Scott Rigby 15bd21a909 [stable/suitecrm] bump dependency mariadb 0.7.0 (#1697)
* [stable/suitecrm] bump dependency mariadb 0.7.0

* Bump stable/suitecrm version
2017-08-13 15:08:19 +02:00
Scott Rigby ee2926389b [stable/testlink] bump dependency mariadb 0.7.0 (#1698)
* [stable/testlink] bump dependency mariadb 0.7.0

* Bump stable/testlink version
2017-08-13 15:08:09 +02:00
Scott Rigby f0ca88eb92 [stable/wordpress] bump dependency mariadb 0.7.0 (#1699)
* [stable/wordpress] bump dependency mariadb 0.7.0

* Bump stable/wordpress version
2017-08-13 15:07:47 +02:00
Yago Nobre b65b20508b Feature/grafana node tolerations (#1637)
* feat(deployment) add taint toleration to server

* fix typo in README

* change nodeSelector and toleration ident

* fix typo

* bumped grafana chart version

* Turned default for tolerations into an empty list
2017-08-13 14:51:14 +02:00