Skip to content

Commit

Permalink
refactor(backend): 默认放开云区域容器化和安装包初始化 #6900
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud committed Sep 12, 2024
1 parent 6e45ac3 commit ee4d1b9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
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.15
appVersion: 1.5.0-alpha.15
version: 1.5.0-alpha.16
appVersion: 1.5.0-alpha.16
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: 1.5.0-alpha.521
appVersion: 1.5.0-alpha.535
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: 1.5.0-alpha.521
appVersion: 1.5.0-alpha.535
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: 1.5.0-alpha.521
appVersion: 1.5.0-alpha.535
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: 1.5.0-alpha.521
appVersion: 1.5.0-alpha.535
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.521
appVersion: 1.5.0-alpha.535
description: A Helm chart for dbm
name: dbm
type: application
Expand Down
12 changes: 6 additions & 6 deletions helm-charts/bk-dbm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:
serviceMonitor:
enabled: true
## 云区域容器化
cloudContainer: false
cloudContainer: true

# bk public
bk:
Expand Down Expand Up @@ -192,19 +192,19 @@ dbm:
tag: ""
installEnable:
mysql:
enable: false
enable: true
tag: 1.0.0
es:
enable: false
enable: true
tag: 1.0.0
kafka:
enable: false
enable: true
tag: 1.0.0
hdfs:
enable: false
enable: true
tag: 1.0.0
redis:
enable: false
enable: true
tag: 1.0.0

# bk-dbconfig values
Expand Down

0 comments on commit ee4d1b9

Please sign in to comment.