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

     1  apiVersion: source.toolkit.fluxcd.io/v1
     2  kind: HelmChart
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6  spec:
     7    interval: 5m0s
     8    chart: podinfo
     9    reconcileStrategy: ChartVersion
    10    sourceRef:
    11      kind: HelmRepository
    12      name: podinfo
    13    version: '5.*'
    14  status:
    15    conditions: []
    16