Skip to content

Commit

Permalink
Merge pull request #252 from akash4sh/main
Browse files Browse the repository at this point in the history
added gitbridge and containerbridge folders in dashboards
  • Loading branch information
jebjohns authored Oct 11, 2023
2 parents 5d33972 + 4f1ae49 commit e44cb05
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 1.1.5
version: 1.1.6

# 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
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-azure-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-azure-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Gitbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-bitbucket-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-bitbucket-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Gitbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ data:
type: grafana-clickhouse-datasource
jsonData:
port: 9000
server: kubviz-client-clickhouse
server: {{ include "client.fullname" . }}-clickhouse
tlsSkipVerify: true
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-containerbridge-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Containerbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-gitea-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-gitea-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Gitbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-github-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-github-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Gitbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-gitlab-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: {{ include "client.fullname" . }}-gitlab-dashboard
annotations:
grafana_folder: "Kubviz"
grafana_folder: "Gitbridge"
labels:
{{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/templates/configmap-kubviz-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ data:
"list": []
},
"time": {
"from": "now-5m",
"from": "now-24h",
"to": "now"
},
"timepicker": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ data:
datasources:
- name: vertamedia-clickhouse-datasource
type: vertamedia-clickhouse-datasource
url: http://kubviz-client-clickhouse:8123
url: {{ include "client.fullname" . }}-clickhouse:8123
access: proxy
{{- end }}

0 comments on commit e44cb05

Please sign in to comment.