Skip to content

Commit

Permalink
docs: update actions and workflows documentation
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and hoverkraft-bot[bot] committed Mar 4, 2025
1 parent f471014 commit 5a2c3ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions actions/helm/test-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
#
# Default: ${{ github.token }}
oci-registry-password: ""

# Description: Enable linting of the Helm chart. See
# <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>.
#
# Default: true
enable-lint: ""

# Description: Enable testing of the Helm chart. See
# <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>.
#
# Default: true
enable-test: ""
```
<!-- end usage -->
Expand All @@ -71,6 +83,8 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
| <code>oci-registry</code> | OCI registry where to pull and push images | <code>ghcr.io</code> | **false** |
| <code>oci-registry-username</code> | Username used to log against the OCI registry.<br />See <https://github.com/docker/login-action#usage>. | <code>${{ github.repository_owner }}</code> | **false** |
| <code>oci-registry-password</code> | Password or personal access token used to log against the OCI registry.<br />Can be passed in using "secrets.GITHUB_TOKEN".<br />See <https://github.com/docker/login-action#usage>. | <code>${{ github.token }}</code> | **false** |
| <code>enable-lint</code> | Enable linting of the Helm chart.<br />See <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>. | <code>true</code> | **false** |
| <code>enable-test</code> | Enable testing of the Helm chart.<br />See <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>. | <code>true</code> | **false** |
<!-- end inputs -->
<!-- start outputs -->
Expand Down

0 comments on commit 5a2c3ea

Please sign in to comment.