Skip to content

Commit

Permalink
Merge pull request #11392 from mingshewhe/bug_11391
Browse files Browse the repository at this point in the history
bug: 修复v3.0版本打helm chart包时报错 #11391
  • Loading branch information
mingshewhe authored Jan 8, 2025
2 parents 31b36bb + 692cd7a commit f9bbe43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG/zh_CN/CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- BEGIN MUNGE: GENERATED_TOC -->
- [v3.0.11](#v3011)
- [Changelog since v3.0.0](#changelog-since-v300)
- [v3.0.1-v3.0.11]
- 因镜像版本与仓库版本没有统一,v3.0.1-v3.0.11已有镜像版本,但没有仓库版本,所以仓库这些版本直接跳过
- [v3.0.1-v3.0.10]
- 因镜像版本与仓库版本没有统一,v3.0.1-v3.0.10已有镜像版本,但没有仓库版本,所以仓库这些版本直接跳过
- [v3.0.0](#v300)
- [Changelog since v2.1.0](#changelog-since-v210)
- [v3.0.0-rc.1](#v300-rc1)
Expand Down
1 change: 1 addition & 0 deletions helm-charts/core/ci/build_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@
value_file.write(' '+camelize+': '+value+'\n')

# 更新依赖
os.system("chmod +x ./dependencyBuild.sh")
os.system("/bin/bash -c ./dependencyBuild.sh")

0 comments on commit f9bbe43

Please sign in to comment.