* Apply security hardened defaults to values.yaml for all apps * Add default common securityContext to all apps * Adjust securityContext defaults in questions.yaml, according to values.yaml * Add default common podSecurityContext to all apps * Clean whitespace * Clean more whitespace * Adjust podSecurityContext defaults in questions.yaml, according to values.yaml * fix pgadmin Co-authored-by: Stavros kois <s.kois@outlook.com>
26 lines
803 B
YAML
26 lines
803 B
YAML
apiVersion: v2
|
|
appVersion: 1.22.0
|
|
dependencies:
|
|
- name: common
|
|
repository: https://truecharts.org
|
|
version: 8.0.7
|
|
description: Healthchecks is a cron job monitoring service. It listens for HTTP requests
|
|
and email messages ("pings") from your cron jobs and scheduled tasks ("checks").
|
|
When a ping does not arrive on time, Healthchecks sends out alerts.
|
|
home: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks
|
|
icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4
|
|
keywords:
|
|
- cron
|
|
- monitoring
|
|
- alert
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: truecharts
|
|
url: https://truecharts.org
|
|
name: healthchecks
|
|
sources:
|
|
- https://github.com/healthchecks/healthchecks
|
|
- https://hub.docker.com/r/linuxserver/healthchecks
|
|
version: 3.0.0
|