Skip to content

Commit

Permalink
refactor(backend): 更新云区域镜像版本 TencentBlueKing#6858
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud committed Sep 11, 2024
1 parent 08a4058 commit d078c96
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion dbm-ui/backend/configuration/models/function_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class CustomFuncNameEnum(str, StructuredEnum):
BigData = EnumField("bigdata", _("大数据"))
ToolBox = EnumField("toolbox", _("工具箱"))
TenDBClusterToolBox = EnumField("tendbcluster_toolbox", _("TenDBCluster 工具箱"))
SqlserverToolBox = EnumField("sqlserver_tool", _("Sqlserver 工具箱"))
AddOnServicePlugin = EnumField("addons", _("插件服务"))
Monitor = EnumField("monitor", _("监控告警"))

Expand Down Expand Up @@ -52,7 +53,7 @@ class CustomFuncNameEnum(str, StructuredEnum):
"children": {
ClusterType.SqlserverHA.value: {"is_enabled": True},
ClusterType.SqlserverSingle.value: {"is_enabled": True},
CustomFuncNameEnum.ToolBox.value: {"is_enabled": True},
CustomFuncNameEnum.SqlserverToolBox.value: {"is_enabled": True},
},
},
DBType.MongoDB.value: {
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 @@ -91,5 +91,5 @@ dependencies:
description: A Helm chart for bk-dbm
name: bk-dbm
type: application
version: 1.5.0-alpha.13
appVersion: 1.5.0-alpha.13
version: 1.5.0-alpha.14
appVersion: 1.5.0-alpha.14
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-dbha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.0.1-alpha.18
appVersion: 1.5.0-alpha.518
description: A Helm chart for Kubernetes
name: db-dbha
version: 0.1.0
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.0.1-alpha.18
appVersion: 1.5.0-alpha.518
description: A Helm chart for Kubernetes
name: db-dns
version: 0.1.0
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.0.1-alpha.18
appVersion: 1.5.0-alpha.518
description: A Helm chart for Kubernetes
name: db-nginx
version: 0.1.0
2 changes: 1 addition & 1 deletion helm-charts/bk-dbm/charts/db-remote-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.9.5
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.0.1-alpha.2
appVersion: 1.5.0-alpha.518
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.5.0-alpha.517
appVersion: 1.5.0-alpha.518
description: A Helm chart for dbm
name: dbm
type: application
Expand Down

0 comments on commit d078c96

Please sign in to comment.