Skip to content

Commit e44cb05

Browse files
authored
Merge pull request #252 from akash4sh/main
added gitbridge and containerbridge folders in dashboards
2 parents 5d33972 + 4f1ae49 commit e44cb05

10 files changed

+10
-10
lines changed

charts/client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.5
18+
version: 1.1.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/client/templates/configmap-azure-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-azure-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Gitbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-bitbucket-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-bitbucket-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Gitbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-clickhouse-datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ data:
1313
type: grafana-clickhouse-datasource
1414
jsonData:
1515
port: 9000
16-
server: kubviz-client-clickhouse
16+
server: {{ include "client.fullname" . }}-clickhouse
1717
tlsSkipVerify: true
1818
{{- end }}

charts/client/templates/configmap-containerbridge-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-containerbridge-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Containerbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-gitea-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-gitea-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Gitbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-github-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-github-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Gitbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-gitlab-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: {{ include "client.fullname" . }}-gitlab-dashboard
66
annotations:
7-
grafana_folder: "Kubviz"
7+
grafana_folder: "Gitbridge"
88
labels:
99
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
1010
data:

charts/client/templates/configmap-kubviz-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ data:
27502750
"list": []
27512751
},
27522752
"time": {
2753-
"from": "now-5m",
2753+
"from": "now-24h",
27542754
"to": "now"
27552755
},
27562756
"timepicker": {},

charts/client/templates/configmap-vertamedia-datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ data:
1111
datasources:
1212
- name: vertamedia-clickhouse-datasource
1313
type: vertamedia-clickhouse-datasource
14-
url: http://kubviz-client-clickhouse:8123
14+
url: {{ include "client.fullname" . }}-clickhouse:8123
1515
access: proxy
1616
{{- end }}

0 commit comments

Comments
 (0)