Skip to content

Commit

Permalink
Merge pull request #353 from ahinvinith/main
Browse files Browse the repository at this point in the history
Fix: Echart Kuberhealth  dashboard  and TrivyImage timeseries fixed
  • Loading branch information
jebinjeb authored Apr 18, 2024
2 parents f3b1753 + 96c68bf commit 056e93c
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 114 deletions.
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.24
version: 1.1.25

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
35 changes: 13 additions & 22 deletions charts/client/templates/configmap-kuberhealthy-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 2,
"id": 41,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -75,7 +75,7 @@ data:
"series": []
}
},
"pluginVersion": "5.3.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -143,7 +143,7 @@ data:
"series": []
}
},
"pluginVersion": "5.3.0",
"pluginVersion": "6.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -446,8 +446,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -574,8 +573,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -677,8 +675,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -755,8 +752,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -834,8 +830,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -909,8 +904,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -984,8 +978,7 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1056,8 +1049,7 @@ data:
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "orange",
Expand Down Expand Up @@ -1131,8 +1123,7 @@ data:
"mode": "percentage",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "orange",
Expand Down Expand Up @@ -1210,7 +1201,7 @@ data:
"timezone": "",
"title": "KuberHealth",
"uid": "d946c53c-8b1d-4e3c-9154-4219165342",
"version": 3,
"version": 2,
"weekStart": ""
}
Expand Down
Loading

0 comments on commit 056e93c

Please sign in to comment.