github.com/oam-dev/kubevela@v1.9.11/e2e/addon/mock/testrepo/helm-repo/index.yaml (about)

     1  apiVersion: v1
     2  entries:
     3    fluxcd-test-version:
     4      - apiVersion: v2
     5        appVersion: 1.16.0
     6        description: A Helm chart for Kubernetes
     7        name: fluxcd-test-version
     8        type: application
     9        urls:
    10          - http://127.0.0.1:9098/helm/fluxcd-test-version-1.0.0.tgz
    11        version: 1.0.0
    12        annotations:
    13          system.vela: ">=1.3.0"
    14          system.kubernetes: ">=1.10.0"
    15      - apiVersion: v2
    16        appVersion: 1.16.0
    17        description: A Helm chart for Kubernetes
    18        name: fluxcd-test-version
    19        type: application
    20        urls:
    21          - http://127.0.0.1:9098/helm/fluxcd-test-version-2.0.0.tgz
    22        version: 2.0.0
    23        annotations:
    24          system.vela: ">=1.5.0"
    25          system.kubernetes: ">=1.30.0"
    26    vela-workflow:
    27      - annotations:
    28          system.vela: '>=v1.6.0-beta.1'
    29        created: "2022-10-29T09:11:16.865230605Z"
    30        description: vela-workflow provides the capability to run a standalone workflow
    31        home: https://github.com/kubevela/workflow
    32        icon: https://static.kubevela.net/images/logos/KubeVela%20-03.png
    33        name: vela-workflow
    34        urls:
    35          - http://127.0.0.1:9098/helm/vela-workflow-v0.3.5.tgz
    36        version: v0.3.5
    37    foo:
    38      - created: "2022-10-29T09:11:16.865230605Z"
    39        description: Vela test addon named foo
    40        home:  https://www.foo.com/icon
    41        icon: https://www.foo.com
    42        name: foo
    43        urls:
    44          - http://127.0.0.1:9098/helm/foo-v1.0.0.tgz
    45        version: v1.0.0
    46    bar:
    47      - created: "2022-10-29T09:11:16.865230605Z"
    48        description: Vela test addon named bar
    49        home:  https://www.bar.com/icon
    50        icon: https://www.bar.com
    51        name: foo
    52        urls:
    53          - http://127.0.0.1:9098/helm/bar-v1.0.0.tgz
    54        version: v1.0.0
    55      - created: "2022-10-29T09:11:16.865230605Z"
    56        description: Vela test addon named bar
    57        home:  https://www.bar.com/icon
    58        icon: https://www.bar.com
    59        name: foo
    60        urls:
    61          - http://127.0.0.1:9098/helm/bar-v2.0.0.tgz
    62        version: v2.0.0
    63    mock-be-dep-addon:
    64      - created: "2022-10-29T09:11:16.865230605Z"
    65        description: Vela test addon named mock-be-dep-addon
    66        home:  https://www.test.com/icon
    67        icon: https://www.test.com
    68        name: mock-be-dep-addon
    69        urls:
    70          - http://127.0.0.1:9098/helm/mock-be-dep-addon-v1.0.0.tgz
    71        version: v1.0.0
    72    has-clusters-arg:
    73      - created: "2023-06-01T09:11:16.865230605Z"
    74        description: An addon for testing addon dependency with clusters.
    75        home:  https://www.has-clusters-arg.com/icon
    76        icon: https://www.has-clusters-arg.com
    77        name: has-clusters-arg
    78        urls:
    79          - http://127.0.0.1:9098/helm/has-clusters-arg-v1.0.0.tgz
    80        version: v1.0.0
    81  generated: "2022-06-15T13:17:04.733573+08:00"