Skip to content

Commit 8b9b2bc

Browse files
authored
Fix HelmRelease label
Signed-off-by: Georg Molau <georg.molau@gmail.com>
1 parent 4b0f96d commit 8b9b2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monitoring/controllers/kube-prometheus-stack/kube-state-metrics-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ kube-state-metrics:
6969
exported_namespace: [ metadata, namespace ]
7070
ready: [ status, conditions, "[type=Ready]", status ]
7171
suspended: [ spec, suspend ]
72-
revision: [ status, history, "0", chartVersion ]
72+
revision: [ status, history, "0", version ]
73+
chart_version: [ status, history, "0", chartVersion ]
7374
chart_name: [ status, history, "0", chartName ]
7475
chart_app_version: [ status, history, "0", appVersion ]
7576
chart_ref_name: [ spec, chartRef, name ]

0 commit comments

Comments
 (0)