We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46edf2 commit 37759d4Copy full SHA for 37759d4
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
push: true
47
platforms: linux/amd64,linux/arm64
48
- name: Install Helm
49
- uses: azure/setup-helm@v4
+ uses: azure/setup-helm@v5
50
- name: Build and release the helm charts
51
run: |
52
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
.github/workflows/tests.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install musl tools
36
run: sudo apt install unzip musl-tools musl-dev -y
37
38
39
- name: Install chart unittest
40
41
helm env
0 commit comments