fluxcd-flux2/manifests/monitoring/kube-prometheus-stack/release.yaml
Kingdon Barrett a2f88d4f6a
upgrade kube-prometheus-stack to 32.1.0
The chart version 32.2.0 appears to change the way that dashboard configs
are labeled by the chart, I do not know what is the purpose of this change
yet, however it causes our Flux dashboards to fail to be included.

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
2022-03-28 13:17:55 -04:00

30 lines
622 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: kube-prometheus-stack
spec:
interval: 5m
chart:
spec:
version: 32.1.0
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus-community
interval: 1m
install:
crds: Create
upgrade:
crds: CreateReplace
values:
alertmanager:
enabled: false
grafana:
sidecar:
dashboards:
searchNamespace: ALL
prometheus:
prometheusSpec:
podMonitorSelector:
matchLabels:
app.kubernetes.io/part-of: flux