mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
409 B
21 lines
409 B
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
|