Skip to content

Commit 5a2c3ea

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f471014 commit 5a2c3ea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

actions/helm/test-chart/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
5858
#
5959
# Default: ${{ github.token }}
6060
oci-registry-password: ""
61+
62+
# Description: Enable linting of the Helm chart. See
63+
# <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>.
64+
#
65+
# Default: true
66+
enable-lint: ""
67+
68+
# Description: Enable testing of the Helm chart. See
69+
# <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>.
70+
#
71+
# Default: true
72+
enable-test: ""
6173
```
6274
6375
<!-- end usage -->
@@ -71,6 +83,8 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
7183
| <code>oci-registry</code> | OCI registry where to pull and push images | <code>ghcr.io</code> | **false** |
7284
| <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** |
7385
| <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** |
86+
| <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** |
87+
| <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** |
7488
7589
<!-- end inputs -->
7690
<!-- start outputs -->

0 commit comments

Comments
 (0)