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:
Kingdon Barrett 2022-03-28 09:49:33 -04:00
parent a2f88d4f6a
commit be09d20cf4
No known key found for this signature in database
GPG key ID: 470B0A4ACF2A4E23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ spec:
interval: 5m
chart:
spec:
version: 32.1.0
version: 32.2.0
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository

View file

@ -10,4 +10,4 @@ configMapGenerator:
- ../grafana/dashboards/cluster.json
options:
labels:
grafana_dashboard: flux-system
grafana_dashboard: "1"