github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/HelmChart/testdata/degraded.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: 'processing object: new generation 1 -> 2'
    18        observedGeneration: 2
    19        reason: ProgressingWithRetry
    20        status: "True"
    21        type: Reconciling
    22      - lastTransitionTime: "2024-07-16T12:00:00Z"
    23        message: 'failed to get source: HelmRepository.source.toolkit.fluxcd.io "podinfo-faulty"
    24          not found'
    25        observedGeneration: 2
    26        reason: SourceUnavailable
    27        status: "False"
    28        type: Ready
    29      - lastTransitionTime: "2024-07-16T12:00:00Z"
    30        message: 'failed to get source: HelmRepository.source.toolkit.fluxcd.io "podinfo-faulty"
    31          not found'
    32        observedGeneration: 2
    33        reason: SourceUnavailable
    34        status: "True"
    35        type: FetchFailed
    36      - lastTransitionTime: "2024-07-16T12:00:00Z"
    37        message: pulled 'podinfo' chart with version '5.2.1'
    38        observedGeneration: 1
    39        reason: ChartPullSucceeded
    40        status: "True"
    41        type: ArtifactInStorage