Skip to content

Commit 4dc5c3d

Browse files
committed
Set specific Helm and Helmfile versions
1 parent 60c7b3d commit 4dc5c3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
uses: docker/setup-buildx-action@v3.10.0
2626
- name: Set up helmfile
2727
uses: helmfile/helmfile-action@v2.0.4
28+
with:
29+
helmfile-version: 'v0.162.0'
30+
helm-version: 'v3.12.2'
2831
- name: Cache Docker layers
2932
uses: actions/cache@v4
3033
with:

0 commit comments

Comments
 (0)