Skip to content

Commit

Permalink
chore: upgrade release addon workflow version (#8003)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Aug 20, 2024
1 parent 52f5fe2 commit 9cb257a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:

release-addons-chart:
needs: [ release-chart ]
uses: apecloud/apecloud-cd/.github/workflows/release-charts.yml@v0.1.62
uses: apecloud/apecloud-cd/.github/workflows/release-charts.yml@v0.1.68
with:
GITHUB_REPO: "apecloud/kubeblocks-addons"
GITHUB_REF: ${{ github.ref }}
CHART_DIR: "addons"
APECD_REF: "v0.1.62"
APECD_REF: "v0.1.68"
ENABLE_JIHU: false
secrets: inherit

Expand Down

0 comments on commit 9cb257a

Please sign in to comment.