-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:change 0.8 default registry and namespace (#986)
Co-authored-by: huangzhangshu <[email protected]>
- Loading branch information
Showing
113 changed files
with
384 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,13 @@ jobs: | |
check-helm: | ||
name: check helm | ||
if: github.event.review.state == 'approved' | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
registry: [ "", "dockerhub", "aliyun" ] | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
CHART_DIR: "addons" | ||
APECD_REF: "v0.1.40" | ||
APECD_REF: "v0.1.68" | ||
SET_REGISTRY: "${{ matrix.registry }}" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,13 @@ on: | |
|
||
jobs: | ||
check-helm: | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
registry: [ "", "dockerhub", "aliyun" ] | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected] | ||
with: | ||
CHART_DIR: "addons" | ||
APECD_REF: "v0.1.40" | ||
APECD_REF: "v0.1.68" | ||
SET_REGISTRY: "${{ matrix.registry }}" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,22 +101,22 @@ run-name: Release Chart ${{ inputs.chart_dir }} ${{ inputs.chart_version }} | |
jobs: | ||
release-chart: | ||
if: ${{ inputs.chart_dir != '' }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].52 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].68 | ||
with: | ||
VERSION: "${{ inputs.chart_version }}" | ||
CHART_DIR: "addons" | ||
SPECIFY_CHART: "${{ inputs.chart_dir }}" | ||
APECD_REF: "v0.1.52" | ||
APECD_REF: "v0.1.68" | ||
secrets: inherit | ||
|
||
release-chart-all: | ||
if: ${{ inputs.chart_dir == '' }} | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].52 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].68 | ||
with: | ||
VERSION: "${{ inputs.chart_version }}" | ||
CHART_DIR: "addons" | ||
SPECIFY_CHART: "${{ inputs.chart_dir }}" | ||
APECD_REF: "v0.1.52" | ||
APECD_REF: "v0.1.68" | ||
ENABLE_JIHU: false | ||
secrets: inherit | ||
|
||
|
@@ -137,10 +137,10 @@ jobs: | |
pulsar, pulsar-cluster, qdrant, qdrant-cluster, redis, redis-cluster, risingwave, risingwave-cluster, | ||
starrocks, starrocks-cluster, tdengine, tdengine-cluster, tidb, tidb-cluster, weaviate, | ||
weaviate-cluster, xinference, xinference-cluster, zookeeper, zookeeper-cluster ] | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].52 | ||
uses: apecloud/apecloud-cd/.github/workflows/[email protected].68 | ||
with: | ||
VERSION: "${{ inputs.chart_version }}" | ||
CHART_DIR: "addons" | ||
SPECIFY_CHART: "${{ matrix.addon-name }}" | ||
APECD_REF: "v0.1.52" | ||
APECD_REF: "v0.1.68" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.