-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64f34cb
commit 09b2092
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|