Skip to content

Commit

Permalink
ci: bump helm setup action (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Feb 19, 2024
1 parent cb44830 commit 81eb594
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- name: Add Helm repos
run: |
Expand Down Expand Up @@ -97,9 +95,7 @@ jobs:
fetch-depth: 0

- name: setup helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- name: setup testing environment (kind-cluster)
env:
Expand Down Expand Up @@ -142,9 +138,7 @@ jobs:
fetch-depth: 0

- name: setup helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- name: setup testing environment (kind-cluster)
run: ./scripts/test-env.sh
Expand All @@ -167,9 +161,7 @@ jobs:
uses: actions/checkout@v4

- name: setup helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- name: build helm chart dependency
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -73,9 +71,7 @@ jobs:
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.11.0
uses: azure/[email protected]

- name: Add dependency chart repos
run: |
Expand Down

0 comments on commit 81eb594

Please sign in to comment.