Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wallarm/ingress into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-j-mikhin committed Aug 12, 2022
2 parents d2ab06a + f7d4870 commit 64a9aa1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/helm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
index_dir: .
app_version: "${{ env.X_TAG }}"
chart_version: "${{ env.X_TAG }}"
-
name: Call Wallarm News API
run: |
curl \
--data '{"component_type": "wallarm-ingress-controller", "version": "${{ env.X_TAG }}"}' \
--header "Authorization: Basic ${{ secrets.NEWS_API_CREDS }}" \
--header "Content-Type: application/json" \
--request POST \
--retry 5 \
--silent \
https://api.wallarm.com/v1/versions

0 comments on commit 64a9aa1

Please sign in to comment.