Skip to content

Commit

Permalink
ct rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Oct 4, 2023
1 parent 1d4524a commit 0570f2a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/actions/setup-chart-testing/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: setup-chart-testing
description: Setup Chart Testing
inputs:
url:
description: plugin url
required: true
version:
description: plugin version
required: true
runs:
using: "composite"
steps:
- name: Download plugin
shell: bash
run: curl -fsSL ${{ inputs.url }}/releases/download/v${{ inputs.version }}/chart-testing_${{ inputs.version }}_linux_amd64.tar.gz
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ jobs:
python-version: 3.x

- name: Set up chart-testing
uses: helm/chart-testing-action@v2
uses: ./.github/actions/setup-chart-testing
with:
url: https://github.com/jouve/chart-testing
version: 3.10.0

- name: Setup kube-linter
uses: ./.github/actions/setup-kube-linter
Expand Down

0 comments on commit 0570f2a

Please sign in to comment.