* Add Chart.yaml
* Add Plausible secret
* Add initial {questions,values}.yaml
* Insert final newline in common.yaml
* Add SECRET_KEY_BASE to env vars
* Add database env vars
* Move DB secrets to secretEnv
* Add Google Search Integration vars
* Add Mailer/SMTP Setup settings
* Add Postmark mailer options
* Fix tpl error
* Fix secret syntax error
* Fix default values
* Move env/secretEnv to ConfigMap/Secret templates
* Fix variable refs in env tpl
* Fix DATABASE_URL value
* Quote all env var values
* Add init container
* Split initContainer into installContainer/UpgradeContainer
* Add ClickHouse dependency [no ci]
* Set CLICKHOUSE_DATABASE_URL env var [no ci]
* Upgrade chart dependencies
* Change service port
* Upgrade common chart dependency
* Set required value ADMIN_USER_EMAIL
* Set readOnlyRootFilesystem: false
* Set runAsUser/runAsGroup: 1000
* Add probes
* Override container command
* Add LOG_LEVEL env var
* Use common lib 10.3.1
* Upgrade Chart.yaml dependencies
* Upgrade clickhouse dependency
* add icon
* Upgrade chart dependencies
* Upgrade postgres chart dependency
* Read .data instead of .stringData
* Reset log level to warn
* Update charts/incubator/plausible/questions.yaml
* Update charts/incubator/plausible/Chart.yaml
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
apiVersion: v2
|
|
appVersion: "1.4.4"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 10.4.4
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.truecharts.org/
|
|
version: 8.0.29
|
|
- condition: clickhouse.enabled
|
|
name: clickhouse
|
|
repository: https://charts.truecharts.org/
|
|
version: 0.0.4
|
|
deprecated: false
|
|
description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
|
|
home: https://github.com/truecharts/apps/tree/master/charts/incubator/plausible
|
|
icon: https://truecharts.org/img/appicons/plausible.png
|
|
keywords:
|
|
- analytics
|
|
- plausible
|
|
kubeVersion: ">=1.16.0-0"
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: plausible
|
|
sources:
|
|
- https://plausible.io/
|
|
- https://plausible.io/docs/self-hosting
|
|
- https://github.com/plausible/analytics
|
|
- https://github.com/plausible/hosting
|
|
- https://hub.docker.com/r/plausible/analytics
|
|
type: application
|
|
version: 0.0.1
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- analytics
|
|
- plausible
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|