mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
This change adds v3 charts. The code for the chart, including a loader, is present. It is based on v2 charts as a starting point. Note, this change does not make the charts available for use with Helm CLI commands or the action package. That will be in follow-up changes. Signed-off-by: Matt Farina <matt.farina@suse.com>
8 lines
193 B
Text
8 lines
193 B
Text
dependencies:
|
|
- name: alpine
|
|
version: "0.1.0"
|
|
repository: https://example.com/charts
|
|
- name: mariner
|
|
version: "4.3.2"
|
|
repository: https://example.com/charts
|
|
digest: invalid
|