-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
54 lines (46 loc) · 1.64 KB
/
Chart.yaml
File metadata and controls
54 lines (46 loc) · 1.64 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
51
52
53
54
apiVersion: v2
name: kentra-platform
description: |
Kentra Platform - Complete Kubernetes Security Testing Stack
Includes Kentra Operator, Dashboard, and Loki for log aggregation.
This umbrella chart deploys the entire Kentra platform in a single installation.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.4.0"
# Keywords for chart discovery
keywords:
- security
- pentesting
- kubernetes
- operator
- dashboard
- loki
- monitoring
# Project information
home: https://github.com/kentrasecurity
maintainers:
- name: Kentra Team
email: info@kentra.sh
# Dependencies - Kentra components and Loki
dependencies:
# Kentra Operator - Kubernetes security testing framework
- name: kentra
version: 0.4.0
repository: oci://ghcr.io/kentrasecurity/helm
# Kentra Dashboard - Web UI for log monitoring
- name: kentra-dashboard
version: 0.4.3
repository: oci://ghcr.io/kentrasecurity/helm
condition: kentra-dashboard.enabled
# Grafana Loki - Log aggregation system
- name: loki
version: 6.23.0
repository: https://grafana.github.io/helm-charts
condition: loki.enabled