forked from thoughtbot/flightdeck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
charts.json
67 lines (67 loc) · 1.88 KB
/
charts.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"cert-manager": {
"chart": "cert-manager",
"repository": "https://charts.jetstack.io",
"version": "v1.8.0"
},
"cluster-autoscaler": {
"chart": "cluster-autoscaler",
"repository": "https://kubernetes.github.io/autoscaler",
"version": "9.18.1"
},
"external-dns": {
"chart": "external-dns",
"repository": "https://charts.bitnami.com/bitnami",
"version": "6.4.4"
},
"fluent-bit": {
"chart": "fluent-bit",
"repository": "https://fluent.github.io/helm-charts",
"version": "0.20.1"
},
"istio-base": {
"chart": "base",
"repository": "https://istio-release.storage.googleapis.com/charts",
"version": "1.13.4"
},
"istiod": {
"chart": "istiod",
"repository": "https://istio-release.storage.googleapis.com/charts",
"version": "1.13.4"
},
"istio-ingress": {
"chart": "gateway",
"repository": "https://istio-release.storage.googleapis.com/charts",
"version": "1.13.4"
},
"load-balancer-controller": {
"chart": "aws-load-balancer-controller",
"repository": "https://aws.github.io/eks-charts",
"version": "1.4.2"
},
"metrics-server": {
"chart": "metrics-server",
"repository": "https://kubernetes-sigs.github.io/metrics-server",
"version": "3.8.2"
},
"prometheus-adapter": {
"chart": "prometheus-adapter",
"repository": "https://prometheus-community.github.io/helm-charts",
"version": "3.3.0"
},
"prometheus-operator": {
"chart": "kube-prometheus-stack",
"repository": "https://prometheus-community.github.io/helm-charts",
"version": "35.3.1"
},
"reloader": {
"chart": "reloader",
"repository": "https://stakater.github.io/stakater-charts",
"version": "v0.0.110"
},
"secret-store-driver": {
"chart": "secrets-store-csi-driver",
"repository": "https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts",
"version": "1.1.2"
}
}