Skip to content

Commit d68ebc7

Browse files
Synchronize kserve models web application manifests v0.16.1 (#3417)
* Update kserve/models-web-app manifests from v0.16.1 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * . Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * Update kustomization.yaml Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent 61b9a5f commit d68ebc7

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This repository periodically synchronizes all official Kubeflow components from
7575
| Volumes Web Application | applications/volumes-web-app/upstream | [v1.10.0](https://github.com/kubeflow/kubeflow/tree/v1.10.0/components/crud-web-apps/volumes/manifests) | 4m | 226Mi | 0GB |
7676
| Katib | applications/katib/upstream | [v0.19.0](https://github.com/kubeflow/katib/tree/v0.19.0/manifests/v1beta1) | 13m | 476Mi | 10GB |
7777
| KServe | applications/kserve/kserve | [v0.16.0](https://github.com/kserve/kserve/releases/tag/v0.16.0/install/v0.16.0) | 600m | 1200Mi | 0GB |
78-
| KServe Models Web Application | applications/kserve/models-web-app | [v0.16.0](https://github.com/kserve/models-web-app/tree/v0.16.0/config) | 6m | 259Mi | 0GB |
78+
| KServe Models Web Application | applications/kserve/models-web-app | [v0.16.1](https://github.com/kserve/models-web-app/tree/v0.16.1/config) | 6m | 259Mi | 0GB |
7979
| Kubeflow Pipelines | applications/pipeline/upstream | [2.16.0](https://github.com/kubeflow/pipelines/tree/2.16.0/manifests/kustomize) | 970m | 3552Mi | 35GB |
8080
| Kubeflow Model Registry | applications/model-registry/upstream | [v0.3.7](https://github.com/kubeflow/model-registry/tree/v0.3.7/manifests/kustomize) | 510m | 2112Mi | 20GB |
8181
| Spark Operator | applications/spark/spark-operator | [2.5.0](https://github.com/kubeflow/spark-operator/tree/v2.5.0) | 9m | 41Mi | 0GB |

applications/kserve/models-web-app/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: kserve
1010
images:
1111
- name: kserve/models-web-app
1212
newName: ghcr.io/kserve/models-web-app
13-
newTag: 0.16.0
13+
newTag: 0.16.1
1414
configMapGenerator:
1515
- literals:
1616
- APP_DISABLE_AUTH="True"

applications/kserve/models-web-app/base/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ rules:
3030
resources:
3131
- inferenceservices
3232
- inferenceservices/status
33+
- inferencegraphs
34+
- inferencegraphs/status
3335
verbs:
3436
- get
3537
- list

scripts/synchronize-kserve-web-application-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup_error_handling
66
COMPONENT_NAME="models-web-app"
77
REPOSITORY_NAME="kserve/models-web-app"
88
REPOSITORY_URL="https://github.com/kserve/models-web-app.git"
9-
COMMIT="v0.16.0"
9+
COMMIT="v0.16.1"
1010
REPOSITORY_DIRECTORY="models-web-app"
1111
SOURCE_DIRECTORY=${SOURCE_DIRECTORY:=/tmp/kserve-${COMPONENT_NAME}}
1212
BRANCH_NAME=${BRANCH_NAME:=synchronize-kserve-${COMPONENT_NAME}-manifests-${COMMIT?}}

0 commit comments

Comments
 (0)