mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 07:09:15 -03:00
Update renovate-bump.yaml
This commit is contained in:
committed by
GitHub
parent
cc1fd1f66f
commit
95c543a5e7
6
.github/workflows/renovate-bump.yaml
vendored
6
.github/workflows/renovate-bump.yaml
vendored
@@ -43,15 +43,15 @@ jobs:
|
||||
return
|
||||
fi
|
||||
echo "Comparing versions for ${chart}"
|
||||
main=$(cat ./main/charts/${chart}/Chart.yaml | grep "^version")
|
||||
current=$(cat ./charts/${chart}/Chart.yaml | grep "^version")
|
||||
main=$(cat ./main/library/${chart}/Chart.yaml | grep "^version")
|
||||
current=$(cat ./library/${chart}/Chart.yaml | grep "^version")
|
||||
echo "main version: ${main}"
|
||||
echo "current version: ${current}"
|
||||
if [[ "${main}" != "${current}" ]]; then
|
||||
echo "Version does not have to be bumped"
|
||||
else
|
||||
echo "Bumping patch version for ${chart}"
|
||||
./tools/bump.sh patch ./charts/${chart}
|
||||
./tools/bump.sh patch ./library/${chart}
|
||||
fi
|
||||
done
|
||||
- name: Cleanup
|
||||
|
||||
Reference in New Issue
Block a user