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

     1  apiVersion: source.toolkit.fluxcd.io/v1
     2  kind: HelmChart
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6    annotations:
     7      reconcile.fluxcd.io/requestedAt: 'By Argo CD at: 0001-01-01T00:00:00'
     8  spec:
     9    interval: 5m0s
    10    chart: podinfo
    11    reconcileStrategy: ChartVersion
    12    sourceRef:
    13      kind: HelmRepository
    14      name: podinfo
    15    version: '5.*'