From e83ec4da8a17fe7daa6a0d49344f067174532127 Mon Sep 17 00:00:00 2001 From: Daniel Dias Date: Wed, 16 Oct 2024 15:55:48 -0300 Subject: [PATCH] fix dependency bug on bump script --- scripts/bump_charts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump_charts.sh b/scripts/bump_charts.sh index 79ea3b8..0db01c2 100755 --- a/scripts/bump_charts.sh +++ b/scripts/bump_charts.sh @@ -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