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

Make chart releaser point at correct dir #10

Merged
merged 7 commits into from
Nov 7, 2023
Merged

Make chart releaser point at correct dir #10

merged 7 commits into from
Nov 7, 2023

Conversation

Amndeep7
Copy link

@Amndeep7 Amndeep7 commented Nov 1, 2023

Root problem: release action was not working properly since it wasn't able to find the changed charts.
Details: The action goes through a relatively involved process to automatically find the set of directories where changes occurred which is dependent on the supplied variable, the working directory, and the git diff. After finding those directories, it tries to find the charts.yaml file and see if the regen'd chart changed. With the way we had things configured before, it was basically looking one level too deep and consequently not finding the charts.yaml file.
Resolution: Fixed configuration and setup so that the finding algorithm being used would identify changed directories at the appropriate level.

Copy link
Collaborator

@wdower wdower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Amndeep Singh Mann <[email protected]>
@Amndeep7 Amndeep7 merged commit 8dc810a into main Nov 7, 2023
@Amndeep7 Amndeep7 deleted the chartreleaser branch November 7, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants