source-controller/internal/helm
Max Jonas Werner 84e2c95372
don't fetch tags when exact version is used in HelmRepository
Taking this shortcut has two benefits:

1. It allows charts to be fetched from AWS's public container registry
   at public.ecr.aws
2. It makes reconciling a HelmChart faster by skipping one or more
   potentially expensive API calls to the registry.

I adapted the unit tests to the new behavior that the
OCIChartRepository doesn't fail anymore for the case where a specific
chart version has been requested that doesn't actually exist in the
registry.

refs #845

Signed-off-by: Max Jonas Werner <max@e13.dev>
Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-07-27 20:07:10 +05:30
..
chart don't fetch tags when exact version is used in HelmRepository 2022-07-27 20:07:10 +05:30
getter Move TransportPool to its own package 2022-03-25 19:08:50 +00:00
registry Revert "Merge pull request #770 from souleb/oci-for-deps-manager" 2022-07-15 14:58:44 +01:00
repository don't fetch tags when exact version is used in HelmRepository 2022-07-27 20:07:10 +05:30
testdata internal/helm: add remote builder tests 2021-11-19 17:04:00 +01:00
helm.go internal/helm: test load funcs for max size cases 2021-11-19 17:04:00 +01:00