Skip to content

Commit

Permalink
track chart lock on scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jun 28, 2024
1 parent ab644c3 commit f3ebff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion scripts/bump_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for chart in $changed_charts; do
exit 1
fi

git add "$chart/Chart.yaml"
git add "$chart/Chart.*"
done

echo "Bumping version of $ONPREM_CHART_FILE"
Expand Down
34 changes: 0 additions & 34 deletions scripts/create_image_pull_secret.sh

This file was deleted.

0 comments on commit f3ebff6

Please sign in to comment.