k8s-deployment/installations/monitoring/helmfile.yaml

40 lines
1.0 KiB
YAML

bases:
- ../../common/environments.yaml
- ../../common/templates.yaml
repositories:
- name: bedag
url: https://bedag.github.io/helm-charts/
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: grafana
url: https://grafana.github.io/helm-charts
releases:
- name: prometheus
chart: prometheus-community/kube-prometheus-stack
namespace: observability
version: 65.2.0
inherit:
- template: default-env-values
- template: default-env-secrets
- template: crd-management-hook
- name: grafana
chart: grafana/grafana
namespace: observability
version: 8.5.3
installed: true
inherit:
- template: default-env-values
- template: default-env-secrets
- name: loki
chart: grafana/loki
namespace: observability
version: 6.16.0
inherit:
- template: default-env-values
- name: promtail
chart: grafana/promtail
namespace: observability
version: 6.16.6
inherit:
- template: default-env-values