We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd3da2 commit 9e459f6Copy full SHA for 9e459f6
.github/workflows/helmchart.yaml
@@ -22,7 +22,7 @@ jobs:
22
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
23
24
- name: Install Helm
25
- uses: azure/setup-helm@v4
+ uses: azure/setup-helm@v5.0.0
26
with:
27
version: v3.8.1
28
.github/workflows/images.yaml
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- - uses: azure/setup-helm@v4.3.1
+ - uses: azure/setup-helm@v5.0.0
- name: Push artifacts
run: PUSH=true hack/push-artifacts.sh ghcr.io/stackitcloud/yawol/yawol-controller
build:
0 commit comments