Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
pvishwa3 committed Jan 26, 2025
1 parent 262d7d7 commit e1a2579
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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: 0.13.2-rc11
version: 0.13.2-rc12

# 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
5 changes: 4 additions & 1 deletion templates/apm-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,10 @@ data:
}
]
},
"time": {},
"time": {
"from": "now-5m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "APM Overview",
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,7 @@ data:
]
},
"time": {
"from": "now-2d",
"from": "now-5m",
"to": "now"
},
"timepicker": {},
Expand Down
2 changes: 1 addition & 1 deletion templates/kubernetes-pod-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ data:
]
},
"time": {
"from": "now-6h",
"from": "now-5m",
"to": "now"
},
"timepicker": {},
Expand Down

0 comments on commit e1a2579

Please sign in to comment.