Skip to content

Commit

Permalink
Merge pull request #361 from kserve/master
Browse files Browse the repository at this point in the history
[pull] master from kserve:master
  • Loading branch information
openshift-merge-bot[bot] authored Jun 7, 2024
2 parents 1f3a0a4 + 1c51eee commit 97c83cf
Show file tree
Hide file tree
Showing 67 changed files with 18,150 additions and 16,721 deletions.
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

0 comments on commit 97c83cf

Please sign in to comment.