Commit c736d93
* fix: update kserve models web application for PR #163 restructure
Prepares kubeflow/manifests for kserve/models-web-app PR #163 which:
- Moves manifests from config/ to manifests/kustomize/
- Adds components/ layer for Istio and common labels
- Renames deployment: kserve-models-web-app -> kserve-models-web-application
Changes:
- Sync new manifests/kustomize/ structure into applications/kserve/models-web-app/
- Rename all resources, labels, selectors to kserve-models-web-application
- Update tests/kserve_install.sh deployment wait
- Update tests/kserve_test.sh Test 3: port-forward to new service,
kubeflow-userid auth headers, retry bootstrap loop
- Update .github/workflows/kserve_models_web_application_test.yaml
- Update Helm chart parity for the renamed manifests and Kubeflow overlay
- Update Chart.yaml appVersion and values.yaml imageTag to 0.16.0
- Update tests/helm_kustomize_compare.py expectations
- Update sync script SOURCE_MANIFESTS_PATH and COMMIT placeholder
NOTE: COMMIT=195cabdf is a placeholder for PR #163 HEAD SHA.
Update to real release tag once kserve/models-web-app PR #163 merges.
Related: kserve/models-web-app#163
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* fix: narrow kserve test changes and restore Helm naming
tests/kserve_test.sh: revert the port-forward, auth headers, retry loop,
and extra XSRF validation so the file returns to upstream behavior with only
the deployment rename. This matches the green fork validation where Test 3
passed through the standard gateway path.
experimental/helm/charts/kserve-models-web-app:
- Chart.yaml: rename chart name to kserve-models-web-application
- templates/_helpers.tpl: restore standard name/fullname/chart helpers that
derive from .Chart.Name
To keep the repo's parity gate consistent with the new chart name,
tests/helm_kustomize_compare.sh now renders the KServe chart with Helm
release name kserve-models-web-application for both scenarios.
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* chore(kserve-web-app): defer helm parity follow-up
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* docs(kserve-web-app): update sync source reference
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* style(kserve-web-app): reduce yaml diff churn
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* test kserve models web app auth flow
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* revert kserve test changes
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* fix models web app test headers
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* allow ingress to kserve models web application
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* revert models web app test headers
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* align kserve downstream helpers
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
* Delete applications/kserve/Makefile
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
---------
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Co-authored-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent af5ad45 commit c736d93
20 files changed
Lines changed: 83 additions & 125 deletions
File tree
- .github/workflows
- applications/kserve
- models-web-app
- base
- components
- common
- istio
- overlays/kubeflow
- patches
- common/kubeflow-namespace/base/kubeflow
- scripts
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments