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

FindChartInAuthAndTLSAndPassRepoURL doesn't clean up temp files #11171

Closed
crenshaw-dev opened this issue Jul 21, 2022 · 0 comments · Fixed by #11172
Closed

FindChartInAuthAndTLSAndPassRepoURL doesn't clean up temp files #11171

crenshaw-dev opened this issue Jul 21, 2022 · 0 comments · Fixed by #11172
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@crenshaw-dev
Copy link

The issue is in Helm v3.8.0. During a helm pull in Argo CD looking for a chart version that no longer exists, FindChartInAuthAndTLSAndPassRepoURL downloads two temporary files (with randomized names) and then does not clean them up. This is resulting in disks filling up in Argo CD, which regularly re-attempts the helm pull to try to get the Application in sync.

crenshaw-dev pushed a commit to crenshaw-dev/helm that referenced this issue Jul 21, 2022
@yxxhero yxxhero added the bug Categorizes issue or PR as related to a bug. label Jul 22, 2022
mattfarina added a commit that referenced this issue Oct 11, 2022
fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171)
mattfarina pushed a commit that referenced this issue Oct 12, 2022
Signed-off-by: CI <ci@argoproj.com>
(cherry picked from commit 24fa3d9)
zak905 pushed a commit to zak905/helm that referenced this issue Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants