Skip to content

Commit 8d493ea

Browse files
chore: Update the resource version in the delete patch
Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent b75831c commit 8d493ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

applications/kserve/kserve/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ patches:
4848
# IPC_LOCK, SYS_RAWIO, NET_RAW capabilities, runAsNonRoot: false
4949
# Ref: https://github.com/kubeflow/manifests/issues/3290
5050
- patch: |
51-
apiVersion: serving.kserve.io/v1alpha1
51+
apiVersion: serving.kserve.io/v1alpha2
5252
kind: LLMInferenceServiceConfig
5353
metadata:
5454
name: placeholder
5555
$patch: delete
5656
target:
5757
group: serving.kserve.io
58-
version: v1alpha1
58+
version: v1alpha2
5959
kind: LLMInferenceServiceConfig
6060

6161
# Delete the ValidatingWebhookConfiguration for LLM resources

0 commit comments

Comments
 (0)