* Updated image for Elasticsearch 6 support, removed supervisord since k8s deployments provide that capability already, and added apiVersion to support helm upgrades
* added new dockerfile source repo to sources list for the Helm chart
* removed obsolete repo from helm Chart source list
* conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot
* conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot
* change maintainer format
* Add support for user defined fluentd configuration to sumologic
fluentdUserConfig can be used to pass in additional configuration files to fluentd
* Rename configmap
* Namespace all helper vars
* Fix name of fluentd configmap
* Base configmap name on fullname
* Add a stable Helm chart for MetalLB.
* Comment out the resource limits, per style guide.
* Bump MetalLB version to 0.4.1.
(Not bumping chart version, since there's no merged chart at 0.1.0 yet)
* Change my name to github username.
* Use the metallb.chart template for chart names.
* Remove helmLabels as a configurable value.
We'll generate "clean" manifests some other way in metallb.
* Make Prometheus scrape annotations optional, defaulting to false.
* Conform to Helm service account practices.
* Add standard Helm labels to all objects, and use templated names.
* Use the release's namespace, and don't create a namespace.
* Pass in the config NS/name to controller and speaker.
Also bump appVersion to 0.4.3, I added the appropriate flags there.
* Fix CircleCI lint error.
* Remove namespace, add small fixes
* [stable/gocd] Move the GoCD Helm Chart to stable.
* Add a Owners file.
* Change the icon url
* Add new line at the end of Chart.yaml in incubator/gocd.
* Update the gocd.name and gocd.fullname in _helpers.tpl
* Change the app label in cluster role, cluster role binding and service account to use gocd.name as per conventions.
* Make changes to stable/gocd.
* Undo the changes in incubator/gocd
Aws credentials are now stored in ~/.aws/, mounted from a secret.
This layout enables specifying a role_arn in case assume roles
creds are used. Update README with the new value aws.roleArn.
Also add image.pullSecrets in case an image needs to be customized.
* added option to enable/disable redis AUTH
* fixed default values
* chart version incremented to 2.0.2
* added option for user to set own password
* added new line to the end of values.yaml
* auth turned off by default
* fixing version, default values and refs
* version fixes
* redis tag changed to 4.0.8r0
* stable/influxdb: fix password generation
The randAscii function can create passwords containing single quoutes
which lead to broken installations when installing with auth enabled.
This is a possible fix for #4132
* stable/influxdb: increase version for green checks
* Use the correct service name when specifying the ingress backend
When utilizing the ingress generated by the chart, the serviceName used
by the ingress differs from the name used while generating the
Service.
This PR corrects that, by using the same template function in both
locations.
* Increment version in Chart.yaml
* preso chart
* circle ci comments
* Code review comments:
- use int function instead of using float
- simpler template
- fix list indent
* Fix initialDelaySeconds indentation
* Several changes in support of improved helm functionality
1. Bring container to latest stable versioned release
2. Add timezone option setting
3. Add Day of Week/Time of Day exclusions
4. Update readme with new options and version bump
* Fixes for comments in PR:
* Addresses version bump to future version, per linki request
* Adjusts values.yaml to match previous style, removing conditionals for new flags
* Drop flag from chart/docs
* Drop chart version to 0.7.0 per Linki
* Add excludedDaysOfYear for new container version
* [stable/chaoskube]: fix typos in values.yaml
* [stable/chaoskube]: document new config options
* [stable/chaoskube]: add owners file
* phabricator: update to `bitnami/phabricator:2018.10.0-r0`
* phabricator: bump chart appVersion to `2018.10.0`
* phabricator: bump chart version to `0.5.17`