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

Helm: Handle dirs missing the Chart.yaml file #752

Merged
merged 1 commit into from Sep 12, 2022

Conversation

julienduchesne
Copy link
Contributor

@julienduchesne julienduchesne commented Sep 12, 2022

Closes #749
Currently, the case where a chart dir is missing is handled by the vendor command, the dir will be re-vendored
However, if the dir is emptied (an example is git, which tracks files but not dirs, if a chart deletion is pulled from git, the dir will remain), Tanka throws an error

Closes #749
Currently, the case where a chart dir is missing is handled by the `vendor` command, the dir will be re-vendored
However, if the dir is emptied (an example is git, which tracks files but not dirs, if a chart deletion is pulled from git, the dir will remain), Tanka throws an error
@julienduchesne julienduchesne requested a review from a team September 12, 2022 02:22
julienduchesne added a commit that referenced this pull request Sep 12, 2022
Currently, two Drone runs are triggered, one for the push to the branch and one for the PR
Example: #752

With this change, only one CI run will be triggered on PRs
julienduchesne added a commit that referenced this pull request Sep 12, 2022
Currently, two Drone runs are triggered, one for the push to the branch and one for the PR
Example: #752

With this change, only one CI run will be triggered on PRs
@julienduchesne julienduchesne merged commit 7fa78bc into main Sep 12, 2022
@julienduchesne julienduchesne deleted the julienduchesne/chart-vendor-dir branch September 12, 2022 13:51
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.

Charts vendoring fails when chart files are deleted
2 participants