* added anniotations to values for prometheus scraping
* fixed helm lint error
* raised chart version
* added missing config values to README
* raised chart version again
* raised version
* moved annotations & tolerations in values.yaml
* Add version for webpagetest-server
Add version for webpagetest-server
* Typo fix in webpagetest-server/README.md
Typo fix in webpagetest-server/README.md
* Add Master.InitContainerEnv to allow sending env vars into init container
* Bump version
* remove unneccessary examples
* Add Master.ContainerEnv for additional env vars for the Jenkins container
* Update readme
* Readme example tweaks
* 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
* support for storage class
* no message
* bumped chart version
* fix to pass test
* no message
* Add version for fluentd-elasticsearch
Add version for fluentd-elasticsearch
* Typo fix in fluentd-elasticsearch/README.md
Typo fix in fluentd-elasticsearch/README.md
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