diff options
Diffstat (limited to 'tools/prometheus/Chart.yaml')
-rw-r--r-- | tools/prometheus/Chart.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/prometheus/Chart.yaml b/tools/prometheus/Chart.yaml new file mode 100644 index 0000000..12854a2 --- /dev/null +++ b/tools/prometheus/Chart.yaml @@ -0,0 +1,10 @@ +apiVersion: v2 +name: prometheus +description: A Helm chart for deploying Prometheus and kube-prometheus-stack +version: 0.1.0 +appVersion: "2.26.0" +dependencies: + - name: prometheus + version: 25.22.0 + repository: "https://prometheus-community.github.io/helm-charts" + |