Skip to content

Commit

Permalink
chore: update all helm chart dep (#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Jul 7, 2023
1 parent b41c9b6 commit 8e578da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,13 @@ jobs:
name: check helm
needs: trigger-mode
if: contains(needs.trigger-mode.outputs.trigger-mode, '[deploy]')
uses: apecloud/apecloud-cd/.github/workflows/release-charts-check.yml@v0.1.4
uses: apecloud/apecloud-cd/.github/workflows/release-charts-check.yml@v0.1.8
with:
MAKE_OPS: "bump-chart-ver"
VERSION: "v0.4.0-check"
VERSION: "v0.6.0-check"
CHART_NAME: "kubeblocks"
CHART_DIR: "deploy/helm"
DEP_REPO: "delphic|prometheus-cluster|apecloud-mysql-cluster|tdengine-cluster|redis-cluster"
APECD_REF: "v0.1.4"
APECD_REF: "v0.1.8"
secrets: inherit

check-kbcli:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/cicd-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,13 @@ jobs:
check-helm:
needs: trigger-mode
if: ${{ contains(needs.trigger-mode.outputs.trigger-mode, '[deploy]') }}
uses: apecloud/apecloud-cd/.github/workflows/release-charts-check.yml@v0.1.4
uses: apecloud/apecloud-cd/.github/workflows/release-charts-check.yml@v0.1.8
with:
MAKE_OPS: "bump-chart-ver"
VERSION: "v0.4.0-check"
VERSION: "v0.6.0-check"
CHART_NAME: "kubeblocks"
CHART_DIR: "deploy/helm"
DEP_REPO: "delphic|prometheus-cluster|apecloud-mysql-cluster|tdengine-cluster|redis-cluster"
APECD_REF: "v0.1.4"
APECD_REF: "v0.1.8"
secrets: inherit

deploy-kubeblocks-io:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:
release-chart:
needs: chart-version
uses: apecloud/apecloud-cd/.github/workflows/release-charts.yml@v0.1.4
uses: apecloud/apecloud-cd/.github/workflows/release-charts.yml@v0.1.8
with:
MAKE_OPS: "bump-chart-ver"
VERSION: "${{ needs.chart-version.outputs.chart-version }}"
CHART_NAME: "kubeblocks"
CHART_DIR: "deploy/helm"
DEP_CHART_DIR: "deploy/helm/depend-charts"
DEP_REPO: "delphic|prometheus-cluster|apecloud-mysql-cluster|tdengine-cluster|redis-cluster"
APECD_REF: "v0.1.4"
APECD_REF: "v0.1.8"
secrets: inherit

send-message:
Expand Down

0 comments on commit 8e578da

Please sign in to comment.