Skip to content
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
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"kubes",
"kubeval",
"kured",
"kserve",
"kubeflow-pipelines",
"Kaniko",
"Kapsule",
Expand Down
11 changes: 11 additions & 0 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,17 @@ appsInfo:
about: Knative Serving builds on Kubernetes to support deploying and serving of applications and functions as serverless containers. Serving is easy to get started with and scales to support advanced scenarios.
integration: Knative serving can be activated to deliver Container-as-a-Service (CaaS) functionality with a scale-to-zero option. It can be compared to Functions-as-a-service (FaaS) but is container oriented, and takes only one manifest to configure an auto scaling service based on a container image of choice. APL offers an on-the-fly Knative service deployment, making it very easy to deploy containerized services without the hassle of providing all the supporting resources involved with Helm charts. Istio Virtual Services are used to route traffic coming in for a public domain to its backing Knative Service, allowing it to set a custom domain.
chartName: knative-operator
kserve:
title: Kserve
appVersion: 0.15.2
repo: http://github.com/kserve/kserve
maintainers: Kserve
relatedLinks:
- https://knative.dev/docs/serving/
license: Apache 2.0
about: Standardized Distributed Generative and Predictive AI Inference Platform for Scalable, Multi-Framework Deployment on Kubernetes.
chartName: kserve
isAlpha: true
kyverno:
title: Kyverno
appVersion: 1.15.1
Expand Down
7 changes: 7 additions & 0 deletions chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,10 @@ dependencies:
- name: policy-reporter
version: 3.4.2
repository: https://kyverno.github.io/policy-reporter
- name: kserve-crds
version: 0.15.2
repository: https://github.com/kserve/kserve
- name: kserve-resources
version: 0.15.2
repository: https://github.com/kserve/kserve
alias: kserve
9 changes: 9 additions & 0 deletions charts/kserve/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
name: kserve-resources
version: v0.15.2
description: Helm chart for deploying kserve resources
keywords:
- kserve
- modelmesh
sources:
- http://github.com/kserve/kserve
207 changes: 207 additions & 0 deletions charts/kserve/README.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions charts/kserve/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{{ template "chart.header" . }}
{{ template "chart.description" . }}

{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}

## Installing the Chart

To install the chart, run the following:

```console
$ helm install kserve oci://ghcr.io/kserve/charts/kserve --version {{ template "chart.version" . }}
```

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}
Loading
Loading