This is an automated email from the ASF dual-hosted git repository.
cdmikechen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 0c10613f3 SUBMARINE-1402. Update serving to work with k8s 1.25
0c10613f3 is described below
commit 0c10613f39b707d5e446c515c12fa28295c8052e
Author: cdmikechen <[email protected]>
AuthorDate: Sun Aug 20 08:19:54 2023 +0800
SUBMARINE-1402. Update serving to work with k8s 1.25
### What is this PR for?
Some of the serving resource api's are outdated in k8s 1.25 and need to be
upgraded.
```
no matches for kind "HorizontalPodAutoscaler" in version
"autoscaling/v2beta1"
```
### What type of PR is it?
Hot Fix
### Todos
* [x] - Update seldon to 1.17.1
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1402
### How should this be tested?
NA
### Screenshots (if appropriate)
NA
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: cdmikechen <[email protected]>
Signed-off-by: cdmikechen <[email protected]>
Closes #1096 from cdmikechen/SUBMARINE-1402 and squashes the following
commits:
be04226f [cdmikechen] update seldon to 1.17.1
---
helm-charts/submarine/Chart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-charts/submarine/Chart.yaml b/helm-charts/submarine/Chart.yaml
index d420e3fd0..f419c5bdf 100644
--- a/helm-charts/submarine/Chart.yaml
+++ b/helm-charts/submarine/Chart.yaml
@@ -29,6 +29,6 @@ dependencies:
version: "0.8.0"
condition: notebook-controller.enabled
- name: seldon-core-operator
- version: "1.15.1"
+ version: "1.17.1"
repository: https://storage.googleapis.com/seldon-charts
condition: seldon-core-operator.enabled
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]