Helm Chart requirements.yaml

From NovaOrdis Knowledge Base
Revision as of 20:59, 28 August 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

requirements.yaml is an optional metadata file that contains dynamic dependencies for the chart. For a general discussion on chart dependencies, see Helm Dependencies.

Example

dependencies:
- name: blue
  version: 1.2.3
  repository: http://example.com/charts
- name: green
  version 3.2.1
  repository: http://another.example.com/charts