This patch makes all the database settings configurable. fixes: https://github.com/spiffe/helm-charts/issues/37 --------- Signed-off-by: Kevin Fox <[email protected]> Signed-off-by: kfox1111 <[email protected]> Co-authored-by: Faisal Memon <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
28 lines
575 B
JSON
28 lines
575 B
JSON
[
|
|
{
|
|
"name": "kube-prometheus-stack",
|
|
"repo": "https://prometheus-community.github.io/helm-charts",
|
|
"version": "45.26.0"
|
|
},
|
|
{
|
|
"name": "cert-manager",
|
|
"repo": "https://charts.jetstack.io",
|
|
"version": "v1.11.1"
|
|
},
|
|
{
|
|
"name": "ingress-nginx",
|
|
"repo": "https://kubernetes.github.io/ingress-nginx",
|
|
"version": "4.6.1"
|
|
},
|
|
{
|
|
"name": "mysql",
|
|
"repo": "https://charts.bitnami.com/bitnami",
|
|
"version": "9.7.2"
|
|
},
|
|
{
|
|
"name": "postgresql",
|
|
"repo": "https://charts.bitnami.com/bitnami",
|
|
"version": "12.2.2"
|
|
}
|
|
]
|