mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
c25ed8a428
Auto-generate chart changelogs based on Chart annotation
24 lines
605 B
YAML
24 lines
605 B
YAML
apiVersion: v2
|
|
appVersion: 1.0.0
|
|
description: ${CHARTNAME} helm package
|
|
name: ${CHARTNAME}
|
|
version: 1.0.0
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- ${CHARTNAME}
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/${CHARTNAME}
|
|
icon: https://${CHARTNAME}.org/icon
|
|
sources:
|
|
- https://github.com/${CHARTNAME}/${CHARTNAME}-docker
|
|
maintainers:
|
|
- name: ${CHARTNAME}
|
|
email: ${CHARTNAME}@${CHARTNAME}.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 4.3.0
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: Initial version
|