github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/helm.toolkit.fluxcd.io/HelmRelease/testdata/healthy.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: Helm install succeeded for release default/podinfo.v1 with
    38        chart podinfo@6.5.4
    39      observedGeneration: 2
    40      reason: InstallSucceeded
    41      status: "True"
    42      type: Ready
    43    - lastTransitionTime: "2024-07-16T12:00:00Z"
    44      message: Helm install succeeded for release default/podinfo.v1 with
    45        chart podinfo@6.5.4
    46      observedGeneration: 1
    47      reason: InstallSucceeded
    48      status: "True"
    49      type: Released