22 lines
515 B
YAML
22 lines
515 B
YAML
{{ readFile "../../common/templates.yaml" }}
|
|
|
|
bases:
|
|
- ../../common/environments.yaml
|
|
|
|
repositories:
|
|
- name: bedag
|
|
url: https://bedag.github.io/helm-charts/
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|
|
|
|
releases:
|
|
- name: prometheus
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
namespace: monitoring
|
|
version: 61.3.2
|
|
inherit:
|
|
- template: default-env-values
|
|
- template: default-env-secrets
|
|
- template: crd-management-hook
|