Skip to content

Commit

Permalink
modify flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 26, 2024
1 parent 310eea1 commit b22c275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-beta-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.CI_BOT_TOKEN }}
repository: kubeshop/helm-charts
event-type: trigger-workflow-dashboard-pre-release
client-payload: '{"image_tag_dashboard": "${{ steps.tag.outputs.tag }}"}'
repository: kubeshop/testkube-dashboard-chart
event-type: trigger-workflow-dashboard-chart
client-payload: '{"app_version": "${{ steps.tag.outputs.tag }}"}'
22 changes: 0 additions & 22 deletions .github/workflows/docker-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,25 +108,3 @@ jobs:
repository: kubeshop/testkube-dashboard-chart
event-type: trigger-workflow-dashboard-chart
client-payload: '{"app_version": "${{ steps.tag.outputs.tag }}"}'

# - name: Editing helm-release repo with version based on a Tag pushed.
# run: |
# # Setting up Git:
# git clone https://kubeshop-bot:[email protected]/kubeshop/testkube-dashboard-chart
# cd ./testkube-dashboard-chart
# git config user.name "kubeshop-bot"
# git config user.email "[email protected]"
#
# export GH_TOKEN
# export RELEASE_VERSION
# export SERVICE
#
# git fetch origin main
# git checkout main
# cd ./scripts
# ./chart_releaser.sh
#
# env:
# SERVICE: dashboard
# GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
# RELEASE_VERSION: ${{ steps.tag.outputs.tag }}

0 comments on commit b22c275

Please sign in to comment.