Skip to content

Commit

Permalink
fix dependency bug on bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Oct 16, 2024
1 parent 92a5b94 commit e83ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ONPREM_CHART_NAME="tracetest-onprem"

# due to a problem on our helm build process, if we don't bump the version of charts
# that have dependencies, the build process doesn't not add the dependencies to tracetest-onprem
changed_charts=(tracetest-auth tracetest-core tracetest-monitor-operator tracetest-agent tracetest-cloud tracetest-common tracetest-agent-operator tracetest-frontend tracetest-public-endpoint)
changed_charts=(tracetest-common tracetest-auth tracetest-core tracetest-monitor-operator tracetest-agent tracetest-cloud tracetest-agent-operator tracetest-frontend tracetest-public-endpoint)
# changed_charts=$(git --no-pager diff --name-only HEAD~1 charts | grep '/' | cut -d'/' -f1-2 | uniq)

# If no changed charts, exit with a message
Expand Down

0 comments on commit e83ec4d

Please sign in to comment.