docs(charts): using helm-docs for chart (#8061)
This enables the use of the `helm-docs` tool on the Helm chart located in `charts/ingress-nginx`. This will make it possible to automatically document new variables in the `values.yaml` file. Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
This commit is contained in:
parent
e625c2507a
commit
71de8e1a23
6 changed files with 670 additions and 172 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: ingress-nginx
|
||||
# When the version is modified, make sure the artifacthub.io/changes list is updated
|
||||
# Also update CHANGELOG.md
|
||||
version: 4.0.13
|
||||
version: 4.0.14
|
||||
appVersion: 1.1.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||
|
|
@ -24,4 +24,4 @@ annotations:
|
|||
# List of changes for the release in artifacthub.io
|
||||
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
|
||||
artifacthub.io/changes: |
|
||||
- use controller v1.1.0
|
||||
- using helm-docs to populate values table in README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue