Skip to content

Commit

Permalink
fix(helm): chart updater
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 16, 2024
1 parent c973884 commit f64cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
DIST_DIR: /tmp/dist
if: success()
- run: |
go run internal/tools/updater/main.go --file helm/charts/natz-operator/Chart.yaml --version ${{ env.RELEASE_VERSION }}
go run internal/updater/main.go --file helm/charts/natz-operator/Chart.yaml --version ${{ env.RELEASE_VERSION }}
- uses: azure/setup-helm@v4
with:
version: v3.11.2
Expand Down

0 comments on commit f64cfcf

Please sign in to comment.