Skip to content

Commit

Permalink
Implement OCIRepository controller for public repos
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 21, 2022
1 parent 4ddf13f commit 778f6d5
Show file tree
Hide file tree
Showing 8 changed files with 1,157 additions and 15 deletions.
9 changes: 9 additions & 0 deletions config/samples/source_v1beta2_ocirepository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: ocirepository-sample
spec:
interval: 1m
url: ghcr.io/stefanprodan/manifests/podinfo
ref:
tag: 6.1.6
Loading

0 comments on commit 778f6d5

Please sign in to comment.