Skip to content

Commit

Permalink
docs: update all version references to latest versions (#141)
Browse files Browse the repository at this point in the history
* docs: update all version references to latest versions

Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>

* Update README.md

Co-authored-by: Thiago Perrotta <tbperrotta@gmail.com>
Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>

---------

Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>
Co-authored-by: Thiago Perrotta <tbperrotta@gmail.com>
  • Loading branch information
froblesmartin and thiagowfx committed Apr 21, 2024
1 parent dbd7bf1 commit af96d80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/

For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)

- `version`: The chart-testing version to install (default: `3.9.0`)
- `yamllint_version`: The chart-testing version to install (default: `1.27.1`)
- `yamale_version`: The chart-testing version to install (default: `3.0.4`)
- `version`: The chart-testing version to install (default: `3.10.1`)
- `yamllint_version`: The `yamllint` version to install (default: `1.27.1`)
- `yamale_version`: The `yamale` version to install (default: `3.0.4`)

### Example Workflow

Expand All @@ -44,15 +44,15 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
version: v3.14.0

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.0
uses: helm/chart-testing-action@v2.6.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit af96d80

Please sign in to comment.