Skip to content

Commit

Permalink
Fix publish chart
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Aug 8, 2024
1 parent 621967e commit d24b294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run: helm dep update

# Ensure that the chart's default values produce manifests
- run: helm template test
- run: helm template test ./

- name: checkout jetstack-charts
uses: actions/checkout@v3
Expand All @@ -84,10 +84,10 @@ jobs:

- name: Package helm chart
run: |
helm package . -d jetstack-charts/charts/
helm package . -d ${{github.workspace}}/jetstack-charts/charts/
- name: Creating PR
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
with:
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
title: "Release FinOps Stack ${{github.ref_name }}"
Expand Down

0 comments on commit d24b294

Please sign in to comment.