Need authentication to pull the flux-operator-manifests from a private OCI registry #139
Labels
area/update-automation
Flux update automation related issues and pull requests
enhancement
New feature or request
In the case flux-operator-manifests is stored in a private OCI repository, FluxInstance fails to retrieve the manifest and there is no way to provide the auth token in the latest flux-operator version (v0.13.0).
The imagePullSecret field is only used for flux controller images.
In our use case, we will use the same OCI auth token to pull the flux-operator-manifests and flux controller images as they are stored in the same OCI registry but this will likely require a different field to be more generic, e.g. add an extra field "manifestImagePullSecret" under distribution?
The text was updated successfully, but these errors were encountered: