mirror of
https://github.com/helm/helm.git
synced 2026-03-01 13:01:50 -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>
9 lines
200 B
YAML
9 lines
200 B
YAML
apiVersion: v3
|
|
name: mariner
|
|
description: A Helm chart for Kubernetes
|
|
version: 4.3.2
|
|
home: ""
|
|
dependencies:
|
|
- name: albatross
|
|
repository: https://example.com/mariner/charts
|
|
version: "0.1.0"
|