forked from TencentBlueKing/bk-nodeman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: 蓝鲸版本依赖维护 (TencentBlueKing#2036)
- Loading branch information
1 parent
35d1ad1
commit 369669a
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
bkpkg: v1 | ||
name: bk_nodeman | ||
type: smart | ||
description: 节点管理应用 | ||
contains: | ||
relations: | ||
- rationale: 节点管理后台 | ||
requires: | ||
- bk-nodeman^2.3.0 | ||
bkimports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
bkpkg: v1 | ||
name: bknodeman | ||
type: file+tar | ||
description: 节点管理后台 | ||
contains: | ||
relations: | ||
- rationale: "基础权限体系" | ||
requires: | ||
- usermgr^2.5.4 | ||
- bkiam^1.12.0 | ||
- bk_iam^1.10.0 | ||
- rationale: "ESB及网关" | ||
requires: | ||
- "bkpaas^2.14.0 OR bkpaas3^1.1.0" | ||
suggests: | ||
- bkapigateway^1.12.0 | ||
- rationale: "CMDB要支持管控区" | ||
requires: | ||
- "bkcmdb^3.9.0" | ||
- rationale: "作业平台支持管控区" | ||
requires: | ||
- "bk-job^3.5.0" | ||
bkimports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
bkpkg: v1 | ||
name: bk-nodeman | ||
type: chart | ||
description: 节点管理容器化 | ||
contains: | ||
- name: bknodeman | ||
- name: bk_nodeman | ||
relations: | ||
- rationale: "容器化环境注册到apigw" | ||
requires: | ||
- "bk-apigateway^1.12.0" | ||
bkimports: |