Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux OCIRepo Support in Zarf #2021

Closed
cmwylie19 opened this issue Sep 20, 2023 · 3 comments
Closed

Flux OCIRepo Support in Zarf #2021

cmwylie19 opened this issue Sep 20, 2023 · 3 comments
Assignees
Labels
enhancement ✨ New feature or request

Comments

@cmwylie19
Copy link
Contributor

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

@cmwylie19 cmwylie19 added the enhancement ✨ New feature or request label Sep 20, 2023
@cmwylie19 cmwylie19 self-assigned this Sep 20, 2023
@cmwylie19 cmwylie19 changed the title Flux OCIRepo Support in Zarf Flux OCIRepo/HelmRepo Support in Zarf Sep 24, 2023
@cmwylie19 cmwylie19 changed the title Flux OCIRepo/HelmRepo Support in Zarf Flux OCIRepo Support in Zarf Sep 26, 2023
@Noxsios
Copy link
Contributor

Noxsios commented Mar 7, 2024

Finishing this will require takeover of #2005

@koolay
Copy link

koolay commented Mar 11, 2024

Hi, any plan ?

@AustinAbro321 AustinAbro321 self-assigned this Mar 11, 2024
@AustinAbro321
Copy link
Contributor

Implemented by #2005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants