-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kruise chart to 1.0.0-alpha.1
Signed-off-by: FillZpp <[email protected]>
- Loading branch information
Showing
21 changed files
with
2,809 additions
and
2,611 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,22 +17,21 @@ jobs: | |
- name: Install Helm | ||
uses: azure/setup-helm@v1 | ||
|
||
# - name: Add dependency chart repos | ||
# run: | | ||
# helm repo add openkruise https://openkruise.github.io/charts | ||
# helm repo add minio https://helm.min.io/ | ||
# helm repo add dandydeveloper https://dandydeveloper.github.io/charts/ | ||
# helm repo add stable https://charts.helm.sh/stable | ||
# helm repo add incubator https://charts.helm.sh/incubator | ||
- name: Add dependency chart repos | ||
run: | | ||
helm repo add openkruise https://openkruise.github.io/charts | ||
helm repo add minio https://helm.min.io/ | ||
helm repo add stable https://charts.helm.sh/stable | ||
helm repo add incubator https://charts.helm.sh/incubator | ||
- name: Configure Git | ||
run: | | ||
git config user.name "gh-actions" | ||
git config user.email "[email protected]" | ||
## This is required to consider the old Circle-CI Index and to stay compatible with all the old releases. | ||
# - name: Fetch current Chart Index | ||
# run: | | ||
# git checkout origin/gh-pages index.yaml | ||
# This is required to consider the old Circle-CI Index and to stay compatible with all the old releases. | ||
- name: Fetch current Chart Index | ||
run: | | ||
git checkout origin/gh-pages index.yaml | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
with: | ||
|
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.