Closed tuxtof closed 1 year ago
/triage accepted
/assign manoj-nutanix
@Jont828: GitHub didn't allow me to assign the following users: manoj-nutanix.
Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. For more information please see the contributor guide
FYI, I've raised PR to fix this issue. It aligns well, with the CR spec provided here in description. For user, no specific understanding would be required to specify inputs for OCI charts, it'll be similar to any other helm charts.
User Story
As a user I would like to be able to use OCI-based registries to deploy my charts.
Detailed Description
Since Helm 3.8.0 OCI support is GA.
Now a Helm repository can be stored inside a OCI-based registry, it simplify the approach to distribute chart by having both chart and container in a common registry
We need to be able to define inside an HelmChartProxy an OCI Helm repo like
We need also to be able to support any kind of private registry (auth, cert,...)
Anything else you would like to add:
I would expect it works out of the box
but for the moment I get the following error
I not yet check the code
/kind feature