Skip to content

Commit 30f6379

Browse files
authored
fix: release chart failed (#9633)
1 parent 89f23bd commit 30f6379

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/custom-scripts/fetch-all-helm-charts.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ APP_DIR="kubeblocks/templates/applications"
2626
fetch_helm_charts() {
2727
helm template "${KB_CHART_DIR}" --output-dir "${MANIFESTS_DIR}" --set addonChartLocationBase="$1"
2828
# travel all addon manifests and get the helm charts
29+
if [ ! -d "${MANIFESTS_DIR}$2" ]; then
30+
return
31+
fi
2932
for f in "${MANIFESTS_DIR}$2"/*; do
3033
if [ -d "${f}" ]; then
3134
continue

0 commit comments

Comments
 (0)