diff --git a/k8s/crds.yaml b/k8s/crds.yaml index e0c8017bf6..783cd2ddd9 100644 --- a/k8s/crds.yaml +++ b/k8s/crds.yaml @@ -1357,7 +1357,7 @@ spec: name: longhorn-conversion-webhook namespace: longhorn-system path: /v1/webhook/conversion - port: 9443 + port: 9501 conversionReviewVersions: - v1beta2 - v1beta1 diff --git a/k8s/patches/crd/webhook/engineimage.yaml b/k8s/patches/crd/webhook/engineimage.yaml index 4caf41d594..72a2d459bd 100644 --- a/k8s/patches/crd/webhook/engineimage.yaml +++ b/k8s/patches/crd/webhook/engineimage.yaml @@ -12,5 +12,5 @@ spec: namespace: longhorn-system name: longhorn-conversion-webhook path: /v1/webhook/conversion - port: 9443 + port: 9501 \ No newline at end of file