Skip to content

Commit

Permalink
fix: use regex wildcard for all options (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc authored Nov 26, 2024
1 parent c43ec3f commit 342f958
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dashboards/k8s-addons-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -3060,6 +3060,7 @@
"type": "query"
},
{
"allValue": ".*",
"current": {
"selected": false,
"text": "All",
Expand Down Expand Up @@ -3145,6 +3146,6 @@
"timezone": "",
"title": "Prometheus",
"uid": "k8s_addons_prometheus",
"version": 5,
"version": 6,
"weekStart": ""
}
3 changes: 2 additions & 1 deletion dashboards/k8s-addons-trivy-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,7 @@
"type": "query"
},
{
"allValue": ".*",
"current": {
"selected": true,
"text": [
Expand Down Expand Up @@ -2691,6 +2692,6 @@
"timezone": "",
"title": "Trivy Operator - Vulnerabilities",
"uid": "security_trivy_operator",
"version": 12,
"version": 13,
"weekStart": ""
}
3 changes: 2 additions & 1 deletion dashboards/k8s-system-coredns.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@
"type": "query"
},
{
"allValue": ".*",
"current": {
"selected": false,
"text": "All",
Expand Down Expand Up @@ -1558,6 +1559,6 @@
"timezone": "",
"title": "Kubernetes / System / CoreDNS",
"uid": "k8s_system_coredns",
"version": 18,
"version": 19,
"weekStart": ""
}
3 changes: 2 additions & 1 deletion dashboards/k8s-views-namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -2888,6 +2888,7 @@
"type": "query"
},
{
"allValue": ".*",
"current": {},
"datasource": {
"type": "prometheus",
Expand Down Expand Up @@ -2992,6 +2993,6 @@
"timezone": "",
"title": "Kubernetes / Views / Namespaces",
"uid": "k8s_views_ns",
"version": 40,
"version": 41,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 33,
"version": 34,
"weekStart": ""
}

0 comments on commit 342f958

Please sign in to comment.