42 lines
1.1 KiB
YAML
Raw Normal View History

2024-07-26 15:06:05 +02:00
bases:
- ../../common/environments.yaml
2024-09-11 23:19:35 +02:00
- ../../common/templates.yaml
2024-07-26 15:06:05 +02:00
repositories:
- name: bedag
url: https://bedag.github.io/helm-charts/
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
2024-09-30 22:50:18 +02:00
- name: grafana
url: https://grafana.github.io/helm-charts
2024-07-26 15:06:05 +02:00
releases:
- name: prometheus
chart: prometheus-community/kube-prometheus-stack
2024-09-28 21:53:15 +02:00
namespace: observability
version: 69.6.0
2024-07-26 15:06:05 +02:00
inherit:
- template: default-env-values
- template: default-env-secrets
- template: crd-management-hook
2024-09-30 22:50:18 +02:00
- name: grafana
chart: grafana/grafana
2024-10-10 06:48:48 +02:00
namespace: observability
version: 8.10.1
2024-09-30 22:50:18 +02:00
installed: true
inherit:
- template: default-env-values
- template: default-env-secrets
2024-10-10 06:48:48 +02:00
- name: loki
chart: grafana/loki
namespace: observability
version: 6.27.0
2024-10-10 06:48:48 +02:00
inherit:
- template: default-env-values
2024-11-17 21:55:12 +01:00
- template: ext-secret
- template: ext-traefik-middleware
2024-10-10 06:48:48 +02:00
- name: promtail
chart: grafana/promtail
namespace: observability
version: 6.16.6
inherit:
- template: default-env-values