zarf
zarf copied to clipboard
Flux OCIRepo Support in Zarf
Is your feature request related to a problem? Please describe.
Zarf to be able to create packages that include Flux's OCIRepo
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: podinfo
namespace: default
spec:
interval: 5m0s
url: oci://ghcr.io/stefanprodan/manifests/podinfo
ref:
tag: latest
Describe the solution you'd like
- Given an OCIRepo is listed as a manifest
- When the zarf package with an OCIRepo is deployed
- Then the OCI manifests/images are transferred to Zarf's internal image registry for the airgap
Describe alternatives you've considered
Additional context
Relates to #1974
Finishing this will require takeover of https://github.com/defenseunicorns/zarf/pull/2005
Hi, any plan ?
Implemented by #2005