Skip to content

Commit

Permalink
chore: sync helm charts release latest (#4656)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b84952)
  • Loading branch information
JashBook committed Aug 8, 2023
1 parent a4f5625 commit 665e7db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
CLI_REPO: 'apecloud/kbcli'
HELM_CHART_REPO: 'apecloud/helm-charts'
GITLAB_KBCLI_PROJECT_ID: 85948
GITLAB_ACCESS_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}

Expand All @@ -31,6 +32,14 @@ jobs:
--github-repo ${{ env.CLI_REPO }} \
--github-token ${{ secrets.PERSONAL_ACCESS_TOKEN }}
HELM_CHART_LATEST_RELEASE_TAG="kubeblocks-${LATEST_RELEASE_TAG/v/}"
bash ${{ github.workspace }}/.github/utils/utils.sh \
--type 5 \
--tag-name $HELM_CHART_LATEST_RELEASE_TAG \
--github-repo ${{ env.HELM_CHART_REPO }} \
--github-token ${{ secrets.PERSONAL_ACCESS_TOKEN }}
bash ${{ github.workspace }}/.github/utils/release_gitlab.sh \
--type 4 \
--tag-name $LATEST_RELEASE_TAG \
Expand Down

0 comments on commit 665e7db

Please sign in to comment.