Scripts and tools and documentation for working with the codebase in this repo. Including CI/CD, release, deployment etc.
For example, anyone who wants to contribute to or use 3k, can consult content here to setup the correct environment.
- 在 3k repo 中加入了 deployment/charts 目录
- 其中
sx3k为父 chart ,其中包含sxcloud和cpodoperator两个子 chart - 子 chart 可通过
values.yaml中的enabled来控制是否安装 - 发布 release 时只需修改父 chart 下的
values.yaml,将镜像更新为新的版本,然后添加相应的 tag 即可自动发布
git tag -a v1.0.0 -m "Release version 1.0.0"
git push origin v1.0.0