github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/OCIRepository/testdata/progressing.yaml (about)

     1  apiVersion: source.toolkit.fluxcd.io/v1beta2
     2  kind: OCIRepository
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6  spec:
     7    interval: 5m0s
     8    url: oci://ghcr.io/stefanprodan/manifests/podinfo
     9    ref:
    10      tag: latest
    11  status:
    12    conditions: []