-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChart.yaml
More file actions
37 lines (35 loc) · 1.05 KB
/
Chart.yaml
File metadata and controls
37 lines (35 loc) · 1.05 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
apiVersion: v2
name: kubedash
description: "KubeDash is a general purpose, web-based UI for Kubernetes clusters."
type: application
version: 4.0.1
appVersion: "4.0.0"
kubeVersion: ">=1.19.x-0"
keywords:
- kubedash
- kubernetes dashboard
- trivy-operator
home: https://github.com/devopstales/kubedash
icon: https://raw.githubusercontent.com/devopstales/helm-charts/main/icons/kubectl-login.png
sources:
- https://github.com/devopstales/kubedash
- https://github.com/devopstales/helm-charts
deprecated: false
dependencies:
- name: redis
version: ">=0.21.3"
repository: "oci://docker.io/cloudpirates"
condition: redis.enabled
- name: postgres
version: ">=0.14.6"
repository: "oci://docker.io/cloudpirates"
alias: postgresql
condition: postgresql.enabled
- name: metrics-server
version: "3.8.4"
repository: "https://kubernetes-sigs.github.io/metrics-server/"
condition: metricsServer.enabled
- name: jaeger
version: "3.3.4"
repository: "https://jaegertracing.github.io/helm-charts"
condition: jaeger.enabled