mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts Signed-off-by: Matt Farina <matt.farina@suse.com>
20 lines
409 B
YAML
20 lines
409 B
YAML
apiVersion: v1
|
|
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
|