mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-15 17:50:58 +00:00
Improve no value charts
This commit is contained in:
parent
82d8dda2eb
commit
3750b9df33
2 changed files with 10 additions and 4 deletions
|
@ -3,5 +3,5 @@ name: policy-reporter
|
|||
description: K8s PolicyReporter watches for wgpolicyk8s.io/v1alpha1.PolicyReport resources. It creates Prometheus Metrics and can send rule validation events to Loki
|
||||
|
||||
type: application
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
appVersion: 0.6.0
|
||||
|
|
|
@ -62,12 +62,17 @@ data:
|
|||
"decimals": 0,
|
||||
"mappings": [],
|
||||
"min": 0,
|
||||
"noValue": "0",
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "orange",
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -87,7 +92,7 @@ data:
|
|||
"orientation": "horizontal",
|
||||
"reduceOptions": {
|
||||
"calcs": [
|
||||
"lastNotNull"
|
||||
"last"
|
||||
],
|
||||
"fields": "",
|
||||
"values": false
|
||||
|
@ -117,6 +122,7 @@ data:
|
|||
"decimals": 0,
|
||||
"mappings": [],
|
||||
"min": 0,
|
||||
"noValue": "0",
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
|
@ -147,7 +153,7 @@ data:
|
|||
"orientation": "vertical",
|
||||
"reduceOptions": {
|
||||
"calcs": [
|
||||
"lastNotNull"
|
||||
"last"
|
||||
],
|
||||
"fields": "",
|
||||
"values": false
|
||||
|
|
Loading…
Reference in a new issue