Skip to content

Commit

Permalink
[charts/generic] fix helm-docs (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Giulio <[email protected]>
  • Loading branch information
giuliocalzolari and giuliocalzolari authored Nov 26, 2024
1 parent 44f1491 commit dc3411c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/generic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: generic
version: 0.0.2
version: 0.0.3
type: application
keywords:
- generic
Expand Down
2 changes: 1 addition & 1 deletion charts/generic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generic

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## How to install this chart

Expand Down
Empty file added charts/generic/README.md.gotmpl
Empty file.
2 changes: 1 addition & 1 deletion ci/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for chart in $ALL_CHARTS; do
done

# Run helm-docs to generate all README.md files from the template
helm-docs --log-level warning --template-files ./ci/README.md.gotmpl
helm-docs --log-level warning --template-files ./ci/README.md.gotmpl --template-files README.md.gotmpl

# Check all README.md files for changes after running helm-docs
set +e
Expand Down

0 comments on commit dc3411c

Please sign in to comment.