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

     1  apiVersion: image.toolkit.fluxcd.io/v1beta2
     2  kind: ImageUpdateAutomation
     3  metadata:
     4    name: podinfo-update
     5    namespace: default
     6  spec:
     7    interval: 30m
     8    sourceRef:
     9      kind: GitRepository
    10      name: podinfo
    11    git:
    12      commit:
    13        author:
    14          email: fluxcdbot@users.noreply.github.com
    15          name: fluxcdbot
    16      push:
    17        branch: main
    18    update:
    19      path: ./
    20  status:
    21    conditions: []