Skip to content

Commit 3594a17

Browse files
committed
Implement OCIRepository controller for public repos
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 4ddf13f commit 3594a17

File tree

8 files changed

+1145
-15
lines changed

8 files changed

+1145
-15
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: source.toolkit.fluxcd.io/v1beta2
2+
kind: OCIRepository
3+
metadata:
4+
name: ocirepository-sample
5+
spec:
6+
interval: 1m
7+
url: ghcr.io/stefanprodan/manifests/podinfo
8+
ref:
9+
tag: 6.1.6

0 commit comments

Comments
 (0)