Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Renovate/charttool] does not bump version on all charts when a dependency is updated on more than 1 chart. #26296

Open
stavros-k opened this issue Sep 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@stavros-k
Copy link
Collaborator

stavros-k commented Sep 12, 2024

Describe the bug

See renovatebot/renovate#31215

For example.
Collabora container gets bumped.

This container exists in both Collabora chart and Nextcloud chart
The packageFileDir will include only one of the charts.
That means our charttool will only bump version of on one of the charts.

Additional Context

Alternative is to switch from executionMode of branch to update which will call our charttool on each dep update.
This will cause the version to be bumped multiple times (as many as the containers on that chart).

We can do something like grep $chart $logfile || charttool ... && echo $chart >> $logfile
But we also call the charttool WITHOUT a bump on every container, so it will also update the appVersion as well.

@stavros-k stavros-k added the bug Something isn't working label Sep 12, 2024
@stavros-k stavros-k self-assigned this Sep 12, 2024
@PrivatePuffin
Copy link
Member

SHoot. good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants