-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11180 from stubenhuang/issue-imageRegistry-11171
feat: 调整helm的镜像使其支持配置imageRegistry #11171
- Loading branch information
Showing
15 changed files
with
6 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
#!/bin/bash | ||
|
||
# 先处理kubernetes-manager的chart | ||
echo "update kubernetes-management dependencies" | ||
cd local_chart/kubernetes-management | ||
rm -f Chart.lock | ||
helm dependency build | ||
cd ../.. | ||
|
||
# 再处理根chart | ||
echo "update root dependencies" | ||
rm -f Chart.lock | ||
helm dependency build |
9 changes: 0 additions & 9 deletions
9
helm-charts/core/ci/local_chart/kubernetes-management/Chart.lock
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-53.8 KB
helm-charts/core/ci/local_chart/kubernetes-management/charts/mysql-10.3.0.tgz
Binary file not shown.
Binary file removed
BIN
-86.7 KB
helm-charts/core/ci/local_chart/kubernetes-management/charts/redis-16.13.2.tgz
Binary file not shown.