Skip to content

Commit 0cbf7fe

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 06772f1 commit 0cbf7fe

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

actions/helm/test-chart/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
3434
## Usage
3535

3636
````yaml
37-
- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@f9e149b6cdfa8443994994f10085691a57b8cf0e # 0.27.1
37+
- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
3838
with:
3939
# Working directory
4040
# Default: `${{ github.workspace }}`
@@ -94,26 +94,26 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
9494

9595
## Inputs
9696

97-
| **Input** | **Description** | **Required** | **Default** |
98-
| --------------------------- | --------------------------------------------------------------------------------------- | ------------ | -------------------------------- |
99-
| **`working-directory`** | Working directory | **false** | `${{ github.workspace }}` |
100-
| **`helm-set`** | Set values for Helm chart. | **false** | - |
101-
| | Multiple values can be set using multiline string. | | |
102-
| | Example: | | |
103-
| | <!-- textlint-disable --><pre>key1=value1&#13;key2=value2</pre><!-- textlint-enable --> | | |
104-
| **`helm-repositories`** | List of Helm repositories to add before testing charts. | **false** | - |
105-
| | See <https://helm.sh/docs/helm/helm_repo_add/>. | | |
106-
| **`oci-registry`** | OCI registry where to pull and push images | **false** | `ghcr.io` |
107-
| **`oci-registry-username`** | Username used to log against the OCI registry. | **false** | `${{ github.repository_owner }}` |
108-
| | See <https://github.com/docker/login-action#usage>. | | |
109-
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **false** | `${{ github.token }}` |
110-
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
111-
| | See <https://github.com/docker/login-action#usage>. | | |
112-
| **`check-diff-only`** | Only run lint and tests on changed charts. | **false** | `true` |
113-
| **`enable-lint`** | Enable linting of the Helm chart. | **false** | `true` |
114-
| | See <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>. | | |
115-
| **`enable-install`** | Enable installing the Helm chart. | **false** | `true` |
116-
| | See <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>. | | |
97+
| **Input** | **Description** | **Required** | **Default** |
98+
| --------------------------- | --------------------------------------------------------------------------------------- | ------------ | ---------------------------------- |
99+
| **`working-directory`** | Working directory | **false** | `$\{\{ github.workspace }}` |
100+
| **`helm-set`** | Set values for Helm chart. | **false** | - |
101+
| | Multiple values can be set using multiline string. | | |
102+
| | Example: | | |
103+
| | <!-- textlint-disable --><pre>key1=value1&#13;key2=value2</pre><!-- textlint-enable --> | | |
104+
| **`helm-repositories`** | List of Helm repositories to add before testing charts. | **false** | - |
105+
| | See <https://helm.sh/docs/helm/helm_repo_add/>. | | |
106+
| **`oci-registry`** | OCI registry where to pull and push images | **false** | `ghcr.io` |
107+
| **`oci-registry-username`** | Username used to log against the OCI registry. | **false** | `$\{\{ github.repository_owner }}` |
108+
| | See <https://github.com/docker/login-action#usage>. | | |
109+
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **false** | `$\{\{ github.token }}` |
110+
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
111+
| | See <https://github.com/docker/login-action#usage>. | | |
112+
| **`check-diff-only`** | Only run lint and tests on changed charts. | **false** | `true` |
113+
| **`enable-lint`** | Enable linting of the Helm chart. | **false** | `true` |
114+
| | See <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>. | | |
115+
| **`enable-install`** | Enable installing the Helm chart. | **false** | `true` |
116+
| | See <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>. | | |
117117

118118
<!-- inputs:end -->
119119

0 commit comments

Comments
 (0)