* Added additionalSpec to values and statefulset template
* conflict resolve
* Bumped chart version
* added space to comment
* replaced additionalSpec with more finegrained nodeSelector
* 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
* [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
* 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
* 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
* 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
* [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.
* 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
* 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`
* 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
* [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
* [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.
* [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
* [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
* [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