Skip to content

Commit

Permalink
Upload only jfrog platform chart
Browse files Browse the repository at this point in the history
  • Loading branch information
grig777 committed Jan 23, 2025
1 parent 000f719 commit 4a237ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for chart_dir in stable/*; do
CHARTS = ("stable/jfrog-platform")
for chart_dir in ${CHARTS[@]}"; do
if [ -d "$chart_dir" ]; then
# Update dependencies
helm dependency update "$chart_dir"
Expand Down

0 comments on commit 4a237ea

Please sign in to comment.