Skip to content

Commit 7d91e4e

Browse files
author
Robin Hermann
committed
fix: remove all hardcoded links
1 parent 2d5355e commit 7d91e4e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm/hubble-observer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: hubble-observer
33
description: A Helm chart for Hubble Observer - A small observability component that monitors network flows within Cilium.
44
type: application
5-
version: 1.1.2
5+
version: 1.1.3
66
appVersion: "1.16.4"
77
keywords:
88
- networking

helm/hubble-observer/dashboard/cilium-hubble-flows.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
{
362362
"targetBlank": false,
363363
"title": "",
364-
"url": "d/ozk-cilium-flows-hubble-observer?${datasource:queryparam}&${sourcenamespace:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${searchregex:queryparam}&${excluderegex:queryparam}&var-direction=${__data.fields.flow_traffic_direction}"
364+
"url": "/d/${__dashboard.uid}/${__dashboard}?${__url_time_range}&${datasource:queryparam}&${sourcenamespace:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${searchregex:queryparam}&${excluderegex:queryparam}&var-direction=${__data.fields.flow_traffic_direction}"
365365
}
366366
],
367367
"mappings": []
@@ -435,7 +435,7 @@
435435
{
436436
"targetBlank": false,
437437
"title": "",
438-
"url": "d/ozk-cilium-flows-hubble-observer?${datasource:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${searchregex:queryparam}&${excluderegex:queryparam}&${direction:queryparam}&var-sourcenamespace=${__data.fields.flow_source_namespace}"
438+
"url": "/d/${__dashboard.uid}/${__dashboard}?${__url_time_range}&${datasource:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${searchregex:queryparam}&${excluderegex:queryparam}&${direction:queryparam}&var-sourcenamespace=${__data.fields.flow_source_namespace}"
439439
}
440440
],
441441
"mappings": []
@@ -512,7 +512,7 @@
512512
{
513513
"targetBlank": false,
514514
"title": "",
515-
"url": "d/ozk-cilium-flows-hubble-observer?${datasource:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${excluderegex:queryparam}&${direction:queryparam}&${sourcenamespace:queryparam}&var-searchregex=${__data.fields.flow_destination_name}"
515+
"url": "/d/${__dashboard.uid}/${__dashboard}?${__url_time_range}&${datasource:queryparam}&${destinationnamespace:queryparam}&${ipversion:queryparam}&${excluderegex:queryparam}&${direction:queryparam}&${sourcenamespace:queryparam}&var-searchregex=${__data.fields.flow_destination_name}"
516516
}
517517
],
518518
"mappings": []

0 commit comments

Comments
 (0)