Skip to content

Commit

Permalink
Merge pull request #576 from stakater/fix-push-pipeline
Browse files Browse the repository at this point in the history
updates helm version
  • Loading branch information
SheryarButt authored Nov 24, 2023
2 parents 304364f + d595764 commit ab90b9a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ jobs:
# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v3

with:
version: v3.8.2

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
cache: true

- name: Install Dependencies
run: |
make install
Expand Down Expand Up @@ -222,7 +224,7 @@ jobs:
run: |
helm package deployments/kubernetes/chart/reloader/
helm push reloader-*.tgz "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
# Commit back changes
- name: Log info about `.git` directory permissions
run: |
Expand Down

0 comments on commit ab90b9a

Please sign in to comment.