Skip to content

Commit

Permalink
build(helm): generate README.md.gotmpl in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plaffitt committed Aug 13, 2024
1 parent b41f866 commit 4b763c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
set -euo pipefail
ct lint --chart-dirs deploy/charts --target-branch ${{ github.base_ref }} \
--validate-maintainers=false --check-version-increment=false
--validate-maintainers=false --check-version-increment=false
# FIXME
#- name: Create KinD cluster
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ jobs:
header('generate chart readme')
run('make', '-C', '../../', 'helm-docs')
run(os.environ['HELM_DOCS_PATH'], '--dry-run')
run(os.environ['HELM_DOCS_PATH'])
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ zz_generated.*

# helm dependencies
helm/**/charts/*.tgz

# generated helm README template
helm/**/README.md.gotmpl
Loading

0 comments on commit 4b763c6

Please sign in to comment.