Skip to content

Commit

Permalink
Update the crd definiton due to runtime upgrade (#298)
Browse files Browse the repository at this point in the history
#295 introduce the latest kuberay api and the dependencies bumps sigs.k8s.io/controller-runtime from v0.17.3 to v0.17.5. Due to that change, make manifest update the CRD definitions
  • Loading branch information
Jeffwan authored Oct 15, 2024
1 parent 3bca0a6 commit 4beddf7
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/crd/bases/model.aibrix.ai_modeladapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
credentialsSecretRef:
properties:
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
Expand All @@ -53,11 +54,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down
Loading

0 comments on commit 4beddf7

Please sign in to comment.