github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/HelmRepository/testdata/degraded.yaml (about) 1 apiVersion: source.toolkit.fluxcd.io/v1 2 kind: HelmRepository 3 metadata: 4 name: podinfo 5 namespace: default 6 spec: 7 interval: 5m0s 8 url: https://stefanprodan.github.io/podinfo-faulty 9 status: 10 conditions: 11 - lastTransitionTime: "2024-07-16T12:00:00Z" 12 message: 'processing object: new generation 1 -> 2' 13 observedGeneration: 2 14 reason: ProgressingWithRetry 15 status: "True" 16 type: Reconciling 17 - lastTransitionTime: "2024-07-16T12:00:00Z" 18 message: 'failed to fetch Helm repository index: failed to cache index to temporary 19 file: failed to fetch https://stefanprodan.github.io/podinfo-faulty/index.yaml 20 : 404 Not Found' 21 observedGeneration: 2 22 reason: Failed 23 status: "False" 24 type: Ready 25 - lastTransitionTime: "2024-07-16T12:00:00Z" 26 message: 'failed to fetch Helm repository index: failed to cache index to temporary 27 file: failed to fetch https://stefanprodan.github.io/podinfo-faulty/index.yaml 28 : 404 Not Found' 29 observedGeneration: 2 30 reason: Failed 31 status: "True" 32 type: FetchFailed 33 - lastTransitionTime: "2024-07-16T12:00:00Z" 34 message: 'stored artifact: revision ''sha256:3dfe15d87f81dedc8ddaf116c7302892e54a0d8f269e35f65aaff9ac4d1b179c''' 35 observedGeneration: 1 36 reason: Succeeded 37 status: "True" 38 type: ArtifactInStorage