Skip to content

Commit d595764

Browse files
committed
updates helm version
1 parent 304364f commit d595764

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/push.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ jobs:
2929
# Setting up helm binary
3030
- name: Set up Helm
3131
uses: azure/setup-helm@v3
32-
32+
with:
33+
version: v3.8.2
34+
3335
- name: Set up Go
3436
uses: actions/setup-go@v4
3537
with:
3638
go-version-file: 'go.mod'
3739
check-latest: true
3840
cache: true
39-
41+
4042
- name: Install Dependencies
4143
run: |
4244
make install
@@ -222,7 +224,7 @@ jobs:
222224
run: |
223225
helm package deployments/kubernetes/chart/reloader/
224226
helm push reloader-*.tgz "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
225-
227+
226228
# Commit back changes
227229
- name: Log info about `.git` directory permissions
228230
run: |

0 commit comments

Comments
 (0)