Commit Graph

3 Commits

Author SHA1 Message Date
Suleiman Dibirov 000c098a41 fix(concurrency): add mutex to protect repoFailList and out in updateCharts
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
2025-04-05 17:47:38 +03:00
Matt Farina e4e602e13c
Error when failed repo update.
In Helm v3 we did not change exit codes for existing commands to
maintain compat. A flag was introduced so a failure would result
in a non-0 exit code. A note was left to make this the default
in Helm v4. That's what this change does.

Closes #10016

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-03-21 08:19:35 -04:00
Austin Abro 297f7b9acb
squash
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
2025-02-24 15:11:54 +00:00