Skip to content

Commit

Permalink
fix: CI version for azure helm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Dec 27, 2024
1 parent 0d3f08b commit 4f3f7b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v4.2.0
uses: azure/[email protected]

- name: start minikube
id: minikube
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v4.2.0
uses: azure/[email protected]

- name: Lint chart
id: helm-lint
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v4.2.0
uses: azure/[email protected]

- name: Run chart-releaser
id: releaser
Expand Down

0 comments on commit 4f3f7b9

Please sign in to comment.