1. BUILD_NUMBER is deprecated and needed to be replaced for prow jobs
2. PULL_NUMBER is not available when batch jobs, including merges,
are executed. Need a fallback to avoid errors.
* 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