diff --git a/helm/README.md b/helm/README.md index 716c489be..5c1801afd 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,3 +1,10 @@ + +#### 镜像 +``` +windows下 程序编译 win_cross_build_all_service.cmd +windows下 镜像编译 win_build_push_all_images.cmd +``` + #### 配置 ``` 请根据需要配置 values.yaml @@ -26,10 +33,3 @@ helm upgrade my-openim -f openim/values.yaml -n openim-ns openim cd helm helm uninstall my-openim -n openim ``` - -#### 镜像 -``` -镜像编译 deploy_k8s/build_push_all_images.sh -windows镜像编译 deploy_k8s/win_build_push_all_images.cmd - -``` \ No newline at end of file