Skip to content

Commit 1d7d2ad

Browse files
committed
refactor(backend): 更新helm整包 #10730
# Reviewed, transaction id: 43767
1 parent 73d3b56 commit 1d7d2ad

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

dbm-ui/backend/flow/engine/bamboo/scene/spider/spider_cluster_rollback_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from dataclasses import asdict
1414
from typing import Dict, Optional
1515

16-
from django.utils.translation import ugettext as _
16+
from django.utils.translation import gettext as _
1717

1818
from backend.configuration.constants import DBType
1919
from backend.constants import IP_PORT_DIVIDER
@@ -290,7 +290,7 @@ def tendb_rollback_data(self):
290290
if backup_type == "":
291291
backup_type = shd_cluster["backupinfo"].get("backup_type", "")
292292
elif backup_type != shd_cluster["backupinfo"].get("backup_type", ""):
293-
logger.error("remote分片备份类型不一致")
293+
logger.error(_("remote分片备份类型不一致"))
294294

295295
ins_sub_pipeline = SubBuilder(root_id=self.root_id, data=copy.deepcopy(self.data))
296296
cluster = {

helm-charts/bk-dbm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ dependencies:
9999
description: A Helm chart for bk-dbm
100100
name: bk-dbm
101101
type: application
102-
version: 1.5.0-alpha.53
103-
appVersion: 1.5.0-alpha.53
102+
version: 1.5.0-alpha.54
103+
appVersion: 1.5.0-alpha.54

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.0.1-alpha.132
2+
appVersion: 0.0.1-alpha.133
33
description: A Helm chart for Kubernetes
44
name: db-resource
55
type: application

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.0.1-alpha.141
2+
appVersion: 0.0.1-alpha.143
33
description: A Helm chart for dbconfig
44
name: dbconfig
55
type: application

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.5.0-alpha.2317
2+
appVersion: 1.5.0-alpha.2365
33
description: A Helm chart for dbm
44
name: dbm
55
type: application

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.0.1-alpha.547
2+
appVersion: 0.0.1-alpha.548
33
name: dbpriv
44
description: A Helm chart for dbpriv
55
type: application

0 commit comments

Comments
 (0)