Skip to content

Commit

Permalink
test to remove helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Oct 24, 2023
1 parent 64f34cb commit 09b2092
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint_test_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- uses: actions/setup-python@v2
- uses: helm/[email protected]
- uses: azure/setup-helm@v3
with:
version: 'v3.0.0'

- name: Set up helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest
Expand Down Expand Up @@ -75,8 +73,6 @@ jobs:
- uses: actions/setup-python@v2
- uses: helm/[email protected]
- uses: azure/setup-helm@v3
with:
version: 'v3.0.0'

- name: Create kind cluster
uses: helm/[email protected]
Expand All @@ -96,8 +92,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: azure/setup-helm@v3
with:
version: 'v3.0.0'

- name: Add helm repositories
run: |
Expand Down Expand Up @@ -144,8 +138,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: azure/setup-helm@v3
with:
version: 'v3.0.0'

- name: Add helm repositories
run: |
Expand Down

0 comments on commit 09b2092

Please sign in to comment.