...

Text file src/helm.sh/helm/v3/testdata/releases.yaml

Documentation: helm.sh/helm/v3/testdata

     1# This file can be used as input to create test releases:
     2# HELM_MEMORY_DRIVER_DATA=./testdata/releases.yaml HELM_DRIVER=memory helm list --all-namespaces
     3- name: athos
     4  version: 1
     5  namespace: default
     6  info:
     7    status: deployed
     8  chart:
     9    metadata:
    10      name: athos-chart
    11      version: 1.0.0
    12      appversion: 1.1.0
    13- name: porthos
    14  version: 2
    15  namespace: default
    16  info:
    17    status: deployed
    18  chart:
    19    metadata:
    20      name: porthos-chart
    21      version: 0.2.0
    22      appversion: 0.2.2
    23- name: aramis
    24  version: 3
    25  namespace: default
    26  info:
    27    status: deployed
    28  chart:
    29    metadata:
    30      name: aramis-chart
    31      version: 0.0.3
    32      appversion: 3.0.3
    33- name: dartagnan
    34  version: 4
    35  namespace: gascony
    36  info:
    37    status: deployed
    38  chart:
    39    metadata:
    40      name: dartagnan-chart
    41      version: 0.4.4
    42      appversion: 4.4.4
    43

View as plain text