From 7e42e97819e670cc75545a9d1c741e4c4ed07c9b Mon Sep 17 00:00:00 2001 From: mingshewhe Date: Fri, 22 Nov 2024 11:30:06 +0800 Subject: [PATCH] CHANGELOG: Update directory for v3.1.0-rc.3 release --- helm-charts/core/ci/build_chart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-charts/core/ci/build_chart.py b/helm-charts/core/ci/build_chart.py index eddfde36850..8c36fcd4af1 100755 --- a/helm-charts/core/ci/build_chart.py +++ b/helm-charts/core/ci/build_chart.py @@ -153,4 +153,5 @@ value_file.write(' '+camelize+': '+value+'\n') # 更新依赖 +os.system("chmod +x ./dependencyBuild.sh") os.system("/bin/bash -c ./dependencyBuild.sh")