OCI Repository for the Helm Charts
We are using Flux to manage our K8s Cluster and are using various Helm Charts to fulfil our needs. One of those Helm Chart providers is Bitnami and they started to moving all of their Helm Charts into a OCI Repository see blog.
Now we are facing the Issue that Flux can not operate with mixed repository kinds (https provided and oci provided) within a Umbrella HelmChart. This behavior is intended as declared in the Git hub issue.
So my Question is, are there any plans to move your current helm charts to a OCI repository ? This would help us a lot
Hello!
We will take a look into it - and provide estimations.
Best, Adam.
Hello!
The issue with OCI support is that we need to find another way to publish Helm Charts (currently, we use GitHub Docs).
We can do it during the image build to push the Helm Charts. We will look deeper into it, as it might be another step in the release process.
BR, Adam.