This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update (#104) * update * update.. * Reduced request for resources (#106) Signed-off-by: quicksilver <[email protected]> * Upgrade to v0.10.1 (#102) * Update values.yaml Signed-off-by: quicksilver <[email protected]> * Upgrade to v0.10.1 Signed-off-by: quicksilver <[email protected]> * Update README.txt Signed-off-by: quicksilver <[email protected]> * Add PULL_REQUEST_TEMPLATE.md Signed-off-by: quicksilver <[email protected]> * Update README.md Signed-off-by: quicksilver <[email protected]> * Add ci folder to .helmignore Signed-off-by: quicksilver <[email protected]> * Setting test-framework switch to false Signed-off-by: quicksilver <[email protected]> * Update Notes.txt Signed-off-by: quicksilver <[email protected]> * Update docker images Signed-off-by: quicksilver <[email protected]> Co-authored-by: Tinkerrr <[email protected]>
- Loading branch information
1 parent
a3ac21f
commit 616e2e6
Showing
12 changed files
with
72 additions
and
41 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## What this PR does / why we need it: | ||
|
||
## Checklist | ||
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] | ||
- [ ] Chart Version bumped | ||
- [ ] Variables are documented in the README.md | ||
- [ ] Title of the PR starts with chart name (e.g. `[mychartname]`) | ||
- [ ] PR only contains changes for one chart |
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 |
---|---|---|
|
@@ -41,11 +41,15 @@ jobs: | |
# Only build a kind cluster if there are chart changes to test. | ||
if: steps.lint.outputs.changed == 'true' | ||
- name: Modify Values Yaml file | ||
# Only build a kind cluster if there are chart changes to test. | ||
if: steps.lint.outputs.changed == 'true' | ||
shell: bash | ||
run: | | ||
sed -i '/^mysql:/{n;s/true/false/;}' charts/milvus/values.yaml | ||
- name: Run chart-testing (install) | ||
uses: helm/[email protected] | ||
# Only build a kind cluster if there are chart changes to test. | ||
if: steps.lint.outputs.changed == 'true' | ||
with: | ||
command: install | ||
config: ct.yaml |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.DS_Store | ||
.git | ||
.github | ||
|
||
ci |
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