source-controller/internal/helm/chart
Max Jonas Werner 64c1b065a8
allow for charts from OCI registries to specify a chart path
This change allows for a HelmRepository to point to e.g. "ghcr.io" and
then a HelmRelease pointing to the chart "stefanprodan/charts/podinfo"
in its `.spec.chart.spec.chart` field.

Related discussion: https://github.com/fluxcd/flux2/discussions/2959

Signed-off-by: Max Jonas Werner <max@e13.dev>
2022-08-08 15:44:43 +02:00
..
secureloader Reduce file permission 2022-04-13 17:14:45 +02:00
builder.go allow for charts from OCI registries to specify a chart path 2022-08-08 15:44:43 +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 Enable remote dependencies from OCI repositories 2022-07-06 19:11:01 +02:00
builder_remote_test.go allow for charts from OCI registries to specify a chart path 2022-08-08 15:44:43 +02: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 SIGSEGV when resolving charts dependencies 2022-07-13 14:59:38 +02:00
dependency_manager_test.go don't fetch tags when exact version is used in HelmRepository 2022-07-27 13:25:43 +02:00
errors.go HelmChartReconciler refactor 2022-02-23 12:35:30 +01: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