Skip to content

Commit 32a02da

Browse files
committed
update flux dashboard and release cx-dashboards 0.2.2
Signed-off-by: clux <[email protected]>
1 parent 2a373bc commit 32a02da

File tree

7 files changed

+2413
-3388
lines changed

7 files changed

+2413
-3388
lines changed

charts/cx-dashboards/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cx-dashboards
33
description: cx dashboard configmaps
44
type: application
5-
version: 0.2.1
5+
version: 0.2.2
66
dependencies: []

charts/cx-dashboards/templates/cxalertmanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ data:
20162016
{
20172017
"targetBlank": true,
20182018
"title": "Show Alert Trend",
2019-
"url": "https://prometheus-underlying.t7r.dev/graph?g0.expr=ALERTS%7Balertname%3D%22${__field.labels.alertname}%22%2C%20alertstate%3D%22firing%22%7D&g0.tab=1&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=2w"
2019+
"url": "{{ .Values.urls.prometheus }}/graph?g0.expr=ALERTS%7Balertname%3D%22${__field.labels.alertname}%22%2C%20alertstate%3D%22firing%22%7D&g0.tab=1&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=2w"
20202020
}
20212021
]
20222022
}

0 commit comments

Comments
 (0)