Commit Graph

12 Commits

Author SHA1 Message Date
Fabian Hinz
690d26edba Helm: change postgresql connection string format in configmap template
The PostgreSQL connection string in the configmap template for helm was
changed to a key-value format to reflect the currently used format in
the sample config file

Fixes #561
2018-08-13 15:24:33 +02:00
Roberto Soares
bc6f37f1ae Helm Chart: Use Secret for config file. Fix some minor issues
- Config file for Clair now is inside a Secret. Fixes #581.

- Update helper template to use latest Helm conventions for "name" and
"fullname".

- Update labels to use the recommended labels by Helm. See:
https://docs.helm.sh/chart_best_practices/#standard-labels

- Remove service.name from values file because it is not used.
Service discovery for parent charts can be made by using the
"clair.fullname" template since template functions are shared
between charts.
2018-08-08 14:54:35 +02:00
Bryan Rosander
f3e156a46e
Using alpine postgres image 2018-08-03 11:19:48 -04:00
Tomer H
e649f8f149
Update values.yaml
this is supposed to solve the below issue:

https://github.com/coreos/clair/issues/414
2018-04-02 19:37:02 +03:00
Sida Chen
7a06a7a2b4 Helm: Fixed a typo in maintainers field.
Maintainers field was incorrectly listing email as one item.
2018-03-07 08:47:54 -08:00
Diederik van der Boor
e454314beb Cleanup and improve chart values
- be more accurate in memory requests, so chair is scheduled on a host
  that has that space available.
- add an explicit mention for the postgresql.enabled flag
2018-02-12 11:17:28 +01:00
Diederik van der Boor
64c2853e75 Fix helm chart to generate config.postgresURI
The configuration was merged with the comment line above due to usage of
the {{- ...  -}} construct.
2018-02-09 13:26:38 +01:00
Marcelo Grebois
3617b7a126 Adding back postgresURI and correcting comments 2017-09-12 23:29:21 +02:00
Marcelo Grebois
79510232b8 Adding postgres to the chart so it can be used without dependecies. 2017-09-12 15:48:27 +02:00
Bruno Miguel Custodio
13be17a690
contrib/helm/clair: fix the ingress template
Make 'servicePort' reference 'externalApiPort' instead of
'externalPort'.
2017-09-06 16:11:53 +01:00
Daniel O'Brien
009e2457f2 adding insecure TLS to Helm chart 2017-08-24 15:22:56 -04:00
Jimmy Zelinskie
76b9f8ea05 contrib: replace old k8s manifests with helm 2017-08-21 16:06:30 -04:00