Commit Graph
2661 Commits
Author SHA1 Message Date
pontusarfwedson d419cb7bee Added nodeSelector to Concourse worker (#3876)
* Added additionalSpec to values and statefulset template

* conflict resolve

* Bumped chart version

* added space to comment

* replaced additionalSpec with more finegrained nodeSelector
2018-02-28 13:19:46 -08:00
jonathan.striebel ac3aa9fe6f postgresql: added postgresConfig value to specify runtime config parameters (#3780) 2018-02-28 13:09:45 -08:00
Levi Thornton 3aaf81b558 [incubator/kafka] Makes persistence fully configurable (#3721)
* Makes kafka persistentVolume configurable

* Downgrades version to 0.3.0

* Cleans up

* Fixes indentation

* Adds missing spaces for helm lint

* Goes back to volumeClaimTemplates to support scaling

* Adds missing whitespace eater

* Follows best practices for defining storageClassName
2018-02-28 13:03:47 -08:00
Tim Stoop 90129b8d60 Improve documentation regarding authentication. (#3903)
I spend some time figuring out why my credentials weren't working, this
small piece of information would have been very welcome.
2018-02-28 12:17:46 -08:00
Bitnami Bot c6969c3f7a [stable/phabricator] Release 0.5.15 (#3921)
* phabricator: update to `bitnami/phabricator:2018.8.0-r1`

* phabricator: bump chart version to `0.5.15`
2018-02-28 11:58:46 -08:00
Simon Wydooghe 193524af62 [stable/traefik] Add affinity config option (#3872)
* Add affinity config option
* Bump chart version
2018-02-28 11:46:47 -08:00
Ben Drucker c08cd256cb [stable/sumokube] enable customization of DaemonSet's UpdateStrategy (#3885)
* [stable/sumokube] enable customization of DaemonSet's UpdateStrategy

* defaults to `OnDelete`
* optionally can be set to `RollingUpdate`

https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/

* Remove extra trailing newline

* Bump version to 0.1.2
2018-02-28 11:37:48 -08:00
Kay Yan 875bad801e fix-typo-in-acs-engine-autoscaler-readme (#3889) 2018-02-28 11:23:45 -08:00
Shane Starcher 7326540610 [traefik] - updating to use the latest chart template fullname format (#3867)
* updating to use the latest chart template fullname format

* update name helper for traefik

* adding fullnameoverride to readme
2018-02-28 10:59:47 -08:00
Jon Bardin b458e05b38 Add toleration values to newrelic infra chart (#3887)
* allow daemonset tolerations to be set via values

* Add docs for toleration support

* values must be an empty array

* bump chart version as required

* rename values parameter to better align with other charts

* reformat text to display better in plain mode
2018-02-28 10:54:48 -08:00
Christoph Maser 8822d58b5d [incubator/jeager] update jeager image versions (#3798) 2018-02-28 09:13:45 -08:00
Valerii Shyian cd560e4f44 Add bitcoind cryptocurrency chart (#3644)
* Add bitcoind cryptocurrency chart

* Add fixes from PR #3644 comments

* Update source Docker image and volumes mounts

* Update readme with default values, add docker source

* Add test net p2p port: 18333

* Fix/apply requested changes

* Update image values and README, add default helmignore

* Fix typo
2018-02-28 08:19:48 -08:00
Bitnami Bot 6b277a2200 [stable/testlink] Release 0.4.17 (#3906)
* testlink: update to `bitnami/testlink:1.9.16-r9`

* testlink: bump chart version to `0.4.17`

* Bumping the chart version
2018-02-28 03:08:46 -08:00
Bitnami Bot 9d9ffe76ff [stable/parse] Release 0.3.6 (#3900)
* parse: update to `bitnami/parse-dashboard:1.1.2-r1`

* parse: bump chart version to `0.3.6`
2018-02-28 03:03:47 -08:00
Reinhard Nägele 3343a58903 [stable/nginx-ingress] Add affinity and pod disruption budget (#3731)
* [stable/nginx-ingress] Add affinity and pod disruption budget

* Update Chart.yaml
2018-02-27 23:10:46 -08:00
Sebastian Melchior 74d83e916a [stable/redis-ha] add rbac for redis-ha chart (#3405)
* add rbac for redis-ha

* adapt redis-ha to match rbac policies

* update readme and fix serviceAccount invocation
2018-02-27 23:07:46 -08:00
Adam Netočný ca6136ebb1 [stable/mongodb-replicaset] Upgrade to MongoDB 3.6 (#3897)
* Upgrade MongoDB to 3.6

* Bump version.
2018-02-27 13:33:46 -08:00
JMLizano 307d6cc8c2 [incubator/kafka] Fix schema registry dependency collision (#3869)
* Fixed dependency collision when enabling schema-registry

* Added newline to end of values.yaml

* Removed duplicated commits

* Removed schema-registry as dependency to avoid circular dependency collision

* Fixed lint error on values.yaml
2018-02-27 13:24:45 -08:00
Federico Nusymowicz cb8da6f36b [incubator/zookeeper] Makes persistence fully configurable (#3720)
* Makes zookeeper persistence fully configurable

* Cleans up docs

* Cleans up docs

* Uses volume templates to support scaling

* Cleans up docs

* Cleans up docs

* Follows best practices for defining storageClassName
2018-02-27 13:10:46 -08:00
Varsha Varadarajan ec0d131fcf [incubator/gocd] Change the deployment strategy, minor changes in defaults, fixes in PVC. (#3711)
* [GoCD Helm Chart] Minor changes in defaults, fixes in PVC.
* Have a server only deployment by default. GoCD agents can be deployed on the cluster using agent.replicaCount.
* Enable ingress by default.
* Enable dynamic provisioning of persistence on the server through the default storage class.
* Change the default failure threshold to 10, reduce initial delay for liveness and readiness probe.
* Minor fixes to the README.
* Bump up version to 0.1.1

* Add a role, service account, associate service account with the role - role binding.

* Add an rbac section in the readme.

* Provide event and node level permissions to the cluster role.

* Use deployment strategy recreate for the GoCD server deployment.
* Provide the gocd cluster role permissions to list namespaces
* Improvements to the Notes

* Increment chart version.

* Follow rbac best practices.

* Update the serviceAccount.name's default value in the README.
2018-02-27 13:02:46 -08:00
Lachlan Evenson 1bf5c4eca5 Bumped helm release for e2e tests (#3907) 2018-02-27 11:17:47 -08:00
Lingming Xia 2f31268532 fix typo in README.md (#3687)
* fix typo in stable/lamp/README.md

* Incrementing the chart version

* Removing extra line I accidently added
2018-02-27 10:09:46 -08:00
Joshua Harshman da3d8ae974 consul-readability - seperate resources (#3078)
* consul-readability - seperate resources

make easier to read and by putting each resource in it's own file

* consul-readability - update version to 1.1.3
2018-02-27 10:04:47 -08:00
FanYang 17120c6426 some typo (#3695) 2018-02-27 09:58:47 -08:00
Matt Farina 3276072c42 Convert registry to k8s.gcr.io (#3167) 2018-02-27 09:53:45 -08:00
Galit Nadler df29e07e8e Update README.md with correct default value (#3877)
* Update README.md

The nginx.enabled default value is 'true' and not 'false' as written

* Bumping chart version
2018-02-27 09:49:47 -08:00
tompizmor e7a1dbf858 [stable/testlink] Fix default SMTP configuration (#3905) 2018-02-27 09:41:44 -08:00
Bradley Weston ca629cc950 Update CircleCI Python image (#3742)
Update CircleCI Python image to `3.6.4` and `3.6.2` no longer exists.
2018-02-27 09:36:45 -08:00
Michael van Tricht 624c58299d Update postgresql chart maintainers. (#3893)
* Update postgresql chart maintainers.

* Bumping chart version
2018-02-27 09:33:45 -08:00
Simon Wydooghe a6f97c1ff8 [stable/traefik] Fix version info (#3891)
* This fixes the version info in Chart.yaml, values.yaml and README.md.
* Bump chart version to 1.21.1.
2018-02-27 09:29:46 -08:00
Lachlan Evenson cd05dd99cd Jenkins - bump test timeouts (#3886)
* Update test timeout

* Bumped chart version
2018-02-27 09:25:46 -08:00
Bitnami Bot 9903c29fff [stable/magento] Release 0.6.3 (#3904)
* magento: update to `bitnami/magento:2.2.3-r0`

* magento: bump chart appVersion to `2.2.3`

* magento: bump chart version to `0.6.3`
2018-02-27 09:19:46 -08:00
Tamal Saha c2b140d354 Publish swift chart 0.7.2 (#3895) 2018-02-27 09:13:48 -08:00
Taylor Smith e7bbc4d825 [spinnaker] apply deck port configuration (#3836)
* [spinanker] apply deck port configuration

* increment version to 0.3.14

* Update Chart.yaml

* Quote deck port
2018-02-27 09:06:44 -08:00
Etienne 185159020e [stable/rabbitmq-ha] Enable custom plugin configuration (#3759)
* Enable custom plugins

* Follow RBAC best practices
2018-02-27 08:58:45 -08:00
Bitnami Bot 2b446b2e94 [stable/phabricator] Release 0.5.13 (#3878)
* phabricator: update to `bitnami/phabricator:2018.8.0-r0`

* phabricator: bump chart appVersion to `2018.8.0`

* phabricator: bump chart version to `0.5.13`
2018-02-27 02:44:46 -08:00
Lachlan Evenson 1c106b9c86 Add OWNERS to jenkins chart (#3881)
* Add OWNERS to jenkins chart

* Bumped chart version
2018-02-27 02:09:45 -08:00
Federico Nusymowicz 6d64fac109 Allows alternate scheduler for zookeeper statefulset (#3804) 2018-02-26 14:49:44 -08:00
Tamal Saha 5b68734e57 Add OWNERS file for appscode published charts (#3882) 2018-02-26 12:10:43 -08:00
Benjamin W. Smith da59a7a3fe [spinnaker] Make Jenkins optional (#3626)
* Make Jenkins optional

Some organizations may not use jenkins.

- Adds jenkins.enabled
- Load requirements, hooks, and config maps if jenkins
enabled

Update dependencies

bump chart version

Actually bump version

* Add jenkins.enabled value to stable/spinnaker

* Update Jenkins

* Update requirements.lock

* Use new config override mechanism

* Remove Jenkins test from Spinnaker chart
2018-02-26 12:04:45 -08:00
Sam Merry f616af436b [stable/phabricator] add ingress and support reverse proxy tls (#3370)
* [stable/phabricator] add ingress and support reverse proxy tls

* updating readme and removing preamble.php volume

* fixing readme

* adding expression to pull pod

* bumping version to fix tests

* adding ingress values to readme

* updated to nil and removed duplicate entry
2018-02-26 08:15:43 -08:00
Nitish Tiwari 69b5750ddb Update Minio chart to latest release RELEASE.2018-02-09T22-40-05Z (#3709) 2018-02-26 02:30:43 -08:00
Joshua Dotson f9826507a1 [incubator/logstash] Revamp logstash from Deployment to StatefulSet to support Persisted Queues (#3844)
* [incubator/logstash] Revamp logstash as scraped StatefulSet

* Give boilerplate for kafka input and output.
* Default to no functional dependency on elasticsearch.
* Prepare for persisted queues use case by default.
* Configure logstash via env var instead of configmap.
* Prepare for real HTTP ingress.
* Disable legacy syslog protocols by default, keep boilerplate.
* Nominate `beats` as the only non-HTTP default input.
* Support exposing non-HTTP TCP ports via internal-to-VPC ELB.
* Parameterize many prod-centric settings.
* Support easy Prometheus scraping of logstash_exporter running in each pod.
  * https://github.com/BonnierNews/logstash_exporter
* Upgrade to logstash-oss:6.2.2
* Use logstash health API for logstash health checks

* [incubator/logstash] Fix missing backquotes in README

* [incubator/logstash] Apply more logstash best practices

- Set default pipeline to beats->ES
- Include official boilerplate for ES output (when beats input)
- Give example of private zone dns record for internal ELB.
- Disable HTTP input by default, RE: beats as default input.
- Describe multi-pipeline usage recommendations.
- Show NOTES.txt for HTTP only when applicable.

* [incubator/logstash] Refining PR #3844 per review comments

- Reverse erroneous addition of josdotso as maintainer.
- Add notes on best practice of loading beats-generated.
  index-template into elasticsearch.
- Refactored AWS-specific annotations as examples at values file.
- Reworked `serviceAwsLoadBalancerInternal` as agnostic `serviceLoadBalancer`.
- Simplified name of serviceLoadBalancer template and resource.
- Implemented storageClass best practices at values and statefulset.

* [incubator/logstash] Fix minor typos at README

* [incubator/logstash] Remove service-lb; Support service annotations.
2018-02-25 23:35:43 -08:00
Simon Wydooghe cf0c30b3d2 [stable/traefik] Add HTTP-01 challenge + anonymous data collection (#3838)
* [stable/traefik] Add support for HTTP-01 challenge

* [stable/traefik] Add anonymous usage data option

* [stable/traefik] Minor version bump to 1.20.0

* [stable/traefik] Bump default Traefik version to v1.5.2
2018-02-25 23:09:42 -08:00
Kaveh Mousavi Zamani 0f4ddae19a [stable/aerospike] Add cmd and args options to Aerospike config (#3856)
* [stable/aerospike] Add cmd and args options to Aerospike config

* Add cmd and args to aerospike config. Having these, for example, we can modify /etc/aerospike/aerospike.conf for each pod now.
  This method helps to have custom settings on each pod and to have more dynamic setup.

* Changing the maintainer to my personal email.

* Bumbing the aerospike chart version to 0.1.7

* [stable/aerospike] Add command and args conditionally

* Empty commit to trigger CircleCI
2018-02-25 11:50:43 -08:00
Roy Hvaara 328e15ac64 Update readme to reflect move from incubator to stable for cockroachdb (#3858)
* Update readme to reflect move from incubator to stable for cockroachdb

* Bump chart version

* Update Chart.yaml
2018-02-25 11:45:44 -08:00
Alex Robinson 40ff0dbac8 Bump CockroachDB version to v1.1.5 (#3769)
Also remove two unused variables that I forgot to remove as part of
fa2ab88d8f
2018-02-25 11:36:43 -08:00
Graham Hayes cde6e496d6 Fix typo in Quassel README (#3868) 2018-02-25 10:22:44 -08:00
Kiall Mac Innes ec80808390 [stable/jenkins] Add fullnameOverride support (#3705)
* [stable/jenkins] Add fullnameOverride support

Add support for a fullnameOverride paramater to the Jenkins chart, matching
the pattern used by several other charts, as well as by the `helm create`
template chart.

* Fix Jenkins test

* [stable/jenkins]: document nameOverride and fullnameOverride

* [stable/jenkins]: Add nameOverride and fullnameOverride to values.yaml
2018-02-25 10:08:43 -08:00
allam 27aa93fc57 Change rbac.create default to true and update README (#3813) 2018-02-24 11:07:45 -08:00