-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from LinuxSuRen/update-crds
Update CRDs and provide a script to fetch CRDs
- Loading branch information
Showing
9 changed files
with
875 additions
and
653 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 |
---|---|---|
|
@@ -28,3 +28,6 @@ reinstall-jenkins-chart: | |
|
||
package-chart: | ||
cd charts && helm package ks-devops | ||
|
||
fetch-crds: | ||
./hack/fetch-crds.sh |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
In order to reduce potential issues caused by a manual operation. Please run the following command on the root | ||
of this repository: | ||
|
||
```shell | ||
make fetch-crds | ||
``` |
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
937 changes: 525 additions & 412 deletions
937
charts/ks-devops/charts/s2i/crds/devops.kubesphere.io_s2ibuilders.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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.