From 9cb257aa163139c1b3a021198955b1471f0bfe1c Mon Sep 17 00:00:00 2001 From: huangzhangshu <109708205+JashBook@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:34:30 +0800 Subject: [PATCH] chore: upgrade release addon workflow version (#8003) --- .github/workflows/release-helm-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-helm-chart.yml b/.github/workflows/release-helm-chart.yml index 5991f85748f..45a7e8d8dbe 100644 --- a/.github/workflows/release-helm-chart.yml +++ b/.github/workflows/release-helm-chart.yml @@ -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