mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
upgrade kube-prometheus-stack past 32.2.0
grafana: use normal default values instead The label is `grafana_dashboard: "1"` by default, (it is configurable but we will use the defaults now.) Signed-off-by: Kingdon Barrett <kingdon@weave.works>
This commit is contained in:
parent
a2f88d4f6a
commit
be09d20cf4
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
version: 32.1.0
|
version: 32.2.0
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ configMapGenerator:
|
||||||
- ../grafana/dashboards/cluster.json
|
- ../grafana/dashboards/cluster.json
|
||||||
options:
|
options:
|
||||||
labels:
|
labels:
|
||||||
grafana_dashboard: flux-system
|
grafana_dashboard: "1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue