Skip to content

Commit

Permalink
chore: Update helm chart action
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Sep 28, 2023
1 parent f25edf7 commit a1ec3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.8.1
version: v3.13.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: helm-charts
env:
Expand Down

0 comments on commit a1ec3ec

Please sign in to comment.