Case Wylie
Case Wylie
Thank you @dhellmann
> @cmwylie19 has a PR ready to ship soon for this. /assign
WIP - https://github.com/kubernetes/kubernetes/pull/123874
Just starting to investigate this and wanted to circle back to update the issue: In terms of the admission controller (Zarf Agent), this development looks like it would touch (for...
> There are at least 3 tasks: > > 1. Admission webhook update to rewrite HelmRepository and OCIRepository with Zarf registry > 2. Add support for packaging arbitrary OCI artifacts,...
I'm not able to pull from the [`internal-docker-registry`](https://github.com/distribution/distribution) for some reason, may be `oci://` url. Needs more investigation ```bash ┌─[cmwylie19@Cases-MacBook-Pro] - [~/hello-zarf] - [2023-09-06 02:45:59] └─[0] k explain ocirepo.spec --recursive...
@bburky thank you for the clarity!!
Unassigned as this will be likely 2 PRs, one for OCIRepo and another that needs more discussion between Zarf team. OCIRepo should be ready soon but is pending one PR....
re-assigning myself after chatting with @Racer159 , we will support `HelmRepo` as long as the type is OCI ```yaml --- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: podinfo namespace: default spec:...
- In terms of the `HelmRepo`, I ultimately ended up getting blocked by [Flux not supporting insecure registry](https://github.com/fluxcd/source-controller/issues/807) as @bburky eluded to in the initial message. However, the logic mutate...