mirror of
https://github.com/helm/helm.git
synced 2026-02-18 02:12:11 -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>
20 lines
409 B
YAML
20 lines
409 B
YAML
apiVersion: v3
|
|
name: frobnitz
|
|
description: This is a frobnitz.
|
|
version: "1.2.3"
|
|
keywords:
|
|
- frobnitz
|
|
- sprocket
|
|
- dodad
|
|
maintainers:
|
|
- name: The Helm Team
|
|
email: helm@example.com
|
|
- name: Someone Else
|
|
email: nobody@example.com
|
|
sources:
|
|
- https://example.com/foo/bar
|
|
home: http://example.com
|
|
icon: https://example.com/64x64.png
|
|
annotations:
|
|
extrakey: extravalue
|
|
anotherkey: anothervalue
|