Skip to content

Commit

Permalink
feat: Upgrade helm-docs tooling (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode authored Sep 5, 2024
1 parent c17266e commit 367609f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.13.1
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2
- name: Render jsonnet rules for Netic OaaS chart
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.13.1
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2
- name: Render jsonnet rules for Netic OaaS chart
run: |
Expand Down

0 comments on commit 367609f

Please sign in to comment.