-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
50 lines (42 loc) · 1.36 KB
/
Chart.yaml
File metadata and controls
50 lines (42 loc) · 1.36 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: v2
name: plinth
description: >-
The Plinth substrate — an opinionated Kubernetes baseline that the
Plinth starters target. v0.1.0 ships a walking skeleton: CloudNativePG
for Postgres, Cerbos for authorisation, and the OpenTelemetry Collector.
The full reference architecture (Vault, Authentik, SigNoz, Wazuh,
Falco, Trivy, Argo CD, Backstage, etc.) lands incrementally — see the
roadmap in the README.
type: application
version: 0.1.0
appVersion: "0.1.0"
home: https://plinth.run
sources:
- https://github.com/plinth-dev/platform
maintainers:
- name: plinth-dev
url: https://github.com/plinth-dev
icon: https://plinth.run/manuscript-favicon.png
keywords:
- plinth
- internal-tools
- postgres
- authorisation
- opentelemetry
- bank-grade
# Sub-chart dependencies are pulled from upstream chart repos via
# `helm dependency update`. Pinned to specific minor versions so a
# release is reproducible — bump the pin deliberately, never floatingly.
dependencies:
- name: cloudnative-pg
version: 0.28.0
repository: https://cloudnative-pg.github.io/charts
- name: cerbos
version: 0.52.1
repository: https://download.cerbos.dev/helm-charts
- name: opentelemetry-collector
version: 0.153.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
annotations:
category: Platform
licenses: MIT