Skip to content

Commit

Permalink
🚀 add script to generate chart readme for local use
Browse files Browse the repository at this point in the history
  • Loading branch information
mshade committed Sep 13, 2023
1 parent 03fc79a commit e1e20b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/gen-chart-readme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

docker run --rm -v "$PWD/chart:/helm-docs" jnorwood/helm-docs@sha256:e438eb9f879e4bb8389ce4acd0f7e9193e3d62e877a1a3cd5abd0393dbe55fe5
3 changes: 1 addition & 2 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
version: 'v3.12.3'

- name: Generate Chart Readme
run: |
docker run --rm -v "$(pwd)/chart:/helm-docs" jnorwood/helm-docs@sha256:e438eb9f879e4bb8389ce4acd0f7e9193e3d62e877a1a3cd5abd0393dbe55fe5
run: ./.github/gen-chart-readme.sh

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit e1e20b9

Please sign in to comment.