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
16 lines
379 B
YAML
16 lines
379 B
YAML
apiVersion: v2
|
|
name: common-test
|
|
description: Helper chart to test different use cases of the common library
|
|
version: 1.3.1
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- truecharts
|
|
- common
|
|
home: https://github.com/truecharts/truecharts/tree/master/charts/common-test
|
|
maintainers:
|
|
- name: truecharts
|
|
dependencies:
|
|
- name: common
|
|
repository: file://../common
|
|
version: n/a
|