Skip to content

Commit ee6fb3a

Browse files
committed
fix(backend): 修复dashborad初始化问题 #10211
# Reviewed, transaction id: 39817
1 parent acd19ea commit ee6fb3a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dbm-ui/backend/bk_dataview/grafana/provisioning.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Datasource:
3737
name: str
3838
type: str
3939
url: str
40+
user: str = ""
4041
access: str = "direct"
4142
isDefault: bool = False
4243
withCredentials: bool = True

helm-charts/bk-dbm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ dependencies:
9595
description: A Helm chart for bk-dbm
9696
name: bk-dbm
9797
type: application
98-
version: 1.5.0-alpha.48
99-
appVersion: 1.5.0-alpha.48
98+
version: 1.5.0-alpha.49
99+
appVersion: 1.5.0-alpha.49

helm-charts/bk-dbm/charts/dbm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.5.0-alpha.2160
2+
appVersion: 1.5.0-alpha.2164
33
description: A Helm chart for dbm
44
name: dbm
55
type: application

0 commit comments

Comments
 (0)