Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from kserve:master #361

Merged
merged 12 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
if: ${{ !startsWith(steps.setup-python.outputs.python-version, '3.8') }}
run: |
cd python/huggingfaceserver
poetry run -- pytest --cov=huggingfaceserver
poetry run -- pytest --cov=huggingfaceserver -vv

- name: Free space after tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion charts/kserve-crd-minimal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kserve-crd-minimal
version: v0.12.0
version: v0.13.0
description: Helm chart for deploying minimal kserve crds without validation
keywords:
- kserve
Expand Down
4 changes: 2 additions & 2 deletions charts/kserve-crd-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Helm chart for deploying minimal kserve crds without validation

![Version: v0.12.0](https://img.shields.io/badge/Version-v0.12.0-informational?style=flat-square)
![Version: v0.13.0](https://img.shields.io/badge/Version-v0.13.0-informational?style=flat-square)

## Installing the Chart

To install the chart, run the following:

```console
$ helm install kserve-crd-minimal oci://ghcr.io/kserve/charts/kserve-crd-minimal --version v0.12.0
$ helm install kserve-crd-minimal oci://ghcr.io/kserve/charts/kserve-crd-minimal --version v0.13.0
```
2 changes: 1 addition & 1 deletion charts/kserve-crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kserve-crd
version: v0.13.0-rc0
version: v0.13.0
description: Helm chart for deploying kserve crds
keywords:
- kserve
Expand Down
4 changes: 2 additions & 2 deletions charts/kserve-crd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Helm chart for deploying kserve crds

![Version: v0.13.0-rc0](https://img.shields.io/badge/Version-v0.13.0--rc0-informational?style=flat-square)
![Version: v0.13.0](https://img.shields.io/badge/Version-v0.13.0-informational?style=flat-square)

## Installing the Chart

To install the chart, run the following:

```console
$ helm install kserve-crd oci://ghcr.io/kserve/charts/kserve-crd --version v0.13.0-rc0
$ helm install kserve-crd oci://ghcr.io/kserve/charts/kserve-crd --version v0.13.0
```
Loading
Loading