charts/templates/chart/Chart.yaml

20 lines
511 B
YAML
Raw Normal View History

apiVersion: v2
appVersion: 1.0.0
description: ${CHARTNAME} helm package
name: ${CHARTNAME}
version: 1.2.1
2021-02-16 05:58:53 +00:00
kubeVersion: ">=1.16.0-0"
keywords:
2021-02-13 23:46:58 +00:00
- ${CHARTNAME}
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/${CHARTNAME}
icon: https://${CHARTNAME}.org/icon
sources:
2021-02-13 23:46:58 +00:00
- https://github.com/${CHARTNAME}/${CHARTNAME}-docker
maintainers:
2021-02-13 23:46:58 +00:00
- name: ${CHARTNAME}
email: ${CHARTNAME}@${CHARTNAME}.com
dependencies:
2021-02-13 23:46:58 +00:00
- name: common
repository: https://library-charts.k8s-at-home.com
version: 2.3.1