Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backend): 更新服务版本 #3766 #3774

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading