github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/HelmChart/testdata/healthy.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      - lastTransitionTime: "2024-07-16T12:00:00Z"
    17        message: pulled 'podinfo' chart with version '5.2.1'
    18        observedGeneration: 1
    19        reason: ChartPullSucceeded
    20        status: "True"
    21        type: Ready
    22      - lastTransitionTime: "2024-07-16T12:00:00Z"
    23        message: pulled 'podinfo' chart with version '5.2.1'
    24        observedGeneration: 1
    25        reason: ChartPullSucceeded
    26        status: "True"
    27        type: ArtifactInStorage