Skip to content

Commit

Permalink
fix(backend): pause error #1801
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 15, 2023
1 parent 7ad1d97 commit c47d1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/backend/ticket/builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class TicketFlowBuilder:
# 默认的参数构造器
inner_flow_name: str = ""
inner_flow_builder: FlowParamBuilder = None
pause_node_builder: PauseParamBuilder = None
pause_node_builder: PauseParamBuilder = PauseParamBuilder
# resource_apply_builder和resource_batch_apply_builder只能存在其一,表示是资源池单次申请还是批量申请
resource_apply_builder: ResourceApplyParamBuilder = None
resource_batch_apply_builder: ResourceApplyParamBuilder = None
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 bkdbm
name: bk-dbm
type: application
version: 1.2.0-alpha.85
appVersion: 1.2.0-alpha.85
version: 1.2.0-alpha.86
appVersion: 1.2.0-alpha.86
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.2.0-alpha.468
appVersion: 1.2.0-alpha.469
description: A Helm chart for dbm
name: dbm
type: application
Expand Down

0 comments on commit c47d1dd

Please sign in to comment.