Skip to content

Commit d63fc2f

Browse files
committed
update
Signed-off-by: Noah Burrell <noah@burrell.tech>
1 parent 0840554 commit d63fc2f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hack/bump-chart-version.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ echo ""
318318
# Read the entire file content
319319
FILE_CONTENT=$(cat "$CONFIG_FILE_ABS")
320320

321-
echo "DEBUG: File content read successfully" >&2
322-
echo "DEBUG: File has $(echo "$FILE_CONTENT" | wc -l) lines" >&2
323-
324321
# Parse the config file and split into sections with line numbers
325322
declare -a chart_sections=()
326323
declare -a section_start_lines=()
@@ -363,20 +360,16 @@ if [ ${#chart_sections[@]} -eq 0 ]; then
363360
fi
364361

365362
total_charts=${#chart_sections[@]}
366-
echo "DEBUG: Parsed $total_charts chart section(s)" >&2
367363
info "Found $total_charts chart(s) to check"
368364
echo ""
369365

370366
# Track updates
371367
declare -a updates=()
372368
updated_content="$FILE_CONTENT"
373369

374-
echo "DEBUG: Starting chart processing loop" >&2
375-
376370
# Process each section
377371
chart_num=1
378372
for i in "${!chart_sections[@]}"; do
379-
echo "DEBUG: Processing chart $chart_num" >&2
380373
chart_section="${chart_sections[$i]}"
381374

382375
# Skip empty sections

0 commit comments

Comments
 (0)