github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/helm.toolkit.fluxcd.io/HelmRelease/testdata/progressing.yaml (about) 1 apiVersion: helm.toolkit.fluxcd.io/v2 2 kind: HelmRelease 3 metadata: 4 name: podinfo 5 namespace: default 6 spec: 7 interval: 10m 8 timeout: 5m 9 chart: 10 spec: 11 chart: podinfo 12 version: '6.5.*' 13 sourceRef: 14 kind: HelmRepository 15 name: podinfo 16 interval: 5m 17 releaseName: podinfo 18 install: 19 remediation: 20 retries: 3 21 upgrade: 22 remediation: 23 retries: 3 24 test: 25 enable: true 26 driftDetection: 27 mode: enabled 28 ignore: 29 - paths: ["/spec/replicas"] 30 target: 31 kind: Deployment 32 values: 33 replicaCount: 2 34 status: 35 conditions: 36 - lastTransitionTime: "2024-07-16T12:00:00Z" 37 message: Running 'upgrade' action with timeout of 5m0s 38 observedGeneration: 3 39 reason: Progressing 40 status: "True" 41 type: Reconciling 42 - lastTransitionTime: "2024-07-16T12:00:00Z" 43 message: Running 'upgrade' action with timeout of 5m0s 44 observedGeneration: 3 45 reason: Progressing 46 status: Unknown 47 type: Ready 48 - lastTransitionTime: "2024-07-16T12:00:00Z" 49 message: Helm install succeeded for release default/podinfo.v1 with 50 chart podinfo@6.5.4 51 observedGeneration: 1 52 reason: InstallSucceeded 53 status: "True" 54 type: Released