Skip to content

Commit

Permalink
chore: add release kubeblocks addons chart
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 7, 2023
1 parent 87cad01 commit 2e79aad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,18 @@ jobs:
APECD_REF: "v0.1.37"
secrets: inherit

release-addons-chart:
needs: chart-version
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
GITHUB_REPO: "apecloud/kubeblocks-addons"
VERSION: "${{ needs.chart-version.outputs.chart-version }}"
CHART_DIR: "addons"
APECD_REF: "v0.1.37"
secrets: inherit

release-charts-image:
needs: [ chart-version, release-chart ]
needs: [ chart-version, release-chart, release-addons-chart ]
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
MAKE_OPS_PRE: "helm-package VERSION=${{ needs.chart-version.outputs.chart-version-bump }}"
Expand Down

0 comments on commit 2e79aad

Please sign in to comment.