mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: Add custom resource health for flux resources Signed-off-by: Adrian Berger <adrian.berger@bedag.ch> * chore: Update upgrade docs Signed-off-by: Adrian Berger <adrian.berger@bedag.ch> --------- Signed-off-by: Adrian Berger <adrian.berger@bedag.ch> Signed-off-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Dan Garfield <dan@codefresh.io>
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: podinfo
|
|
namespace: default
|
|
spec:
|
|
interval: 5m0s
|
|
url: https://stefanprodan.github.io/podinfo-faulty
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
|
message: 'processing object: new generation 1 -> 2'
|
|
observedGeneration: 2
|
|
reason: ProgressingWithRetry
|
|
status: "True"
|
|
type: Reconciling
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
|
message: 'failed to fetch Helm repository index: failed to cache index to temporary
|
|
file: failed to fetch https://stefanprodan.github.io/podinfo-faulty/index.yaml
|
|
: 404 Not Found'
|
|
observedGeneration: 2
|
|
reason: Failed
|
|
status: "False"
|
|
type: Ready
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
|
message: 'failed to fetch Helm repository index: failed to cache index to temporary
|
|
file: failed to fetch https://stefanprodan.github.io/podinfo-faulty/index.yaml
|
|
: 404 Not Found'
|
|
observedGeneration: 2
|
|
reason: Failed
|
|
status: "True"
|
|
type: FetchFailed
|
|
- lastTransitionTime: "2024-07-16T12:00:00Z"
|
|
message: 'stored artifact: revision ''sha256:3dfe15d87f81dedc8ddaf116c7302892e54a0d8f269e35f65aaff9ac4d1b179c'''
|
|
observedGeneration: 1
|
|
reason: Succeeded
|
|
status: "True"
|
|
type: ArtifactInStorage
|