source-controller/internal/helm/chart
Hidde Beydals 0aaeeee5e9 controllers: RFC-0005 fmt for HelmRepository rev
This includes changes to the `ChartRepository`, to allow calculating
the revision and digest and tidy things.

In addition, the responsibility of caching the `IndexFile` has been
moved to the reconcilers. As this allowed to remove a lot of
complexities within the `ChartRepository`, and prevented passing on
the cache in general.

Change `HelmRepository`'s Revision to digest

Signed-off-by: Hidde Beydals <hello@hidde.co>
2023-02-14 12:48:36 +01:00
..
secureloader Build with Go 1.19 2022-09-28 15:35:26 +03:00
builder.go implement Cosign verification for HelmCharts 2022-10-21 10:00:08 +02:00
builder_local.go helm: switch to our own chart loader package 2022-04-11 11:47:28 +02:00
builder_local_test.go Enable remote dependencies from OCI repositories 2022-07-06 19:11:01 +02:00
builder_remote.go helm: typed errors from GetChartVersion() 2022-12-19 16:12:39 +05:30
builder_remote_test.go controllers: RFC-0005 fmt for HelmRepository rev 2023-02-14 12:48:36 +01:00
builder_test.go allow for charts from OCI registries to specify a chart path 2022-08-08 15:44:43 +02:00
dependency_manager.go Fix aliased chart dependencies resolution 2022-12-16 23:12:27 +01:00
dependency_manager_test.go controllers: RFC-0005 fmt for HelmRepository rev 2023-02-14 12:48:36 +01:00
errors.go implement Cosign verification for HelmCharts 2022-10-21 10:00:08 +02:00
errors_test.go HelmChartReconciler refactor 2022-02-23 12:35:30 +01:00
metadata.go internal/helm: check size of meta files in package 2021-11-23 09:35:27 +01:00
metadata_test.go test: use `T.TempDir` to create temporary test directory 2022-04-29 23:01:39 +08:00