-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathChart.yaml
More file actions
30 lines (30 loc) · 909 Bytes
/
Chart.yaml
File metadata and controls
30 lines (30 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
apiVersion: v2
name: plausible-analytics
description: A Helm Chart for Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
type: application
version: 0.4.2
appVersion: 3.0.1
keywords:
- web analytics
- analytics
- plausible
sources:
- https://github.com/plausible/analytics
- https://github.com/imio/helm-charts
- https://github.com/imio/helm-plausible-analytics
icon: https://plausible.io/uploads/plausible-community-edition.png
maintainers:
- name: IMIO
url: https://github.com/IMIO/
dependencies:
- name: postgresql
alias: postgresql
version: 16.x.x
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: clickhouse
alias: clickhouse
version: 7.x.x
repository: oci://registry-1.docker.io/bitnamicharts
condition: clickhouse.enabled