-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated clearml-serving README and CI (#313)
* Changed: updated Readme * Changed: CI actions versions * Changed: CI default test values * Fixed: newline * Changed: tests for CI * Fixed: newline * Changed: removed CI values customization --------- Co-authored-by: fbrintazzoli <[email protected]>
- Loading branch information
1 parent
adcb4b0
commit bf17429
Showing
4 changed files
with
27 additions
and
11 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,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Run helm-docs | ||
|
@@ -29,15 +29,15 @@ jobs: | |
- v1.30.0 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Create kind ${{ matrix.k8s }} cluster | ||
uses: helm/kind-action@v1.8.0 | ||
uses: helm/kind-action@v1.10.0 | ||
with: | ||
node_image: kindest/node:${{ matrix.k8s }} | ||
- name: Set up chart-testing | ||
uses: helm/chart-testing-action@v2.5.0 | ||
uses: helm/chart-testing-action@v2.6.1 | ||
with: | ||
version: v3.8.0 | ||
- name: Add bitnami repo | ||
|
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