Skip to content

Commit

Permalink
fix(backend): 更新服务版本 #3766
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud authored and zhangzhw8 committed Mar 29, 2024
1 parent 4859ea7 commit d94b1a8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion dbm-ui/backend/db_dirty/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def insert_dirty_machines(cls, bk_biz_id: int, bk_host_ids: List[Dict[str, Any]]
"page": {"start": 0, "limit": 500, "sort": "bk_host_id"},
"host_property_filter": host_property_filter,
"fields": ["bk_host_id", "bk_cloud_id", "bk_host_innerip"],
}
},
use_admin=True,
)["info"]

# 获取空闲机模块,资源池模块和污点池模块
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/bk-dbm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ dependencies:
description: A Helm chart for bk-dbm
name: bk-dbm
type: application
version: 1.3.0-alpha.42
appVersion: 1.3.0-alpha.42
version: 1.3.0-alpha.43
appVersion: 1.3.0-alpha.43
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-simulation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.0.1-alpha.48
appVersion: 0.0.1-alpha.50
description: A Helm chart for Kubernetes
name: db-simulation
type: application
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.3.0-alpha.507
appVersion: 1.3.0-alpha.580
description: A Helm chart for dbm
name: dbm
type: application
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/dbpriv/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.0.1-alpha.224
appVersion: 0.0.1-alpha.274
name: dbpriv
description: A Helm chart for dbpriv
type: application
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dbpartition:
PT_MAX_ROWS: "10000000"
PT_MAX_SIZE: "322122547200"
DB_REMOTE_SERVICE: "http://bk-dbm/apis/proxypass/drs/"
CRON_RETRY_HOUR: "7,15"
CRON_RETRY_HOUR: "9,15"
CRON_TIMING_HOUR: "3"
DBM_TICKET_SERVICE: "http://bk-dbm/apis/"
LISTEN_ADDRESS: "0.0.0.0:80"
Expand Down

0 comments on commit d94b1a8

Please sign in to comment.