Skip to content

Commit

Permalink
Merge pull request #35 from denis-ryzhkov/fixing-no-data
Browse files Browse the repository at this point in the history
Replaced some "No data" with "None, that's good" based on description
  • Loading branch information
denis-ryzhkov authored Jan 20, 2025
2 parents 4c809f0 + 5c050a0 commit 1bf53eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kof-mothership/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kof-mothership
description: A Helm chart that deploys Grafana, Promxy, and VictoriaMetrics.
version: 0.1.10
version: 0.1.11
appVersion: "1.0"
dependencies:
- name: grafana-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down Expand Up @@ -1478,6 +1479,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down Expand Up @@ -1738,6 +1740,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down Expand Up @@ -1818,6 +1821,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down Expand Up @@ -976,6 +977,7 @@ panels:
description: No data is generally a good thing here.
fieldConfig:
defaults:
noValue: "None, that's good"
color:
mode: palette-classic
custom:
Expand Down

0 comments on commit 1bf53eb

Please sign in to comment.