Skip to content

Commit

Permalink
ci: fix wrong chart path
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Dec 28, 2024
1 parent 8e2278d commit 093974d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ jobs:
sed -i "s/version: .*/version: ${VERSION}/g" Chart.yaml
sed -i "s/appVersion: .*/appVersion: ${VERSION}/g" Chart.yaml
env:
CHART_PATH: ${{github.workspace}}/helm/chart
CHART_PATH: ${{github.workspace}}/postal
VERSION: ${{ needs.update_release_draft.outputs.latestRelease }}

- name: update helm chart docs
uses: losisin/[email protected]
with:
chart-search-root: helm/chart
chart-search-root: postal
git-push: "false"

- name: update helm values schema json
uses: losisin/[email protected]
with:
input: helm/chart/values.yaml
input: postal/values.yaml

- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
# cf https://github.com/bsord/helm-push/blob/5ec3320fb5720a0a5aa210d871999f2b836f2d97/entrypoint.sh#L37
access-token: ${{ env.OCI_REGISTRY_PASSWORD }}
registry-url: oci://${{ env.OCI_REGISTRY }}/${{ env.OCI_REGISTRY_CHART_REPOSITORY }}
chart-folder: helm/chart
chart-folder: postal
force: true
update-dependencies: true
version: ${{ needs.update_release_draft.outputs.latestRelease }}
Expand Down

0 comments on commit 093974d

Please sign in to comment.