Helm Chart requirements.yaml
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