1d51be0e3d
Squashed commit: [9ae7dd0f] add helm-docs to workflow [2206f5ba] fix small typo in workflows (+1 squashed commits) Squashed commits: [29c2ceb4] Documentation-Cleanup (#181) * work on readme generation * document windows setup * add simple pre-commit install script * more docs for git setup * Update pre-commit * pre-commit automatic fixes * Increase all patch versions * Auto Readme and Config doc * Auto app-readme.md generation * increase common and common-test versions accordingly (due to cleanup) * move contribution guidelines to /development in wiki * fix some end-of-line issues (again) * fix line 14 of workflows
21 lines
569 B
YAML
21 lines
569 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/${CHARTNAME}
|
|
icon: https://${CHARTNAME}.org/icon
|
|
sources:
|
|
- https://github.com/${CHARTNAME}/${CHARTNAME}-docker
|
|
- https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME}
|
|
maintainers:
|
|
- name: ${CHARTNAME}
|
|
email: ${CHARTNAME}@${CHARTNAME}.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://k8s-at-home.com/charts/
|
|
version: 3.0.1
|