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

refactor(backend): 默认放开云区域容器化和安装包初始化 #6900 #6901

Merged
merged 1 commit into from
Sep 12, 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
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
Loading