File tree Expand file tree Collapse file tree
applications/kserve/models-web-app/base Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace: kserve
1010images :
1111- name : kserve/models-web-app
1212 newName : ghcr.io/kserve/models-web-app
13- newTag : 0.16.0
13+ newTag : 0.16.1
1414configMapGenerator :
1515- literals :
1616 - APP_DISABLE_AUTH="True"
Original file line number Diff line number Diff line change 3030 resources :
3131 - inferenceservices
3232 - inferenceservices/status
33+ - inferencegraphs
34+ - inferencegraphs/status
3335 verbs :
3436 - get
3537 - list
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ setup_error_handling
66COMPONENT_NAME=" models-web-app"
77REPOSITORY_NAME=" kserve/models-web-app"
88REPOSITORY_URL=" https://github.com/kserve/models-web-app.git"
9- COMMIT=" v0.16.0 "
9+ COMMIT=" v0.16.1 "
1010REPOSITORY_DIRECTORY=" models-web-app"
1111SOURCE_DIRECTORY=${SOURCE_DIRECTORY:=/ tmp/ kserve-${COMPONENT_NAME} }
1212BRANCH_NAME=${BRANCH_NAME:= synchronize-kserve-${COMPONENT_NAME} -manifests-${COMMIT?} }
You can’t perform that action at this time.
0 commit comments