Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
- name: Install Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5
- name: Build and release the helm charts
run: |
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install musl tools
run: sudo apt install unzip musl-tools musl-dev -y
- name: Install Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5
- name: Install chart unittest
run: |
helm env
Expand Down