github.com/x-helm/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/dependent-chart-with-all-in-requirements-yaml/Chart.yaml (about)

     1  apiVersion: v1
     2  name: frobnitz
     3  description: This is a frobnitz.
     4  version: "1.2.3"
     5  keywords:
     6    - frobnitz
     7    - sprocket
     8    - dodad
     9  maintainers:
    10    - name: The Helm Team
    11      email: helm@example.com
    12    - name: Someone Else
    13      email: nobody@example.com
    14  sources:
    15    - https://example.com/foo/bar
    16  home: http://example.com
    17  icon: https://example.com/64x64.png
    18  dependencies:
    19    - name: alpine
    20      version: "0.1.0"
    21      repository: https://example.com/charts
    22    - name: mariner
    23      version: "4.3.2"
    24      repository: https://example.com/charts