mirror of
https://github.com/valitydev/solar-values.git
synced 2024-11-06 02:25:23 +00:00
18 lines
317 B
YAML
18 lines
317 B
YAML
bases:
|
|
- environments.yaml
|
|
---
|
|
|
|
{{ readFile "hf-templates.yaml" }}
|
|
|
|
repositories:
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|
|
releases:
|
|
- name: prometheus
|
|
<<: *infra_default
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
namespace: monitoring
|
|
version: 12.1.0
|
|
|