source-controller/hack
Max Jonas Werner 841ed7ae66
[RFC 0002] Flux OCI support for Helm (#690)
* Add OCI Helm support

* users will be able to declare OCI HelmRepository by using the `.spec.type` field of the HelmRepository API. Contrary to the HTTP/S HelmRepository no index.yaml is reconciled from source, instead a simple url and credentials validation is performed.
* For backwards-compatibility, an empty `.spec.type` field leads to the HelmRepository being treated as a plain old HTTP Helm repository.
* users will be able to declare the new OCI HelmRepository type as source using the .Spec.SourceRef field of the HelmChart API. This will result in reconciling a chart from an OCI repository.
* Add registryTestServer in the test suite and OCI HelmRepository test case
* Add a new OCI chart repository type that manage tags and charts from an OCI registry.
* Adapat RemoteBuilder to accept both repository types
* discard output from OCI registry client; The client has no way to set a verbosity level and spamming the controller logs with "Login succeeded" every time the object is reconciled doesn't help much.

Signed-off-by: Soule BA <soule@weave.works>
Signed-off-by: Max Jonas Werner <mail@makk.es>
Co-authored-by: Soule BA <soule@weave.works>
2022-05-19 14:50:16 +02:00
..
api-docs Add ACL optional field to Source API 2021-11-22 11:41:55 +01:00
ci [RFC 0002] Flux OCI support for Helm (#690) 2022-05-19 14:50:16 +02:00
boilerplate.go.txt Introduce v1beta2 API package 2022-02-23 12:34:35 +01:00
download-musl.sh Update libgit2 to 1.1.1-6 2022-02-07 13:00:57 +00:00
install-libraries.sh Upgrade libgit2 to libgit2-1.3.0-2 2022-02-16 11:39:11 +00:00
update-attributions.sh Bump libgit2 dependencies to debian bookworm 2022-01-13 10:16:15 +00:00