zarf
zarf copied to clipboard
feat: flux OCI support in Zarf Agent
Description
This features add support for Zarf to delivery Flux's OCIRepo
, and HelmRepo
that references an OCI URL.
Related Issue
Fixes #1974
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
Checklist before merging
- [x] Test, docs, adr added or updated as needed
- [x] Contributor Guide Steps followed
Deploy Preview for zarf-docs canceled.
Name | Link |
---|---|
Latest commit | 2b08e4ac959fed92c20a441fe01e2628d20c098c |
Latest deploy log | https://app.netlify.com/sites/zarf-docs/deploys/667eb1debec2a70008f3de3b |
can it also have support for ArgoCD?
can it also have support for ArgoCD?
There is already support for Argo https://github.com/defenseunicorns/zarf/tree/main/examples/argocd
This is still blocked on the flux side as trying to connect to the internal registry for login is still going over https when repo.spec.insecure is set to true.
We have created a PR on the flux side and are awaiting a response from them https://github.com/fluxcd/source-controller/pull/1412
Codecov Report
Attention: Patch coverage is 67.50000%
with 52 lines
in your changes missing coverage. Please review.
Project coverage is 18.96%. Comparing base (
7b8cc2d
) to head (2b08e4a
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2005 +/- ##
==========================================
+ Coverage 18.34% 18.96% +0.61%
==========================================
Files 168 170 +2
Lines 12065 12204 +139
==========================================
+ Hits 2213 2314 +101
- Misses 9595 9622 +27
- Partials 257 268 +11
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.