diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 4acd0967..3c8cfa77 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -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 diff --git a/charts/policy-reporter/templates/dashboard.yaml b/charts/policy-reporter/templates/dashboard.yaml index 11008199..25ce34da 100644 --- a/charts/policy-reporter/templates/dashboard.yaml +++ b/charts/policy-reporter/templates/dashboard.yaml @@ -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