* Add kubeless chart
Text fixes in README
Fixes and improvements
* Several improvements for the kubeless helm chart
* Update app selectors and other minor fixes
* Apply Sameer feedback
* Disable kubeless ui component by default
* Unify indentation style
* Fix indentation in Chart.yaml
* [stable/concourse] Tune fatal errors.
Remove guardian.api.garden-server.run.failed from the list of fatal errors,
this can be triggered merely from configuring a task to run a command that
doesn't exist.
* Update Chart.yaml
* [stable/grafana] change default readinessProbe to /api/health
accessing to `/login` generates session file each time, while
`/api/health` doesn't.
See: https://github.com/grafana/grafana/issues/3824
* [stable/grafana] increment chart version to 0.5.6
* Add support for proxyProtocol.
* Modify version, increase minor due to feature add.
* Add a description regarding ProxyProtocol.
* Explain the new options.
* Documentation changes, as suggested.
* Add support for proxyProtocol.
* Add a description regarding ProxyProtocol.
* Explain the new options.
* Documentation changes, as suggested.
* Hopefully improve the explanation.
* Move some duplicated code to _helpers.
* Add starting space to appease CI.
* Fix README, fix Chart.
* Remove unnecessary comment.
* Explain how to set ELB to Proxy
* Change name of Docker credentials in Pod
Since the Docker registry credentials are mounted at ~/.docker/, the file should be named appropriately so the credentials are picked up by the Docker client.
* Bump chart version
* fix values comment spacing
* Increased probe timeout
When database is stoped brutally database can start with "FATAL: the database system is starting up".
Depending on the storage it may take more than 60 seconds to autofix and the POD will restart indefinitely.
* Increased version
* Update Chart.yaml
* stable/nginx-ingress: Make liveness and readiness probes configurable
* [stable/nginx-ingress] Added initialDelaySeconds for readinessProbe; corrected defaults in README.md
* [stable/kube-lego] kube-lego is in maintenance mode, in favor of cert-manager
* [stable/kube-lego] update Chart.yaml with note about deprecation
* [stable/kube-lego] change the note to link to the helm chart of cert-manager, since the user is looking at the helm README
* [stable/kube-lego] remove the required attribute for config.LEGO_EMAIL
this allows for the linter to pass. it's no longer so important now that this chart is deprecated
* [stable/kube-lego] update the Chart version
looks like our forked version was a bit too out-of-date to accept the previous version update
* [stable/kube-lego] add other notes about deprecation as per the best practice guide
* [stable/kube-lego] add back in a default email so the tests pass