Skip to content

Commit

Permalink
Bump azure/setup-helm from 3 to 4 (#385)
Browse files Browse the repository at this point in the history
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Commits](Azure/setup-helm@v3...v4)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent c0a9803 commit 2792b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
version: v0.20.0
cluster_name: kind
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
- name: Install MetalLb
run: |
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
version: v0.20.0
cluster_name: kind
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
- name: Deploy helm-chart
run: |
kind load docker-image local-kind-test:test
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
version: v0.20.0
cluster_name: kind
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
- name: Deploy helm-chart
run: |
kind load docker-image local-kind-test:test
Expand Down

0 comments on commit 2792b0b

Please sign in to comment.