Skip to content

Commit

Permalink
Update setup-helm version to v4 (#5487)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Jan 17, 2025
1 parent 7efc9c0 commit 569c8d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
fetch-depth: 0
- name: Install helm
uses: Azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
- name: Package helm charts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_image_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

# Building and pushing Helm charts.
- name: Install helm
uses: Azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
- name: Login to OCI using Helm
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
steps:
# setup tools and repositories
- name: Install helm
uses: Azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# Building and pushing Helm charts.
- name: Install helm
uses: Azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
- name: Login to OCI using Helm
Expand Down

0 comments on commit 569c8d7

Please sign in to comment.