Commit Graph
1881 Commits
Author SHA1 Message Date
Bitnami Bot b44304bc3d [stable/redis] Release 1.1.13 (#3815)
* redis: update to `bitnami/redis:4.0.8-r1`

* redis: bump chart version to `1.1.13`
2018-02-22 08:22:40 -08:00
Bitnami Bot 187e3b6af8 [stable/rabbitmq] Release 0.6.21 (#3814)
* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r6`

* rabbitmq: bump chart version to `0.6.21`
2018-02-22 07:46:41 -08:00
Bitnami Bot cc8362228b [stable/owncloud] Release 0.5.5 (#3783)
* owncloud: update to `bitnami/owncloud:10.0.7-r0`

* owncloud: bump chart appVersion to `10.0.7`

* owncloud: bump chart version to `0.5.5`
2018-02-22 07:04:40 -08:00
Bitnami Bot f731d2b1d4 [stable/rabbitmq] Release 0.6.19 (#3808)
* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r1`

* rabbitmq: bump chart version to `0.6.19`

* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r2`

* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r3`

* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r4`

* rabbitmq: update to `bitnami/rabbitmq:3.7.3-r5`

* rabbitmq: bump chart version to `0.6.20`
2018-02-22 07:00:41 -08:00
Bitnami Bot a9cb9e4feb [stable/drupal] Release 0.11.7 (#3803)
* drupal: update to `bitnami/drupal:8.4.5-r0`

* drupal: bump chart appVersion to `8.4.5`

* drupal: bump chart version to `0.11.7`
2018-02-22 02:34:39 -08:00
Bitnami Bot 3300b9618e [stable/ghost] Release 2.1.12 (#3793)
* ghost: update to `bitnami/ghost:1.21.3-r0`

* ghost: bump chart appVersion to `1.21.3`

* ghost: bump chart version to `2.1.12`

* ghost: update to `bitnami/ghost:1.21.3-r1`

* ghost: update to `bitnami/ghost:1.21.3-r2`

* ghost: update to `bitnami/ghost:1.21.3-r3`
2018-02-21 07:37:38 -08:00
Paul Czarkowski 5b7cc97812 [stable/percona-xtradb-cluster] move files outside configmaps (#3704)
* [stable/percona-xtradb-cluster] move files outside configmaps

Having the scripts and default config file embedded in the configmaps
makes them harder to work with / indent correctly / etc.

By moving them to external files and then having helm pull them in as
needed makes it easier to work with.

* use .files.get for external files
2018-02-20 20:50:39 -08:00
Julio H Morimoto b1521b3d98 Adds dnsPolicy as an option to nginx-ingress-controller in values.yaml (#3663)
* Adds dnsPolicy as a controller option to values.yaml and places an explicit definition into the Pod templates for Deployments and DaemonSets.

* Fix space before comment

* Fix chart version

* Changed values.yaml to include a defaut option to dnsPolicy, instead of using the 'default' function inside the template.

* Changed values.yaml to include a defaut option to dnsPolicy, instead of using the 'default' function inside the template.
2018-02-20 20:41:39 -08:00
lead4good b247088553 [stable/lamp] fixed missing load mpm event module in apache conf (#3616)
* fixed missing load mpm event module in apache conf

* increment version

* changed alpine version to 2.4.29 (stable)

* fixed typos as of #3548. thx to @adolphwq
2018-02-20 20:37:39 -08:00
Ducas Francis 6967d2a4a5 add external-dns txt-prefix param to deployment and readme (#3686)
* add external-dns txt-prefix param to deployment and readme

* increment chart version
2018-02-20 12:14:38 -08:00
Diego Molina 06aca0cde6 Upgrading Chart to Selenium 3.9.1 (#3760) 2018-02-20 07:02:38 -08:00
Dmytro Kozlovskyi ddce4afd8d [stable/prometheus] Allow set securityContext for node exporter pods (#3734)
* Allow set securityContext for node exporter pods

* Fix warnings when deploying pushgateway

* Update Chart.yaml

Increase version
2018-02-20 06:52:38 -08:00
matjazp ef3ebcd039 [stable/minio] Add persistence.existingClaim (#3744)
* minio - add existing PVC

* delete extra {{end}}

* fix trailing space
2018-02-20 06:46:38 -08:00
Jainish Shah a5376da2a7 [stable/artifactory] upgraded Artifactory version (#3692)
* 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

* updated version to 5.4.5

* Artifactory version 5.5.1

* updated version 5.5.2

* updated chart version

* Added space in comment

* updated version to 5.6.2

* [stable/artifactory-ha]  adding chart for JFrog Artifactory High Availability

* removed artifactory-ha chart

* upgraded Artifactory version to 5.8.4

* bumped chart version

* removed new line char to fix test

* no message
2018-02-20 06:22:38 -08:00
Christoph Hösler f9cad1de7a feature(prometheus): allow path element in ingress values (#3546) 2018-02-20 06:10:38 -08:00
Bitnami Bot b3a825abd3 [stable/phabricator] Release 0.5.11 (#3778)
* phabricator: update to `bitnami/phabricator:2018.7.0-r0`

* phabricator: bump chart appVersion to `2018.7.0`

* phabricator: bump chart version to `0.5.11`
2018-02-20 03:09:38 -08:00
Michal Cwienczek fe9a11bfff [Prometheus] Updated cAdvisor endpoint (#3684)
* Updated values.yaml cadvisor endpoint

Updated cadvisor scape endpoint so that it is compatible with Kubernetes 1.7.3+
See more here https://github.com/prometheus/prometheus/issues/3181#issuecomment-329927699

* Added extensive description about the problem with cadvisor

* Bumped chart version

* Removed trailing spaces

* Update Chart.yaml
2018-02-19 21:56:38 -08:00
Mike 7fd40f7373 fix typos (#3655)
* fix typos

* Update Chart.yaml

* Update Chart.yaml
2018-02-19 21:51:38 -08:00
anniedy 481a7c5a16 Typo fix: documentaion -> documentation (#3690)
* Update README.md

* Update Chart.yaml
2018-02-19 21:40:37 -08:00
Lingming Xia 73eec619c6 fix typo in stable/phpbb/README.md (#3688) 2018-02-19 21:35:38 -08:00
brando 06ad2998d4 Mount arbitrary configmaps as files. (#3774) 2018-02-19 21:12:38 -08:00
Anton Malinskiy 24a9f2d738 [stable/rethinkdb] Support rbac (#3436)
* Add rbac support to rethinkdb

* Bump version of rethinkdb chart

* Fix lint errors

* Update according to new RBAC best practices

* Add app, chart, release, heritage labels to ClusterRole and ClusterRoleBinding

* use template "rethinkdb.chart" for consistency
2018-02-19 21:05:38 -08:00
Bitnami Bot 28f9fd791f [stable/drupal] Release 0.11.6 (#3765)
* drupal: update to `bitnami/drupal:8.4.4-r2`

* drupal: bump chart version to `0.11.6`
2018-02-19 18:10:37 -08:00
Adarsh J 2227c3ee24 [stable/concourse] Fix substitutions - {} with () in args (#3758)
* Upgrade the chart version
2018-02-19 18:04:37 -08:00
Bitnami Bot 5b97c42848 [stable/ghost] Release 2.1.11 (#3740)
* ghost: update to `bitnami/ghost:1.21.2-r0`

* ghost: bump chart appVersion to `1.21.2`

* ghost: bump chart version to `2.1.11`

* ghost: update to `bitnami/ghost:1.21.2-r1`

* Fix wrong image revision
2018-02-19 17:49:38 -08:00
Thomas Liddle 1fbd54af09 [mssql-linux] Added feature for persistence and updated README.md (#3677)
* Added feature for persistence and updated README.md

* Updated values.yaml to correct default persistence values

* Create separate pvc files for db data and db transaction logs

* Fixed typos in pvc-tranlog.yaml
2018-02-19 17:22:37 -08:00
Lori M Olson 3c61aa3492 [stable/kong] Added support for service annotations (#3716)
* [stable/kong] Added support for service annotations

* Oops
2018-02-18 03:07:37 -08:00
Naveen fafc9dac7d Changes for prometheus ingress RBAC. (#3722)
* Changes for prometheus ingress RBAC.

* Incremented the chart version.
2018-02-18 02:46:37 -08:00
Lihua Tang 1563387b07 Fix typos: seperated -> separated (#3712) 2018-02-18 02:39:37 -08:00
Spencer Smith fe9e20e508 [etcd-operator] ensure service account names match if creating rbac (#3523)
* ensure service account names match if creating rbac

* decouple svc accts from rbac create logic

* svc account names should be empty by default

* leverage helpers for svc acct names

* don't camel case helper functions

* Update Chart.yaml
2018-02-18 01:51:37 -08:00
Corey O'Brien c0f20e6a34 [stable/consul] Clustering improvements (#3508)
* [stable/consul] Don't include self in peer list

* [stable/consul] Disable keyring file

* Bump stable/consul version
2018-02-18 01:47:37 -08:00
Simon Tesar 87e5bdf483 Add support for multiple replicas and anti affinity to grafana (#3476) 2018-02-15 15:14:40 -08:00
Kevin J. Qiu d4874121e2 [stable/traefik] Allow DNS challenge to be used for getting Letsencrypt Certificate (#1299)
* Allow dnsProvider to be specified

* Add optional environment variables to the traefik pod

* Update README for acme.dnsProvider

* Fix yaml spacing when Values.env is not provided

* Update Chart.yaml

* Add documentation for the dnsProvider configuration

* Add template for dnsprovider config secret

* Populate secrets

* Inject dns provider config into the pods via env vars

* Increment chart version

* Fix markdown anchor

* Comment out placeholders in the values file

* Fix lint

* Add route53 and azure dns provider values

* Use discriminator to fetch the config values for providers

* Add other providers

* Update documentation

* Use $_ to indicate not used variable

* Allow dnsProvider to be specified

* Add optional environment variables to the traefik pod

* Update README for acme.dnsProvider

* Fix yaml spacing when Values.env is not provided

* Add documentation for the dnsProvider configuration

* Add template for dnsprovider config secret

* Populate secrets

* Inject dns provider config into the pods via env vars

* Fix markdown anchor

* Comment out placeholders in the values file

* Fix lint

* Add route53 and azure dns provider values

* Use discriminator to fetch the config values for providers

* Add other providers

* Update documentation

* Use $_ to indicate not used variable

* [stable/traefik] making DNS environment variables a map per-provider rather than a slice of maps per-provider.

* [stable/traefik] quote DNS provider secrets.

* Lint fix

* Increment version

* Use the correct name for google cloud for lego

* Bump version

* Use challengeType to distinguish the type of challenge to perform

* Fix syntax

* doc updates

* remove errant values.yaml section

* bump traefik version to 1.5.1

* use [acme.dnsChallenge] section

* bump chart minor version number again

another two prs were merged earlier, bringing
master up to 1.18.1. This PR should bring it
to 1.19.0
2018-02-14 11:32:50 -08:00
ejether 4514dd34ad Allowing configurable sslCertPath for cluster autoscaler (#3247)
* Allowing dynamic sslCertPath for cluster autoscaler

* adding documentation of the updated parameter

* bumping version for PR
2018-02-14 09:18:16 +01:00
liaoj 9a18373de9 Update README.md (#3667)
seperated -> separated
2018-02-13 15:31:50 -08:00
Sylvain Boily c848b98053 exposing the init container image in the config to allow the user from overriding it (#3698) 2018-02-13 15:17:50 -08:00
Sylvain Boily d27a21b58f adding toleration support for missing components (#3522) 2018-02-12 14:36:50 -08:00
Naveen a11b141158 Add mesh peer to prometheus alert service (#3681)
* enabling mesh peering for prometheus alert service.

* Incremented the chart version.

* Removed the trailing space.
2018-02-12 09:26:50 -08:00
Bitnami Bot 2c2f736b6c [stable/drupal] Release 0.11.5 (#3702)
* drupal: update to `bitnami/drupal:8.4.4-r1`

* drupal: bump chart version to `0.11.5`
2018-02-12 09:18:50 -08:00
Márk Sági-Kazár a62e2557d6 [stable/fluent-bit] Add extra volume and volume mount options (#3659)
* [stable/fluent-bit] Add extra volume and volume mount options

* Increase chart version
2018-02-12 08:08:49 -08:00
Vikram Hosakote ea6971b161 Update doc for nginx-ingress about externalIPs and hostNetwork=true (#3694)
* Added docs about externalIPs and hostNetwork=true

* Incremented the chart version for nginx-ingress
2018-02-12 05:46:48 -08:00
Lihua Tang 40191610c7 Fix typo: PostgresSQL -> PostgreSQL (#3693) 2018-02-12 05:42:49 -08:00
Philippe Schommers 6eca6fbfbd [stable/kubernetes-dashboard] Fix extraArgs documentation (#3675)
* [stable/kubernetes-dashboard] Fix `extraArgs`

* Update documentation
2018-02-10 12:53:51 -08:00
tompizmor 8fe77cbe75 Allow to configure readiness and liveness probes for MongoDB chart (#3620) 2018-02-10 12:50:50 -08:00
Tim Stoop a06985d56c Fix #3669. (#3673) 2018-02-10 12:46:50 -08:00
Sven Müller 6225191638 Adjust README to use stable chart repo (#3533)
* Adjust examples to use chart from stable repo.

* Adjust chart version.

* Fix default value in README.
2018-02-10 04:30:50 -08:00
Philippe Schommers 762a835442 [stable/kubernetes-dashboard] Add extraArgs to kubernetes-dashboard (#3587)
* Add `extraArgs` to `kubernetes-dashboard`

* Increment version to 0.5.3

* Add condition for `extraArgs` and documentation in `values.yaml`
2018-02-10 04:21:51 -08:00
Lihua Tang 265afc75f3 Fix typo: overide -> override (#3664) 2018-02-09 23:52:51 -08:00
matjazp 623055a835 [stable/external-dns] Fix Cloudflare config (#3660)
* fix cloudflare config

* bump chart version
2018-02-09 15:25:51 -08:00
David Tesar bbd67048a4 Updates to stable/msoms (#3658)
* latest oms values

* Add logpath, fix lint

* fix EOL lint
2018-02-09 15:22:52 -08:00