Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
SUBMARINE-1402. Update serving to work with k8s 1.25
Browse files Browse the repository at this point in the history
### 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:

be04226 [cdmikechen] update seldon to 1.17.1
  • Loading branch information
cdmikechen committed Aug 24, 2023
1 parent 4d5e8f5 commit 0c10613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/submarine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c10613

Please sign in to comment.