Update Helm chart on release

This commit is contained in:
DarthSim
2025-05-16 19:59:51 +03:00
parent cbb3ce7b22
commit 2013b2f654

View File

@@ -47,3 +47,16 @@ jobs:
with:
body_path: RELEASE_NOTES.txt
prerelease: ${{ fromJSON(steps.notes.outputs.prerelease) }}
update-helm-chart:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repository: imgproxy/imgproxy-helm
event-type: imgproxy-version-updated
client-payload: '{"tag": "${{ github.ref_name }}"}'