Skip to content

Commit

Permalink
Merge pull request #11180 from stubenhuang/issue-imageRegistry-11171
Browse files Browse the repository at this point in the history
feat: 调整helm的镜像使其支持配置imageRegistry #11171
  • Loading branch information
mingshewhe authored Nov 1, 2024
2 parents 3ac218d + 847a8b0 commit 4d07110
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 39 deletions.
30 changes: 0 additions & 30 deletions helm-charts/core/ci/Chart.lock

This file was deleted.

3 changes: 3 additions & 0 deletions helm-charts/core/ci/build_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@
default_value = '80'
value = str(default_value_dict.get(camelize, default_value))
value_file.write(' '+camelize+': '+value+'\n')

# 更新依赖
os.system("/bin/bash -c ./dependencyBuild.sh")
Binary file removed helm-charts/core/ci/charts/common-2.19.1.tgz
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/elasticsearch-17.5.4.tgz
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/influxdb-5.3.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/mongodb-10.30.6.tgz
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/mysql-10.3.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/rabbitmq-10.3.9.tgz
Binary file not shown.
Binary file removed helm-charts/core/ci/charts/redis-16.13.2.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions helm-charts/core/ci/dependencyBuild.sh
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

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit 4d07110

Please sign in to comment.