-
Task
-
Resolution: Done
-
Blocker
-
1.6.0
-
None
started from thread https://redhat-internal.slack.com/archives/C04PZ7H0VA8/p1745930528291939?thread_ts=1745629939.199729&cid=C04PZ7H0VA8
If this solution doesn't work, we could move the helm publishing stuff out of the gitlab repo, as it seems that Konflux cannot consistently fetch content from that repo:
- https://redhat-internal.slack.com/archives/C04PZ7H0VA8/p1745629939199729 / KFLUXSPRT-2875
- https://tekton.dev/docs/pipelines/http-resolver/
repository is quite large (~78Mb), and between downloading the full repository and resolving the various deltas the resolver often times out. With the native git binary, cloning can take upwards of 20-30 seconds on my machine, however the tekton resolver uses the go-git library which is very inefficient when resolving deltas in both space and time. For some context, when go-git is used to clone a 45Mb repository it can use over 25Gb of memory and well over 5 minutes.